Home
last modified time | relevance | path

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

/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()
/drivers/net/wireless/ath/wil6210/
Dcfg80211.c1858 b->assocresp_ies, b->assocresp_ies_len, true); in wil_print_bcon_data()
1894 wil_memdup_ie(&vif->assocresp_ies, &vif->assocresp_ies_len, in _wil_cfg80211_set_ies()
1895 bcon->assocresp_ies, bcon->assocresp_ies_len); in _wil_cfg80211_set_ies()
1913 if (bcon->assocresp_ies) in _wil_cfg80211_set_ies()
1915 bcon->assocresp_ies_len, bcon->assocresp_ies); in _wil_cfg80211_set_ies()
2045 bcon.assocresp_ies = vif->assocresp_ies; in wil_cfg80211_ap_recovery()
2212 wil_memdup_ie(&vif->assocresp_ies, &vif->assocresp_ies_len, NULL, 0); in wil_cfg80211_stop_ap()
Dwil6210.h857 u8 *proberesp, *proberesp_ies, *assocresp_ies; member
/drivers/staging/rtl8192e/
Drtllib_softmac.c2252 kfree(ieee->assocresp_ies); in rtllib_rx_assoc_resp()
2253 ieee->assocresp_ies = NULL; in rtllib_rx_assoc_resp()
2256 ieee->assocresp_ies = kmemdup(ies, in rtllib_rx_assoc_resp()
2259 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
/drivers/net/wireless/quantenna/qtnfmac/
Dcfg80211.c318 if (!info->assocresp_ies || !info->assocresp_ies_len) { in qtnf_mgmt_set_appie()
325 info->assocresp_ies, in qtnf_mgmt_set_appie()
Dcommands.c320 s->beacon.assocresp_ies, in qtnf_cmd_send_start_ap()
/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c2701 info->assocresp_ies, in ath6kl_set_ies()
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.c4653 beacon->assocresp_ies, in brcmf_config_ap_mgmt_ie()