Searched refs:req_ies (Results 1 – 11 of 11) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | drv_callbacks.c | 38 const u8 *req_ies, size_t req_ies_len, int reassoc) in hostapd_notif_assoc() argument 70 ieee802_11_parse_elems(req_ies, req_ies_len, &elems, 0); in hostapd_notif_assoc() 119 sta->p2p_ie = ieee802_11_vendor_ie_concat(req_ies, req_ies_len, in hostapd_notif_assoc() 270 status = wpa_ft_validate_reassoc(sta->wpa_sm, req_ies, in hostapd_notif_assoc() 286 if (req_ies) in hostapd_notif_assoc() 287 wps = ieee802_11_vendor_ie_concat(req_ies, req_ies_len, in hostapd_notif_assoc() 340 sta->auth_alg, req_ies, req_ies_len); in hostapd_notif_assoc() 368 if (req_ies) { in hostapd_notif_assoc() 370 req_ies, req_ies_len); in hostapd_notif_assoc() 1055 data->assoc_info.req_ies, in wpa_supplicant_event()
|
D | wpa_auth.h | 288 const u8 *req_ies, size_t req_ies_len);
|
D | wpa_auth_ft.c | 639 const u8 *req_ies, size_t req_ies_len) in wpa_sm_write_assoc_resp_ies() argument 735 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/ |
D | driver_wext.c | 247 u8 *req_ies = NULL, *resp_ies = NULL; in wpa_driver_wext_event_wireless_custom() local 256 req_ies = os_malloc(bytes); in wpa_driver_wext_event_wireless_custom() 257 if (req_ies == NULL || in wpa_driver_wext_event_wireless_custom() 258 hexstr2bin(spos, req_ies, bytes) < 0) in wpa_driver_wext_event_wireless_custom() 260 data.assoc_info.req_ies = req_ies; in wpa_driver_wext_event_wireless_custom() 288 os_free(req_ies); in wpa_driver_wext_event_wireless_custom() 403 data.assoc_info.req_ies = drv->assoc_req_ies; in wpa_driver_wext_event_assoc_ies()
|
D | driver.h | 3568 const u8 *req_ies; member 4167 event.assoc_info.req_ies = ie; in drv_event_assoc()
|
D | driver_privsep.c | 328 data.assoc_info.req_ies = pos; in wpa_driver_privsep_event_assoc()
|
D | driver_ndis.c | 1407 data.assoc_info.req_ies = (u8 *) buf + ai->OffsetRequestIEs; in wpa_driver_ndis_get_associnfo()
|
D | driver_test.c | 1790 event.assoc_info.req_ies = drv->assoc_wpa_ie; in wpa_driver_test_assocresp()
|
D | driver_nl80211.c | 1652 event.assoc_info.req_ies = nla_data(req_ie); in mlme_event_connect()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpa_priv.c | 716 if (data && data->assoc_info.req_ies) { in wpa_priv_send_assoc() 720 os_memcpy(pos, data->assoc_info.req_ies, len); in wpa_priv_send_assoc()
|
D | events.c | 1665 if (data->assoc_info.req_ies) in wpa_supplicant_event_associnfo() 1666 wpa_hexdump(MSG_DEBUG, "req_ies", data->assoc_info.req_ies, in wpa_supplicant_event_associnfo() 1692 p = data->assoc_info.req_ies; in wpa_supplicant_event_associnfo() 1715 if (!found && data->assoc_info.req_ies) in wpa_supplicant_event_associnfo() 1887 data->assoc_info.req_ies,
|