Home
last modified time | relevance | path

Searched refs:assocresp_ies (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
Die.c290 if (data->assocresp_ies && data->assocresp_ies_len) { in mwifiex_set_mgmt_beacon_data_ies()
291 mwifiex_update_vs_ie(data->assocresp_ies, in mwifiex_set_mgmt_beacon_data_ies()
297 mwifiex_update_vs_ie(data->assocresp_ies, in mwifiex_set_mgmt_beacon_data_ies()
/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Dcfg80211.c1847 b->assocresp_ies, b->assocresp_ies_len, true); in wil_print_bcon_data()
1883 wil_memdup_ie(&vif->assocresp_ies, &vif->assocresp_ies_len, in _wil_cfg80211_set_ies()
1884 bcon->assocresp_ies, bcon->assocresp_ies_len); in _wil_cfg80211_set_ies()
1902 if (bcon->assocresp_ies) in _wil_cfg80211_set_ies()
1904 bcon->assocresp_ies_len, bcon->assocresp_ies); in _wil_cfg80211_set_ies()
2034 bcon.assocresp_ies = vif->assocresp_ies; in wil_cfg80211_ap_recovery()
2200 wil_memdup_ie(&vif->assocresp_ies, &vif->assocresp_ies_len, NULL, 0); in wil_cfg80211_stop_ap()
Dwil6210.h865 u8 *proberesp, *proberesp_ies, *assocresp_ies; member
/Linux-v5.4/drivers/staging/rtl8192e/
Drtllib_softmac.c2253 kfree(ieee->assocresp_ies); in rtllib_rx_assoc_resp()
2254 ieee->assocresp_ies = NULL; in rtllib_rx_assoc_resp()
2257 ieee->assocresp_ies = kmemdup(ies, in rtllib_rx_assoc_resp()
2260 if (!ieee->assocresp_ies) in rtllib_rx_assoc_resp()
2888 kfree(ieee->assocresp_ies); in rtllib_stop_protocol()
2889 ieee->assocresp_ies = NULL; in rtllib_stop_protocol()
Drtllib.h1421 u8 *assocreq_ies, *assocresp_ies; member
/Linux-v5.4/drivers/net/wireless/quantenna/qtnfmac/
Dcfg80211.c295 if (!info->assocresp_ies || !info->assocresp_ies_len) { in qtnf_mgmt_set_appie()
302 info->assocresp_ies, in qtnf_mgmt_set_appie()
Dcommands.c289 s->beacon.assocresp_ies, in qtnf_cmd_send_start_ap()
/Linux-v5.4/net/wireless/
Dtrace.h567 __dynamic_array(u8, assocresp_ies,
588 if (info->assocresp_ies)
589 memcpy(__get_dynamic_array(assocresp_ies),
590 info->assocresp_ies,
Dnl80211.c4437 bcn->assocresp_ies = in nl80211_parse_beacon()
/Linux-v5.4/net/mac80211/
Dcfg.c2999 new_beacon->assocresp_ies = pos; in cfg80211_beacon_dup()
3000 memcpy(pos, beacon->assocresp_ies, beacon->assocresp_ies_len); in cfg80211_beacon_dup()
/Linux-v5.4/include/net/
Dcfg80211.h900 const u8 *assocresp_ies; member
/Linux-v5.4/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c2701 info->assocresp_ies, in ath6kl_set_ies()