Home
last modified time | relevance | path

Searched refs:IEEE80211_QOS_AMSDU (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_wds.c663 if (qos & IEEE80211_QOS_AMSDU) { in wds_input()
H A Dieee80211_adhoc.c579 if (qos & IEEE80211_QOS_AMSDU) { in adhoc_input()
H A Dieee80211_sta.c855 if (qos & IEEE80211_QOS_AMSDU) { in sta_input()
H A Dieee80211_hostap.c802 if (qos & IEEE80211_QOS_AMSDU) { in hostap_input()
H A Dieee80211_output.c1666 qos[0] |= IEEE80211_QOS_AMSDU;
H A Dieee80211_mesh.c1810 if (qos[0] & IEEE80211_QOS_AMSDU) { in mesh_input()
/dragonfly/sys/netproto/802_11/
H A Dieee80211.h204 #define IEEE80211_QOS_AMSDU 0x80 macro