Searched refs:assocresp_ies (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | ie.c | 286 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()
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
D | cfg80211.c | 651 b->assocresp_ies, b->assocresp_ies_len); in wil_print_bcon_data() 669 if (!bcon->assocresp_ies) { in wil_fix_bcon() 670 bcon->assocresp_ies = f->u.probe_resp.variable; in wil_fix_bcon() 708 bcon->assocresp_ies); in wil_cfg80211_change_beacon() 777 bcon->assocresp_ies); in wil_cfg80211_start_ap()
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 2276 kfree(ieee->assocresp_ies); in rtllib_rx_assoc_resp() 2277 ieee->assocresp_ies = NULL; in rtllib_rx_assoc_resp() 2280 ieee->assocresp_ies = kmalloc(ieee->assocresp_ies_len, in rtllib_rx_assoc_resp() 2282 if (ieee->assocresp_ies) in rtllib_rx_assoc_resp() 2283 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()
|
D | rtllib.h | 2006 u8 *assocreq_ies, *assocresp_ies; member
|
/linux-4.1.27/net/wireless/ |
D | trace.h | 527 __dynamic_array(u8, assocresp_ies, 548 if (info->assocresp_ies) 549 memcpy(__get_dynamic_array(assocresp_ies), 550 info->assocresp_ies,
|
D | nl80211.c | 3224 bcn->assocresp_ies = in nl80211_parse_beacon()
|
/linux-4.1.27/net/mac80211/ |
D | cfg.c | 2852 new_beacon->assocresp_ies = pos; in cfg80211_beacon_dup() 2853 memcpy(pos, beacon->assocresp_ies, beacon->assocresp_ies_len); in cfg80211_beacon_dup()
|
/linux-4.1.27/include/net/ |
D | cfg80211.h | 662 const u8 *assocresp_ies; member
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 2691 info->assocresp_ies, in ath6kl_set_ies()
|