Home
last modified time | relevance | path

Searched refs:ieee80211_llc (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/io/mac/plugins/
H A Dmac_wifi.c188 struct ieee80211_llc *llc; in mac_wifi_header()
264 llc = (struct ieee80211_llc *)mp->b_wptr; in mac_wifi_header()
265 mp->b_wptr += sizeof (struct ieee80211_llc); in mac_wifi_header()
281 struct ieee80211_llc *llc; in mac_wifi_header_info()
313 sizeof (struct ieee80211_llc)) in mac_wifi_header_info()
316 llc = (struct ieee80211_llc *)llcp; in mac_wifi_header_info()
/titanic_44/usr/src/uts/common/sys/
H A Dmac_wifi.h50 sizeof (struct ieee80211_llc))
H A Dnet80211_proto.h173 struct ieee80211_llc { struct
/titanic_44/usr/src/uts/common/io/net80211/
H A Dnet80211_ht.c89 (sizeof (struct ether_header) + sizeof (struct ieee80211_llc))
/titanic_44/usr/src/uts/common/io/rtw/
H A Drtw.c1218 IEEE80211_MTU + IEEE80211_CRC_LEN + sizeof (struct ieee80211_llc) + in rtw_dma_init()