Home
last modified time | relevance | path

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

/drivers/net/wireless/mwifiex/
Die.c289 if (data->assocresp_ies && data->assocresp_ies_len) { in mwifiex_set_mgmt_beacon_data_ies()
290 mwifiex_update_vs_ie(data->assocresp_ies, in mwifiex_set_mgmt_beacon_data_ies()
296 mwifiex_update_vs_ie(data->assocresp_ies, in mwifiex_set_mgmt_beacon_data_ies()
/drivers/net/wireless/ath/wil6210/
Dcfg80211.c712 b->assocresp_ies, b->assocresp_ies_len); in wil_print_bcon_data()
729 if (!bcon->assocresp_ies) { in wil_fix_bcon()
730 bcon->assocresp_ies = bcon->proberesp_ies; in wil_fix_bcon()
750 bcon->assocresp_ies); in _wil_cfg80211_set_ies()
/drivers/staging/rtl8192e/
Drtllib_softmac.c2263 kfree(ieee->assocresp_ies); in rtllib_rx_assoc_resp()
2264 ieee->assocresp_ies = NULL; in rtllib_rx_assoc_resp()
2267 ieee->assocresp_ies = kmalloc(ieee->assocresp_ies_len, in rtllib_rx_assoc_resp()
2269 if (ieee->assocresp_ies) in rtllib_rx_assoc_resp()
2270 memcpy(ieee->assocresp_ies, ies, in rtllib_rx_assoc_resp()
2906 kfree(ieee->assocresp_ies); in rtllib_stop_protocol()
2907 ieee->assocresp_ies = NULL; in rtllib_stop_protocol()
Drtllib.h1476 u8 *assocreq_ies, *assocresp_ies; member
/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c2691 info->assocresp_ies, in ath6kl_set_ies()