Searched refs:assocresp_ies_len (Results 1 – 11 of 11) sorted by relevance
/linux-6.14.4/drivers/net/wireless/marvell/mwifiex/ |
D | ie.c | 278 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()
|
/linux-6.14.4/drivers/net/wireless/ath/wil6210/ |
D | cfg80211.c | 1857 b->assocresp_ies, b->assocresp_ies_len, true); in wil_print_bcon_data() 1893 wil_memdup_ie(&vif->assocresp_ies, &vif->assocresp_ies_len, in _wil_cfg80211_set_ies() 1894 bcon->assocresp_ies, bcon->assocresp_ies_len); in _wil_cfg80211_set_ies() 1914 bcon->assocresp_ies_len, bcon->assocresp_ies); in _wil_cfg80211_set_ies() 2047 bcon.assocresp_ies_len = vif->assocresp_ies_len; in wil_cfg80211_ap_recovery() 2212 wil_memdup_ie(&vif->assocresp_ies, &vif->assocresp_ies_len, NULL, 0); in wil_cfg80211_stop_ap()
|
D | wil6210.h | 857 size_t proberesp_len, proberesp_ies_len, assocresp_ies_len; member
|
/linux-6.14.4/drivers/net/wireless/quantenna/qtnfmac/ |
D | cfg80211.c | 318 if (!info->assocresp_ies || !info->assocresp_ies_len) { in qtnf_mgmt_set_appie() 326 info->assocresp_ies_len); in qtnf_mgmt_set_appie()
|
D | commands.c | 199 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()
|
/linux-6.14.4/net/mac80211/ |
D | cfg.c | 3600 beacon->proberesp_ies_len + beacon->assocresp_ies_len + in cfg80211_beacon_dup() 3660 if (beacon->assocresp_ies_len) { in cfg80211_beacon_dup() 3661 new_beacon->assocresp_ies_len = beacon->assocresp_ies_len; in cfg80211_beacon_dup() 3663 memcpy(pos, beacon->assocresp_ies, beacon->assocresp_ies_len); in cfg80211_beacon_dup() 3664 pos += beacon->assocresp_ies_len; in cfg80211_beacon_dup()
|
/linux-6.14.4/net/wireless/ |
D | trace.h | 710 __dynamic_array(u8, assocresp_ies, info->beacon.assocresp_ies_len) 736 info->beacon.assocresp_ies_len);
|
D | nl80211.c | 5707 bcn->assocresp_ies_len = in nl80211_parse_beacon()
|
/linux-6.14.4/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 2703 info->assocresp_ies_len); in ath6kl_set_ies()
|
/linux-6.14.4/include/net/ |
D | cfg80211.h | 1382 size_t assocresp_ies_len; member
|
/linux-6.14.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | cfg80211.c | 5051 beacon->assocresp_ies_len); in brcmf_config_ap_mgmt_ie()
|