Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_wds.c630 if (!(qos & IEEE80211_QOS_AMSDU)) in wds_input()
673 if (qos & IEEE80211_QOS_AMSDU) { in wds_input()
H A Dieee80211_adhoc.c568 if (!(qos & IEEE80211_QOS_AMSDU)) in adhoc_input()
611 if (qos & IEEE80211_QOS_AMSDU) { in adhoc_input()
H A Dieee80211_sta.c843 if (!(qos & IEEE80211_QOS_AMSDU)) in sta_input()
886 if (qos & IEEE80211_QOS_AMSDU) { in sta_input()
H A Dieee80211_input.c339 !(qos & IEEE80211_QOS_AMSDU)) { in ieee80211_decap()
H A Dieee80211.h334 #define IEEE80211_QOS_AMSDU 0x80 macro
H A Dieee80211_hostap.c756 if (!(qos & IEEE80211_QOS_AMSDU)) in hostap_input()
799 if (qos & IEEE80211_QOS_AMSDU) { in hostap_input()
H A Dieee80211_output.c1824 qos[0] |= IEEE80211_QOS_AMSDU; in ieee80211_encap()
H A Dieee80211_mesh.c1764 if (qos[0] & IEEE80211_QOS_AMSDU) { in mesh_input()