Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/rtl8723bs/hal/
Drtl8723b_cmd.c273 struct ieee80211_qos_hdr *pwlanqoshdr; in ConstructNullFunctionData()
277 pwlanqoshdr = (struct ieee80211_qos_hdr *)pframe; in ConstructNullFunctionData()
281 pktlen = sizeof(struct ieee80211_qos_hdr); in ConstructNullFunctionData()
795 struct ieee80211_qos_hdr *pwlanqoshdr; in ConstructBtNullFunctionData()
799 pwlanqoshdr = (struct ieee80211_qos_hdr *)pframe; in ConstructBtNullFunctionData()
803 pktlen = sizeof(struct ieee80211_qos_hdr); in ConstructBtNullFunctionData()
/Linux-v5.15/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.c1309 struct ieee80211_qos_hdr template; in wl1271_build_qos_null_data()
/Linux-v5.15/drivers/net/wireless/ath/wcn36xx/
Dtxrx.c442 sizeof(struct ieee80211_qos_hdr) : in wcn36xx_set_tx_data()
493 sizeof(struct ieee80211_qos_hdr) : in wcn36xx_set_tx_mgmt()
/Linux-v5.15/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.15/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.15/drivers/net/wireless/ti/wl1251/
Dmain.c568 struct ieee80211_qos_hdr template; in wl1251_build_qos_null_data()
/Linux-v5.15/include/linux/
Dieee80211.h316 struct ieee80211_qos_hdr { struct
/Linux-v5.15/net/mac80211/
Dsta_info.c1389 struct ieee80211_qos_hdr *nullfunc; in ieee80211_send_null_response()
Dcfg.c3665 struct ieee80211_qos_hdr *nullfunc; in ieee80211_probe_client()
/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Ddp_rx.c4794 struct ieee80211_qos_hdr *qwh = in ath11k_dp_rx_mon_merg_msdus()
4795 (struct ieee80211_qos_hdr *)hdr_desc; in ath11k_dp_rx_mon_merg_msdus()
/Linux-v5.15/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c3248 pframe += sizeof(struct ieee80211_qos_hdr); in _issue_qos_nulldata()
3249 pattrib->pktlen = sizeof(struct ieee80211_qos_hdr); in _issue_qos_nulldata()
/Linux-v5.15/drivers/net/wireless/ath/ath6kl/
Dwmi.c409 hdr_size = roundup(sizeof(struct ieee80211_qos_hdr), in ath6kl_wmi_dot11_hdr_remove()