Searched refs:assocresp_ies (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/ |
D | ie.c | 287 if (data->assocresp_ies && data->assocresp_ies_len) { in mwifiex_set_mgmt_beacon_data_ies() 288 mwifiex_update_vs_ie(data->assocresp_ies, in mwifiex_set_mgmt_beacon_data_ies() 294 mwifiex_update_vs_ie(data->assocresp_ies, in mwifiex_set_mgmt_beacon_data_ies()
|
/Linux-v4.19/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 2261 kfree(ieee->assocresp_ies); in rtllib_rx_assoc_resp() 2262 ieee->assocresp_ies = NULL; in rtllib_rx_assoc_resp() 2265 ieee->assocresp_ies = kmalloc(ieee->assocresp_ies_len, in rtllib_rx_assoc_resp() 2267 if (ieee->assocresp_ies) in rtllib_rx_assoc_resp() 2268 memcpy(ieee->assocresp_ies, ies, in rtllib_rx_assoc_resp() 2901 kfree(ieee->assocresp_ies); in rtllib_stop_protocol() 2902 ieee->assocresp_ies = NULL; in rtllib_stop_protocol()
|
D | rtllib.h | 1426 u8 *assocreq_ies, *assocresp_ies; member
|
/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/ |
D | cfg80211.c | 293 if (!info->assocresp_ies || !info->assocresp_ies_len) { in qtnf_mgmt_set_appie() 300 info->assocresp_ies, in qtnf_mgmt_set_appie()
|
D | commands.c | 300 s->beacon.assocresp_ies, in qtnf_cmd_send_start_ap()
|
/Linux-v4.19/drivers/net/wireless/ath/wil6210/ |
D | cfg80211.c | 1467 b->assocresp_ies, b->assocresp_ies_len, true); in wil_print_bcon_data() 1499 if (bcon->assocresp_ies) in _wil_cfg80211_set_ies() 1501 bcon->assocresp_ies_len, bcon->assocresp_ies); in _wil_cfg80211_set_ies()
|
/Linux-v4.19/net/wireless/ |
D | trace.h | 528 __dynamic_array(u8, assocresp_ies, 549 if (info->assocresp_ies) 550 memcpy(__get_dynamic_array(assocresp_ies), 551 info->assocresp_ies,
|
D | nl80211.c | 4044 bcn->assocresp_ies = in nl80211_parse_beacon()
|
/Linux-v4.19/net/mac80211/ |
D | cfg.c | 2911 new_beacon->assocresp_ies = pos; in cfg80211_beacon_dup() 2912 memcpy(pos, beacon->assocresp_ies, beacon->assocresp_ies_len); in cfg80211_beacon_dup()
|
/Linux-v4.19/include/net/ |
D | cfg80211.h | 783 const u8 *assocresp_ies; member
|
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 2701 info->assocresp_ies, in ath6kl_set_ies()
|