Home
last modified time | relevance | path

Searched refs:WIFI_HDRSIZE (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dmac_wifi.h48 #define WIFI_HDRSIZE (sizeof (struct ieee80211_qosframe_addr4) + \ macro
/titanic_50/usr/src/uts/common/io/mac/plugins/
H A Dmac_wifi.c195 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()