Lines Matching refs:hdrspace
477 int hdrspace, need_tap = 1; /* mbuf need to be tapped. */ in hostap_input() local
504 hdrspace = ieee80211_hdrspace(ic, wh); /* XXX optimize? */ in hostap_input()
584 hdrspace = ieee80211_hdrspace(ic, wh); in hostap_input()
585 if (m->m_len < hdrspace && in hostap_input()
586 (m = m_pullup(m, hdrspace)) == NULL) { in hostap_input()
589 "data too short: expecting %u", hdrspace); in hostap_input()
690 if (ieee80211_crypto_decap(ni, m, hdrspace, &key) == 0) { in hostap_input()
715 m = ieee80211_defrag(ni, m, hdrspace, has_decrypted); in hostap_input()
740 m = ieee80211_decap(vap, m, hdrspace, qos); in hostap_input()
867 hdrspace = ieee80211_hdrspace(ic, wh); in hostap_input()
868 if (ieee80211_crypto_decap(ni, m, hdrspace, &key) == 0) { in hostap_input()