Searched refs:ieee80211_llc (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dmac_wifi.h50 sizeof (struct ieee80211_llc))
H A Dnet80211_proto.h173 struct ieee80211_llc { struct
/opensolaris-onvv-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_wifi.c188 struct ieee80211_llc *llc;
262 * Fill in the fixed parts of the ieee80211_llc header.
264 llc = (struct ieee80211_llc *)mp->b_wptr;
265 mp->b_wptr += sizeof (struct ieee80211_llc);
281 struct ieee80211_llc *llc;
313 sizeof (struct ieee80211_llc))
316 llc = (struct ieee80211_llc *)llcp;
/opensolaris-onvv-gate/usr/src/uts/common/io/pcan/
H A Dpcan.c1140 pkt_len = pkt_len - (sizeof (*wh) + sizeof (struct ieee80211_llc))
1145 bcopy(mblk_p->b_rptr + sizeof (*wh) + sizeof (struct ieee80211_llc)
1244 pkt_len = pkt_len - (sizeof (*wh) + sizeof (struct ieee80211_llc))
1249 bcopy(mblk_p->b_rptr + sizeof (*wh) + sizeof (struct ieee80211_llc)
1654 struct ieee80211_llc *llc;
1737 llc = (struct ieee80211_llc *)mp->b_wptr;
1786 struct ieee80211_llc *llc;
1830 llc = (struct ieee80211_llc *)mp->b_wptr;
/opensolaris-onvv-gate/usr/src/uts/common/io/pcwl/
H A Dpcwl.c1011 struct ieee80211_llc *llc;
1027 llc = (struct ieee80211_llc *)&wh[1];
1502 sizeof (struct ieee80211_llc));
1504 sizeof (struct ieee80211_llc));
1505 mp->b_wptr += sizeof (struct ieee80211_llc);
/opensolaris-onvv-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ht.c89 (sizeof (struct ether_header) + sizeof (struct ieee80211_llc))
117 * 802.2 header follows (struct ieee80211_llc)
/opensolaris-onvv-gate/usr/src/uts/common/io/rtw/
H A Drtw.c1218 IEEE80211_MTU + IEEE80211_CRC_LEN + sizeof (struct ieee80211_llc) +

Completed in 188 milliseconds