Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/staging/rtl8723bs/hal/
Drtl8723b_cmd.c272 struct ieee80211_qos_hdr *pwlanqoshdr; in ConstructNullFunctionData()
276 pwlanqoshdr = (struct ieee80211_qos_hdr *)pframe; in ConstructNullFunctionData()
280 pktlen = sizeof(struct ieee80211_qos_hdr); in ConstructNullFunctionData()
794 struct ieee80211_qos_hdr *pwlanqoshdr; in ConstructBtNullFunctionData()
798 pwlanqoshdr = (struct ieee80211_qos_hdr *)pframe; in ConstructBtNullFunctionData()
802 pktlen = sizeof(struct ieee80211_qos_hdr); in ConstructBtNullFunctionData()
/linux-6.14.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.c1316 struct ieee80211_qos_hdr template; in wl1271_build_qos_null_data()
/linux-6.14.4/drivers/net/wireless/ath/wcn36xx/
Dtxrx.c591 sizeof(struct ieee80211_qos_hdr) : in wcn36xx_set_tx_data()
644 sizeof(struct ieee80211_qos_hdr) : in wcn36xx_set_tx_mgmt()
/linux-6.14.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-6.14.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-6.14.4/drivers/net/wireless/ath/ath12k/
Ddp_mon.c873 memcpy(dest, hdr_desc, sizeof(struct ieee80211_qos_hdr)); in ath12k_dp_mon_rx_merg_msdus()
1436 struct ieee80211_qos_hdr *qhdr; in ath12k_dp_mon_tx_gen_3addr_qos_null_frame()
1442 qhdr = (struct ieee80211_qos_hdr *)skb->data; in ath12k_dp_mon_tx_gen_3addr_qos_null_frame()
/linux-6.14.4/include/linux/
Dieee80211.h343 struct ieee80211_qos_hdr { struct
4429 struct ieee80211_qos_hdr addr3; in ieee80211_get_qos_ctl()
/linux-6.14.4/drivers/net/wireless/ti/wl1251/
Dmain.c568 struct ieee80211_qos_hdr template; in wl1251_build_qos_null_data()
/linux-6.14.4/drivers/net/wireless/intel/iwlwifi/mei/
Dmain.c1054 #define QOS_HDR_IV_SNAP_LEN (sizeof(struct ieee80211_qos_hdr) + \
/linux-6.14.4/net/mac80211/
Dsta_info.c1812 struct ieee80211_qos_hdr *nullfunc; in ieee80211_send_null_response()
Dcfg.c4265 struct ieee80211_qos_hdr *nullfunc; in ieee80211_probe_client()
/linux-6.14.4/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c3217 pframe += sizeof(struct ieee80211_qos_hdr); in _issue_qos_nulldata()
3218 pattrib->pktlen = sizeof(struct ieee80211_qos_hdr); in _issue_qos_nulldata()
/linux-6.14.4/drivers/net/wireless/ath/ath6kl/
Dwmi.c409 hdr_size = roundup(sizeof(struct ieee80211_qos_hdr), in ath6kl_wmi_dot11_hdr_remove()
/linux-6.14.4/drivers/net/wireless/ath/ath11k/
Ddp_rx.c4967 memcpy(dest, hdr_desc, sizeof(struct ieee80211_qos_hdr)); in ath11k_dp_rx_mon_merg_msdus()