Searched refs:WIFI_HDRSIZE (Results 1 – 2 of 2) sorted by relevance
48 #define WIFI_HDRSIZE (sizeof (struct ieee80211_qosframe_addr4) + \ macro
195 if ((mp = allocb(WIFI_HDRSIZE + extra_len, BPRI_HI)) == NULL) in mac_wifi_header()197 bzero(mp->b_rptr, WIFI_HDRSIZE + extra_len); in mac_wifi_header()