Home
last modified time | relevance | path

Searched refs:ieee80211_qos_hdr (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.4/drivers/net/wireless/ti/wlcore/
Dinit.c78 (struct ieee80211_qos_hdr), in wl1271_init_templates_config()
135 sizeof(struct ieee80211_qos_hdr), in wl1271_init_templates_config()
207 struct ieee80211_qos_hdr *qosnull; in wl1271_ap_init_qos_null_template()
Dcmd.c1308 struct ieee80211_qos_hdr template; in wl1271_build_qos_null_data()
/Linux-v5.4/drivers/net/wireless/ath/wcn36xx/
Dtxrx.c208 sizeof(struct ieee80211_qos_hdr) : in wcn36xx_set_tx_data()
259 sizeof(struct ieee80211_qos_hdr) : in wcn36xx_set_tx_mgmt()
/Linux-v5.4/drivers/staging/rtl8188eu/hal/
Drtl8188e_cmd.c369 struct ieee80211_qos_hdr *pwlanqoshdr; in ConstructNullFunctionData()
373 pwlanqoshdr = (struct ieee80211_qos_hdr *)pframe; in ConstructNullFunctionData()
377 pktlen = sizeof(struct ieee80211_qos_hdr); in ConstructNullFunctionData()
/Linux-v5.4/drivers/staging/rtl8723bs/hal/
Drtl8723b_cmd.c301 struct ieee80211_qos_hdr *pwlanqoshdr; in ConstructNullFunctionData()
305 pwlanqoshdr = (struct ieee80211_qos_hdr *)pframe; in ConstructNullFunctionData()
309 pktlen = sizeof(struct ieee80211_qos_hdr); in ConstructNullFunctionData()
2105 struct ieee80211_qos_hdr *pwlanqoshdr; in ConstructBtNullFunctionData()
2109 pwlanqoshdr = (struct ieee80211_qos_hdr *)pframe; in ConstructBtNullFunctionData()
2113 pktlen = sizeof(struct ieee80211_qos_hdr); in ConstructBtNullFunctionData()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dtrx.c320 struct ieee80211_qos_hdr *hdr_qos = in translate_rx_signal_stuff()
321 (struct ieee80211_qos_hdr *)tmp_buf; in translate_rx_signal_stuff()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dtrx.c260 struct ieee80211_qos_hdr *hdr_qos = in _rtl92ee_translate_rx_signal_stuff()
261 (struct ieee80211_qos_hdr *)tmp_buf; in _rtl92ee_translate_rx_signal_stuff()
/Linux-v5.4/drivers/net/wireless/ti/wl1251/
Dmain.c568 struct ieee80211_qos_hdr template; in wl1251_build_qos_null_data()
/Linux-v5.4/include/linux/
Dieee80211.h252 struct ieee80211_qos_hdr { struct
/Linux-v5.4/net/mac80211/
Dsta_info.c1368 struct ieee80211_qos_hdr *nullfunc; in ieee80211_send_null_response()
Dcfg.c3521 struct ieee80211_qos_hdr *nullfunc; in ieee80211_probe_client()
/Linux-v5.4/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c1366 pframe += sizeof(struct ieee80211_qos_hdr); in _issue_qos_nulldata()
1367 pattrib->pktlen = sizeof(struct ieee80211_qos_hdr); in _issue_qos_nulldata()
/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c3634 pframe += sizeof(struct ieee80211_qos_hdr); in _issue_qos_nulldata()
3635 pattrib->pktlen = sizeof(struct ieee80211_qos_hdr); in _issue_qos_nulldata()
/Linux-v5.4/drivers/net/wireless/ath/ath6kl/
Dwmi.c409 hdr_size = roundup(sizeof(struct ieee80211_qos_hdr), in ath6kl_wmi_dot11_hdr_remove()