Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_proto.h314 ieee80211_getqos(void *data) in ieee80211_getqos() function
H A Dieee80211_wds.c582 qos = ieee80211_getqos(wh)[0]; in wds_input()
H A Dieee80211_adhoc.c520 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.c710 qos = ieee80211_getqos(wh)[0]; in hostap_input()
H A Dieee80211_ht.c1037 tid = ieee80211_getqos(wh)[0]; in ieee80211_ampdu_reorder()
H A Dieee80211_output.c2016 ieee80211_getqos(wh)[1] &= ~IEEE80211_QOS_MC; in ieee80211_fragment()
H A Dieee80211_mesh.c1658 *(uint16_t *)qos = *(uint16_t *)ieee80211_getqos(wh); in mesh_input()
/freebsd/sys/dev/malo/
H A Dif_malo.c1039 qos = *(uint16_t *)ieee80211_getqos(wh); in malo_tx_start()
2041 *(uint16_t *)ieee80211_getqos(wh) = ds->qosctrl; in malo_rx_proc()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c2755 *(uint16_t *)ieee80211_getqos(wh) = ds->QosCtrl; in mwl_rx_proc()
3086 qos = *(uint16_t *)ieee80211_getqos(wh); in mwl_tx_start()
/freebsd/sys/dev/usb/wlan/
H A Dif_mtw.c3045 frm = ieee80211_getqos(wh); in mtw_tx()
H A Dif_run.c3457 frm = ieee80211_getqos(wh); in run_tx()