Searched refs:assocresp_ies (Results 1 – 4 of 4) sorted by relevance
574 data.assoc_info.resp_ies = wpa_s->mlme.assocresp_ies; in ieee80211_set_associated()1343 os_free(wpa_s->mlme.assocresp_ies); in ieee80211_rx_mgmt_assoc_resp()1345 wpa_s->mlme.assocresp_ies = os_malloc(wpa_s->mlme.assocresp_ies_len); in ieee80211_rx_mgmt_assoc_resp()1346 if (wpa_s->mlme.assocresp_ies) { in ieee80211_rx_mgmt_assoc_resp()1347 os_memcpy(wpa_s->mlme.assocresp_ies, pos, in ieee80211_rx_mgmt_assoc_resp()2891 os_free(wpa_s->mlme.assocresp_ies); in ieee80211_sta_deinit()2892 wpa_s->mlme.assocresp_ies = NULL; in ieee80211_sta_deinit()
197 u8 *assocreq_ies, *assocresp_ies; member
215 data.assoc_info.resp_ies = wpa_s->mlme.assocresp_ies; in ieee80211_set_associated()1135 os_free(wpa_s->mlme.assocresp_ies); in ieee80211_rx_mgmt_assoc_resp()1137 wpa_s->mlme.assocresp_ies = os_malloc(wpa_s->mlme.assocresp_ies_len); in ieee80211_rx_mgmt_assoc_resp()1138 if (wpa_s->mlme.assocresp_ies) { in ieee80211_rx_mgmt_assoc_resp()1139 os_memcpy(wpa_s->mlme.assocresp_ies, pos, in ieee80211_rx_mgmt_assoc_resp()2882 os_free(wpa_s->mlme.assocresp_ies); in ieee80211_sta_deinit()2883 wpa_s->mlme.assocresp_ies = NULL; in ieee80211_sta_deinit()
196 u8 *assocreq_ies, *assocresp_ies; member