Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_proto.h314 ieee80211_getqos(void *data) in ieee80211_getqos() function
H A Dieee80211_wds.c589 qos = ieee80211_getqos(wh)[0]; in wds_input()
H A Dieee80211_adhoc.c526 qos = ieee80211_getqos(wh)[0]; in adhoc_input()
H A Dieee80211_sta.c790 qos = ieee80211_getqos(wh)[0]; in sta_input()
H A Dieee80211_hostap.c714 qos = ieee80211_getqos(wh)[0]; in hostap_input()
H A Dieee80211_ht.c1039 tid = ieee80211_getqos(wh)[0]; in ieee80211_ampdu_reorder()
H A Dieee80211_mesh.c1663 *(uint16_t *)qos = *(uint16_t *)ieee80211_getqos(wh); in mesh_input()
H A Dieee80211_output.c2005 ieee80211_getqos(wh)[1] &= ~IEEE80211_QOS_MC; in ieee80211_fragment()