Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dinit.c92 (struct ieee80211_qos_hdr), in wl1271_init_templates_config()
149 sizeof(struct ieee80211_qos_hdr), in wl1271_init_templates_config()
221 struct ieee80211_qos_hdr *qosnull; in wl1271_ap_init_qos_null_template()
Dcmd.c1322 struct ieee80211_qos_hdr template; in wl1271_build_qos_null_data()
/Linux-v4.19/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-v4.19/drivers/staging/rtl8188eu/hal/
Drtl8188e_cmd.c371 struct ieee80211_qos_hdr *pwlanqoshdr; in ConstructNullFunctionData()
375 pwlanqoshdr = (struct ieee80211_qos_hdr *)pframe; in ConstructNullFunctionData()
379 pktlen = sizeof(struct ieee80211_qos_hdr); in ConstructNullFunctionData()
/Linux-v4.19/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()
2129 struct ieee80211_qos_hdr *pwlanqoshdr; in ConstructBtNullFunctionData()
2133 pwlanqoshdr = (struct ieee80211_qos_hdr *)pframe; in ConstructBtNullFunctionData()
2137 pktlen = sizeof(struct ieee80211_qos_hdr); in ConstructBtNullFunctionData()
/Linux-v4.19/drivers/staging/rtlwifi/rtl8822be/
Dtrx.c83 struct ieee80211_qos_hdr *hdr_qos = in _rtl8822be_translate_rx_signal_stuff()
84 (struct ieee80211_qos_hdr *)tmp_buf; in _rtl8822be_translate_rx_signal_stuff()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dtrx.c345 struct ieee80211_qos_hdr *hdr_qos = in translate_rx_signal_stuff()
346 (struct ieee80211_qos_hdr *)tmp_buf; in translate_rx_signal_stuff()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dtrx.c281 struct ieee80211_qos_hdr *hdr_qos = in _rtl92ee_translate_rx_signal_stuff()
282 (struct ieee80211_qos_hdr *)tmp_buf; in _rtl92ee_translate_rx_signal_stuff()
/Linux-v4.19/drivers/net/wireless/ti/wl1251/
Dmain.c582 struct ieee80211_qos_hdr template; in wl1251_build_qos_null_data()
/Linux-v4.19/include/linux/
Dieee80211.h255 struct ieee80211_qos_hdr { struct
/Linux-v4.19/net/mac80211/
Dsta_info.c1318 struct ieee80211_qos_hdr *nullfunc; in ieee80211_send_null_response()
Dcfg.c3418 struct ieee80211_qos_hdr *nullfunc; in ieee80211_probe_client()
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c1367 pframe += sizeof(struct ieee80211_qos_hdr); in _issue_qos_nulldata()
1368 pattrib->pktlen = sizeof(struct ieee80211_qos_hdr); in _issue_qos_nulldata()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c3653 pframe += sizeof(struct ieee80211_qos_hdr); in _issue_qos_nulldata()
3654 pattrib->pktlen = sizeof(struct ieee80211_qos_hdr); in _issue_qos_nulldata()
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/
Dwmi.c409 hdr_size = roundup(sizeof(struct ieee80211_qos_hdr), in ath6kl_wmi_dot11_hdr_remove()