Home
last modified time | relevance | path

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

/drivers/net/wireless/mwifiex/
Die.c286 if (data->assocresp_ies && data->assocresp_ies_len) { in mwifiex_set_mgmt_beacon_data_ies()
287 mwifiex_update_vs_ie(data->assocresp_ies, in mwifiex_set_mgmt_beacon_data_ies()
293 mwifiex_update_vs_ie(data->assocresp_ies, in mwifiex_set_mgmt_beacon_data_ies()
/drivers/net/wireless/ath/wil6210/
Dcfg80211.c618 b->assocresp_ies, b->assocresp_ies_len); in wil_print_bcon_data()
648 if (!bcon->assocresp_ies) { in wil_fix_bcon()
649 bcon->assocresp_ies = f->u.probe_resp.variable; in wil_fix_bcon()
687 bcon->assocresp_ies); in wil_cfg80211_change_beacon()
756 bcon->assocresp_ies); in wil_cfg80211_start_ap()
/drivers/staging/rtl8192e/
Drtllib_softmac.c2277 kfree(ieee->assocresp_ies); in rtllib_rx_assoc_resp()
2278 ieee->assocresp_ies = NULL; in rtllib_rx_assoc_resp()
2281 ieee->assocresp_ies = kmalloc(ieee->assocresp_ies_len, in rtllib_rx_assoc_resp()
2283 if (ieee->assocresp_ies) in rtllib_rx_assoc_resp()
2284 memcpy(ieee->assocresp_ies, ies, in rtllib_rx_assoc_resp()
2997 kfree(ieee->assocresp_ies); in rtllib_stop_protocol()
2998 ieee->assocresp_ies = NULL; in rtllib_stop_protocol()
Drtllib.h2070 u8 *assocreq_ies, *assocresp_ies; member
/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c2688 info->assocresp_ies, in ath6kl_set_ies()