Home
last modified time | relevance | path

Searched refs:assocresp_ies_len (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A Die.c277 if (data->assocresp_ies && data->assocresp_ies_len) { in mwifiex_set_mgmt_beacon_data_ies()
279 data->assocresp_ies_len, &ar_ie, in mwifiex_set_mgmt_beacon_data_ies()
285 data->assocresp_ies_len, &ar_ie, in mwifiex_set_mgmt_beacon_data_ies()
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Die.c263 if (data->assocresp_ies && data->assocresp_ies_len) { in nxpwifi_set_mgmt_beacon_data_ies()
265 data->assocresp_ies_len, &ar_ie, in nxpwifi_set_mgmt_beacon_data_ies()
271 data->assocresp_ies_len, &ar_ie, in nxpwifi_set_mgmt_beacon_data_ies()
/linux/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c1856 b->assocresp_ies, b->assocresp_ies_len, true); in wil_print_bcon_data()
1892 wil_memdup_ie(&vif->assocresp_ies, &vif->assocresp_ies_len, in _wil_cfg80211_set_ies()
1893 bcon->assocresp_ies, bcon->assocresp_ies_len); in _wil_cfg80211_set_ies()
1913 bcon->assocresp_ies_len, bcon->assocresp_ies); in _wil_cfg80211_set_ies()
2046 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()
H A Dwil6210.h856 size_t proberesp_len, proberesp_ies_len, assocresp_ies_len; member
/linux/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()
/linux/net/mac80211/
H A Dcfg.c4291 beacon->proberesp_ies_len + beacon->assocresp_ies_len + in cfg80211_beacon_dup()
4349 if (beacon->assocresp_ies_len) { in cfg80211_beacon_dup()
4350 new_beacon->assocresp_ies_len = beacon->assocresp_ies_len; in cfg80211_beacon_dup()
4352 memcpy(pos, beacon->assocresp_ies, beacon->assocresp_ies_len); in cfg80211_beacon_dup()
4353 pos += beacon->assocresp_ies_len; in cfg80211_beacon_dup()
/linux/net/wireless/
H A Dtrace.h752 __dynamic_array(u8, assocresp_ies, info->beacon.assocresp_ies_len)
778 info->beacon.assocresp_ies_len);
H A Dnl80211.c6751 bcn->assocresp_ies_len = in nl80211_parse_beacon()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c2713 info->assocresp_ies_len); in ath6kl_set_ies()
/linux/include/net/
H A Dcfg80211.h1501 size_t assocresp_ies_len; member
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c5093 beacon->assocresp_ies_len); in brcmf_config_ap_mgmt_ie()