Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/
Dtxrx.c205 sizeof(struct ieee80211_qos_hdr) : in wcn36xx_set_tx_data()
256 sizeof(struct ieee80211_qos_hdr) : in wcn36xx_set_tx_mgmt()
/linux-4.4.14/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.c1309 struct ieee80211_qos_hdr template; in wl1271_build_qos_null_data()
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_cmd.c351 struct ieee80211_qos_hdr *qoshdr; in ConstructNullFunctionData()
352 qoshdr = (struct ieee80211_qos_hdr *)pframe; in ConstructNullFunctionData()
362 pktlen = sizeof(struct ieee80211_qos_hdr); in ConstructNullFunctionData()
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_security.c1162 (hdrlen == sizeof(struct ieee80211_qos_hdr)))) in aes_cipher()
1172 if (hdrlen != sizeof(struct ieee80211_qos_hdr)) in aes_cipher()
1178 if (hdrlen != sizeof(struct ieee80211_qos_hdr)) in aes_cipher()
1393 (hdrlen == sizeof(struct ieee80211_qos_hdr)))) in aes_decipher()
Drtw_xmit.c412 pattrib->hdrlen = sizeof(struct ieee80211_qos_hdr); in set_qos()
841 struct ieee80211_qos_hdr *qoshdr; in rtw_make_wlanhdr()
921 qoshdr = (struct ieee80211_qos_hdr *)hdr; in rtw_make_wlanhdr()
Drtw_mlme_ext.c3476 struct ieee80211_qos_hdr *pwlanhdr; in _issue_qos_nulldata23a()
3500 pwlanhdr = (struct ieee80211_qos_hdr *)pframe; in _issue_qos_nulldata23a()
3527 pframe += sizeof(struct ieee80211_qos_hdr); in _issue_qos_nulldata23a()
3528 pattrib->pktlen = sizeof(struct ieee80211_qos_hdr); in _issue_qos_nulldata23a()
/linux-4.4.14/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-4.4.14/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-4.4.14/include/linux/
Dieee80211.h239 struct ieee80211_qos_hdr { struct
/linux-4.4.14/drivers/net/wireless/ti/wl1251/
Dmain.c584 struct ieee80211_qos_hdr template; in wl1251_build_qos_null_data()
/linux-4.4.14/net/mac80211/
Dsta_info.c1250 struct ieee80211_qos_hdr *nullfunc; in ieee80211_send_null_response()
Dcfg.c3570 struct ieee80211_qos_hdr *nullfunc; in ieee80211_probe_client()
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dwmi.c409 hdr_size = roundup(sizeof(struct ieee80211_qos_hdr), in ath6kl_wmi_dot11_hdr_remove()