Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_wds.c674 if (qos & IEEE80211_QOS_AMSDU) { in wds_input()
H A Dieee80211_adhoc.c611 if (qos & IEEE80211_QOS_AMSDU) { in adhoc_input()
H A Dieee80211.h226 #define IEEE80211_QOS_AMSDU 0x80 macro
H A Dieee80211_sta.c880 if (qos & IEEE80211_QOS_AMSDU) { in sta_input()
H A Dieee80211_hostap.c797 if (qos & IEEE80211_QOS_AMSDU) { in hostap_input()
H A Dieee80211_mesh.c1769 if (qos[0] & IEEE80211_QOS_AMSDU) { in mesh_input()
H A Dieee80211_output.c1813 qos[0] |= IEEE80211_QOS_AMSDU; in ieee80211_encap()