Home
last modified time | relevance | path

Searched refs:assocresp_ies_len (Results 1 - 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Die.c290 if (data->assocresp_ies && data->assocresp_ies_len) { in mwifiex_set_mgmt_beacon_data_ies()
292 data->assocresp_ies_len, &ar_ie, in mwifiex_set_mgmt_beacon_data_ies()
298 data->assocresp_ies_len, &ar_ie, in mwifiex_set_mgmt_beacon_data_ies()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Die.c278 if (data->assocresp_ies && data->assocresp_ies_len) { in mwifiex_set_mgmt_beacon_data_ies()
280 data->assocresp_ies_len, &ar_ie, in mwifiex_set_mgmt_beacon_data_ies()
286 data->assocresp_ies_len, &ar_ie, in mwifiex_set_mgmt_beacon_data_ies()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c1836 b->assocresp_ies, b->assocresp_ies_len, true); in wil_print_bcon_data()
1872 wil_memdup_ie(&vif->assocresp_ies, &vif->assocresp_ies_len, in _wil_cfg80211_set_ies()
1873 bcon->assocresp_ies, bcon->assocresp_ies_len); in _wil_cfg80211_set_ies()
1893 bcon->assocresp_ies_len, bcon->assocresp_ies); in _wil_cfg80211_set_ies()
2026 bcon.assocresp_ies_len = vif->assocresp_ies_len; in wil_cfg80211_ap_recovery()
2189 wil_memdup_ie(&vif->assocresp_ies, &vif->assocresp_ies_len, NULL, 0); in wil_cfg80211_stop_ap()
H A Dwil6210.h855 size_t proberesp_len, proberesp_ies_len, assocresp_ies_len; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c1859 b->assocresp_ies, b->assocresp_ies_len, true); in wil_print_bcon_data()
1895 wil_memdup_ie(&vif->assocresp_ies, &vif->assocresp_ies_len, in _wil_cfg80211_set_ies()
1896 bcon->assocresp_ies, bcon->assocresp_ies_len); in _wil_cfg80211_set_ies()
1916 bcon->assocresp_ies_len, bcon->assocresp_ies); in _wil_cfg80211_set_ies()
2049 bcon.assocresp_ies_len = vif->assocresp_ies_len; in wil_cfg80211_ap_recovery()
2213 wil_memdup_ie(&vif->assocresp_ies, &vif->assocresp_ies_len, NULL, 0); in wil_cfg80211_stop_ap()
H A Dwil6210.h857 size_t proberesp_len, proberesp_ies_len, assocresp_ies_len; member
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/
H A Drtllib_softmac.c2007 ieee->assocresp_ies_len = (skb->data + skb->len) - ies; in rtllib_rx_assoc_resp()
2009 ieee->assocresp_ies_len, in rtllib_rx_assoc_resp()
2012 ieee->assocresp_ies_len = 0; in rtllib_rx_assoc_resp()
2570 ieee->assocresp_ies_len = 0; in rtllib_stop_protocol()
H A Drtllib.h1366 size_t assocreq_ies_len, assocresp_ies_len; member
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/
H A Dcfg80211.c318 if (!info->assocresp_ies || !info->assocresp_ies_len) { in qtnf_mgmt_set_appie()
326 info->assocresp_ies_len); in qtnf_mgmt_set_appie()
H A Dcommands.c199 len += round_up(s->beacon.assocresp_ies_len, QLINK_ALIGN); in qtnf_cmd_start_ap_can_fit()
319 s->beacon.assocresp_ies_len); in qtnf_cmd_send_start_ap()
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/
H A Dcfg80211.c318 if (!info->assocresp_ies || !info->assocresp_ies_len) { in qtnf_mgmt_set_appie()
326 info->assocresp_ies_len); in qtnf_mgmt_set_appie()
H A Dcommands.c199 len += round_up(s->beacon.assocresp_ies_len, QLINK_ALIGN); in qtnf_cmd_start_ap_can_fit()
321 s->beacon.assocresp_ies_len); in qtnf_cmd_send_start_ap()
/kernel/linux/linux-5.10/net/mac80211/
H A Dcfg.c3071 beacon->proberesp_ies_len + beacon->assocresp_ies_len + in cfg80211_beacon_dup()
3103 if (beacon->assocresp_ies_len) { in cfg80211_beacon_dup()
3104 new_beacon->assocresp_ies_len = beacon->assocresp_ies_len; in cfg80211_beacon_dup()
3106 memcpy(pos, beacon->assocresp_ies, beacon->assocresp_ies_len); in cfg80211_beacon_dup()
3107 pos += beacon->assocresp_ies_len; in cfg80211_beacon_dup()
/kernel/linux/linux-6.6/net/mac80211/
H A Dcfg.c3470 beacon->proberesp_ies_len + beacon->assocresp_ies_len + in cfg80211_beacon_dup()
3530 if (beacon->assocresp_ies_len) { in cfg80211_beacon_dup()
3531 new_beacon->assocresp_ies_len = beacon->assocresp_ies_len; in cfg80211_beacon_dup()
3533 memcpy(pos, beacon->assocresp_ies, beacon->assocresp_ies_len); in cfg80211_beacon_dup()
3534 pos += beacon->assocresp_ies_len; in cfg80211_beacon_dup()
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
H A Drtllib_softmac.c2257 ieee->assocresp_ies_len = (skb->data + skb->len) - ies; in rtllib_rx_assoc_resp()
2259 ieee->assocresp_ies_len, in rtllib_rx_assoc_resp()
2262 ieee->assocresp_ies_len = 0; in rtllib_rx_assoc_resp()
2891 ieee->assocresp_ies_len = 0; in rtllib_stop_protocol()
H A Drtllib.h1422 size_t assocreq_ies_len, assocresp_ies_len; member
/kernel/linux/linux-5.10/net/wireless/
H A Dtrace.h598 info ? info->assocresp_ies_len : 0)
621 info->assocresp_ies_len);
H A Dnl80211.c4853 bcn->assocresp_ies_len = in nl80211_parse_beacon()
/kernel/linux/linux-6.6/net/wireless/
H A Dtrace.h630 info ? info->assocresp_ies_len : 0)
654 info->assocresp_ies_len);
/kernel/linux/linux-5.10/include/net/
H A Dcfg80211.h1049 * @assocresp_ies_len: length of assocresp_ies in octets
1074 size_t assocresp_ies_len; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c2702 info->assocresp_ies_len); in ath6kl_set_ies()
/kernel/linux/linux-6.6/include/net/
H A Dcfg80211.h1226 * @assocresp_ies_len: length of assocresp_ies in octets
1260 size_t assocresp_ies_len; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c2702 info->assocresp_ies_len); in ath6kl_set_ies()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c4637 beacon->assocresp_ies_len); in brcmf_config_ap_mgmt_ie()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c5049 beacon->assocresp_ies_len); in brcmf_config_ap_mgmt_ie()

Completed in 136 milliseconds

12