Searched refs:IEEE80211_QOS_MC (Results 1 – 3 of 3) sorted by relevance
344 #define IEEE80211_QOS_MC 0x01 /* Mesh control */ macro
1813 qos[1] = IEEE80211_QOS_MC; in ieee80211_encap()2016 ieee80211_getqos(wh)[1] &= ~IEEE80211_QOS_MC; in ieee80211_fragment()
1667 if (!(qos[1] & IEEE80211_QOS_MC)) { in mesh_input()