Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/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.12.1/drivers/staging/rtl8192e/
Drtllib_tx.c524 struct ieee80211_qos_hdr *frag_hdr; in rtllib_xmit_inter()
531 struct ieee80211_qos_hdr header = { /* Ensure zero initialized */ in rtllib_xmit_inter()
Drtllib_rx.c95 struct ieee80211_qos_hdr *hdr_3addrqos; in rtllib_frag_cache_get()
106 hdr_3addrqos = (struct ieee80211_qos_hdr *)hdr; in rtllib_frag_cache_get()
164 struct ieee80211_qos_hdr *hdr_3addrqos; in rtllib_frag_cache_invalidate()
175 hdr_3addrqos = (struct ieee80211_qos_hdr *)hdr; in rtllib_frag_cache_invalidate()
356 struct ieee80211_qos_hdr *hdr_3addrqos; in is_duplicate_packet()
367 hdr_3addrqos = (struct ieee80211_qos_hdr *)header; in is_duplicate_packet()
/linux-6.12.1/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.12.1/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.12.1/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.12.1/drivers/net/wireless/ath/ath12k/
Ddp_mon.c937 memcpy(dest, hdr_desc, sizeof(struct ieee80211_qos_hdr)); in ath12k_dp_mon_rx_merg_msdus()
1490 struct ieee80211_qos_hdr *qhdr; in ath12k_dp_mon_tx_gen_3addr_qos_null_frame()
1496 qhdr = (struct ieee80211_qos_hdr *)skb->data; in ath12k_dp_mon_tx_gen_3addr_qos_null_frame()
/linux-6.12.1/include/linux/
Dieee80211.h343 struct ieee80211_qos_hdr { struct
4404 struct ieee80211_qos_hdr addr3; in ieee80211_get_qos_ctl()
/linux-6.12.1/drivers/net/wireless/ti/wl1251/
Dmain.c568 struct ieee80211_qos_hdr template; in wl1251_build_qos_null_data()
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mei/
Dmain.c1054 #define QOS_HDR_IV_SNAP_LEN (sizeof(struct ieee80211_qos_hdr) + \
/linux-6.12.1/net/mac80211/
Dsta_info.c1777 struct ieee80211_qos_hdr *nullfunc; in ieee80211_send_null_response()
Dcfg.c4201 struct ieee80211_qos_hdr *nullfunc; in ieee80211_probe_client()
/linux-6.12.1/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.12.1/drivers/net/wireless/ath/ath6kl/
Dwmi.c409 hdr_size = roundup(sizeof(struct ieee80211_qos_hdr), in ath6kl_wmi_dot11_hdr_remove()
/linux-6.12.1/drivers/net/wireless/ath/ath11k/
Ddp_rx.c4965 memcpy(dest, hdr_desc, sizeof(struct ieee80211_qos_hdr)); in ath11k_dp_rx_mon_merg_msdus()