Home
last modified time | relevance | path

Searched refs:req_ies (Results 1 – 10 of 10) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Ddrv_callbacks.c41 const u8 *req_ies, size_t req_ies_len, int reassoc) in hostapd_notif_assoc() argument
73 ieee802_11_parse_elems(req_ies, req_ies_len, &elems, 0); in hostapd_notif_assoc()
130 sta->p2p_ie = ieee802_11_vendor_ie_concat(req_ies, req_ies_len, in hostapd_notif_assoc()
291 status = wpa_ft_validate_reassoc(sta->wpa_sm, req_ies, in hostapd_notif_assoc()
308 if (req_ies) in hostapd_notif_assoc()
309 wps = ieee802_11_vendor_ie_concat(req_ies, req_ies_len, in hostapd_notif_assoc()
373 sta->auth_alg, req_ies, req_ies_len); in hostapd_notif_assoc()
401 if (req_ies) { in hostapd_notif_assoc()
403 req_ies, req_ies_len); in hostapd_notif_assoc()
1248 data->assoc_info.req_ies, in wpa_supplicant_event()
Dwpa_auth.h317 const u8 *req_ies, size_t req_ies_len);
Dwpa_auth_ft.c637 const u8 *req_ies, size_t req_ies_len) in wpa_sm_write_assoc_resp_ies() argument
728 if (wpa_ft_parse_ies(req_ies, req_ies_len, &parse) == 0 && parse.ric) { in wpa_sm_write_assoc_resp_ies()
/external/wpa_supplicant_8/src/drivers/
Ddriver_wext.c251 u8 *req_ies = NULL, *resp_ies = NULL; in wpa_driver_wext_event_wireless_custom() local
260 req_ies = os_malloc(bytes); in wpa_driver_wext_event_wireless_custom()
261 if (req_ies == NULL || in wpa_driver_wext_event_wireless_custom()
262 hexstr2bin(spos, req_ies, bytes) < 0) in wpa_driver_wext_event_wireless_custom()
264 data.assoc_info.req_ies = req_ies; in wpa_driver_wext_event_wireless_custom()
292 os_free(req_ies); in wpa_driver_wext_event_wireless_custom()
407 data.assoc_info.req_ies = drv->assoc_req_ies; in wpa_driver_wext_event_assoc_ies()
Ddriver.h4090 const u8 *req_ies; member
4782 event.assoc_info.req_ies = ie; in drv_event_assoc()
Ddriver_privsep.c409 data.assoc_info.req_ies = pos; in wpa_driver_privsep_event_assoc()
Ddriver_nl80211_event.c336 event.assoc_info.req_ies = nla_data(req_ie); in mlme_event_connect()
340 ssid = get_ie(event.assoc_info.req_ies, in mlme_event_connect()
Ddriver_ndis.c1395 data.assoc_info.req_ies = (u8 *) buf + ai->OffsetRequestIEs; in wpa_driver_ndis_get_associnfo()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_priv.c841 if (data && data->assoc_info.req_ies) { in wpa_priv_send_assoc()
845 os_memcpy(pos, data->assoc_info.req_ies, len); in wpa_priv_send_assoc()
Devents.c1958 if (data->assoc_info.req_ies) in wpa_supplicant_event_associnfo()
1959 wpa_hexdump(MSG_DEBUG, "req_ies", data->assoc_info.req_ies, in wpa_supplicant_event_associnfo()
1985 p = data->assoc_info.req_ies; in wpa_supplicant_event_associnfo()
2010 if (!found && data->assoc_info.req_ies) in wpa_supplicant_event_associnfo()
2222 data->assoc_info.req_ies,