Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A 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()
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A 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()
H A Dcmd.c1307 struct ieee80211_qos_hdr template; in wl1271_build_qos_null_data()
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/
H A Dtxrx.c591 sizeof(struct ieee80211_qos_hdr) : in wcn36xx_set_tx_data()
644 sizeof(struct ieee80211_qos_hdr) : in wcn36xx_set_tx_mgmt()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A 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()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A 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()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_mon.c938 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()
/openbmc/linux/include/linux/
H A Dieee80211.h331 struct ieee80211_qos_hdr { struct
4206 struct ieee80211_qos_hdr addr3; in ieee80211_get_qos_ctl()
/openbmc/linux/drivers/net/wireless/ti/wl1251/
H A Dmain.c568 struct ieee80211_qos_hdr template; in wl1251_build_qos_null_data()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mei/
H A Dmain.c1026 #define QOS_HDR_IV_SNAP_LEN (sizeof(struct ieee80211_qos_hdr) + \
/openbmc/linux/net/mac80211/
H A Dsta_info.c1784 struct ieee80211_qos_hdr *nullfunc; in ieee80211_send_null_response()
H A Dcfg.c4133 struct ieee80211_qos_hdr *nullfunc; in ieee80211_probe_client()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c3218 pframe += sizeof(struct ieee80211_qos_hdr); in _issue_qos_nulldata()
3219 pattrib->pktlen = sizeof(struct ieee80211_qos_hdr); in _issue_qos_nulldata()
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c409 hdr_size = roundup(sizeof(struct ieee80211_qos_hdr), in ath6kl_wmi_dot11_hdr_remove()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c4908 memcpy(dest, hdr_desc, sizeof(struct ieee80211_qos_hdr)); in ath11k_dp_rx_mon_merg_msdus()