Home
last modified time | relevance | path

Searched refs:resp_ies (Results 1 - 25 of 25) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_ft.c40 u16 status, const u8 *resp_ies,
3054 u8 **resp_ies, size_t *resp_ies_len) in wpa_ft_process_auth_req()
3071 *resp_ies = NULL; in wpa_ft_process_auth_req()
3232 *resp_ies = os_zalloc(buflen); in wpa_ft_process_auth_req()
3233 if (*resp_ies == NULL) in wpa_ft_process_auth_req()
3236 pos = *resp_ies; in wpa_ft_process_auth_req()
3237 end = *resp_ies + buflen; in wpa_ft_process_auth_req()
3256 *resp_ies_len = pos - *resp_ies; in wpa_ft_process_auth_req()
3260 os_free(*resp_ies); in wpa_ft_process_auth_req()
3261 *resp_ies in wpa_ft_process_auth_req()
3052 wpa_ft_process_auth_req(struct wpa_state_machine *sm, const u8 *ies, size_t ies_len, u8 **resp_ies, size_t *resp_ies_len) wpa_ft_process_auth_req() argument
3274 u8 *resp_ies; wpa_ft_process_auth() local
3647 u8 *resp_ies; wpa_ft_rrb_rx_request() local
3679 wpa_ft_send_rrb_auth_resp(struct wpa_state_machine *sm, const u8 *current_ap, const u8 *sta_addr, u16 status, const u8 *resp_ies, size_t resp_ies_len) wpa_ft_send_rrb_auth_resp() argument
4135 u8 *resp_ies; ft_finish_pull() local
[all...]
H A Ddrv_callbacks.c1309 u8 resp_ies[2 + WLAN_AUTH_CHALLENGE_LEN]; in hostapd_notif_auth() local
1355 status, resp_ies, resp_ies_len); in hostapd_notif_auth()
H A Dieee802_11.c3581 u8 resp_ies[2 + WLAN_AUTH_CHALLENGE_LEN]; in handle_auth() local
3704 pos = &resp_ies[0]; in handle_auth()
3738 resp_ies_len = pos - &resp_ies[0]; in handle_auth()
3899 resp_ies[0] = WLAN_EID_CHALLENGE; in handle_auth()
3900 resp_ies[1] = WLAN_AUTH_CHALLENGE_LEN; in handle_auth()
3901 os_memcpy(resp_ies + 2, sta->challenge, in handle_auth()
3970 resp, resp_ies, resp_ies_len, in handle_auth()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_ft.c39 u16 status, const u8 *resp_ies,
2863 u8 **resp_ies, size_t *resp_ies_len) in wpa_ft_process_auth_req()
2880 *resp_ies = NULL; in wpa_ft_process_auth_req()
3036 *resp_ies = os_zalloc(buflen); in wpa_ft_process_auth_req()
3037 if (*resp_ies == NULL) in wpa_ft_process_auth_req()
3040 pos = *resp_ies; in wpa_ft_process_auth_req()
3041 end = *resp_ies + buflen; in wpa_ft_process_auth_req()
3059 *resp_ies_len = pos - *resp_ies; in wpa_ft_process_auth_req()
3063 os_free(*resp_ies); in wpa_ft_process_auth_req()
3064 *resp_ies in wpa_ft_process_auth_req()
2861 wpa_ft_process_auth_req(struct wpa_state_machine *sm, const u8 *ies, size_t ies_len, u8 **resp_ies, size_t *resp_ies_len) wpa_ft_process_auth_req() argument
3077 u8 *resp_ies; wpa_ft_process_auth() local
3420 u8 *resp_ies; wpa_ft_rrb_rx_request() local
3452 wpa_ft_send_rrb_auth_resp(struct wpa_state_machine *sm, const u8 *current_ap, const u8 *sta_addr, u16 status, const u8 *resp_ies, size_t resp_ies_len) wpa_ft_send_rrb_auth_resp() argument
3907 u8 *resp_ies; ft_finish_pull() local
[all...]
H A Dieee802_11.c2041 u8 resp_ies[2 + WLAN_AUTH_CHALLENGE_LEN]; in handle_auth() local
2157 pos = &resp_ies[0]; in handle_auth()
2191 resp_ies_len = pos - &resp_ies[0]; in handle_auth()
2365 resp_ies[0] = WLAN_EID_CHALLENGE; in handle_auth()
2366 resp_ies[1] = WLAN_AUTH_CHALLENGE_LEN; in handle_auth()
2367 os_memcpy(resp_ies + 2, sta->challenge, in handle_auth()
2431 auth_transaction + 1, resp, resp_ies, in handle_auth()
H A Ddrv_callbacks.c1093 u8 resp_ies[2 + WLAN_AUTH_CHALLENGE_LEN]; in hostapd_notif_auth() local
1139 status, resp_ies, resp_ies_len); in hostapd_notif_auth()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_wext.c251 u8 *req_ies = NULL, *resp_ies = NULL; in wpa_driver_wext_event_wireless_custom() local
269 data.assoc_info.resp_ies = NULL; in wpa_driver_wext_event_wireless_custom()
280 resp_ies = os_malloc(bytes); in wpa_driver_wext_event_wireless_custom()
281 if (resp_ies == NULL || in wpa_driver_wext_event_wireless_custom()
282 hexstr2bin(spos, resp_ies, bytes) < 0) in wpa_driver_wext_event_wireless_custom()
284 data.assoc_info.resp_ies = resp_ies; in wpa_driver_wext_event_wireless_custom()
291 os_free(resp_ies); in wpa_driver_wext_event_wireless_custom()
400 data.assoc_info.resp_ies = drv->assoc_resp_ies; in wpa_driver_wext_event_assoc_ies()
H A Ddriver_nl80211_event.c242 event.assoc_reject.resp_ies = in mlme_event_assoc()
261 event.assoc_info.resp_ies = (u8 *) mgmt->u.assoc_resp.variable; in mlme_event_assoc()
353 event.assoc_reject.resp_ies = nla_data(resp_ie); in mlme_event_connect()
408 event.assoc_info.resp_ies = nla_data(resp_ie); in mlme_event_connect()
H A Dwpa_hal_event.c239 event.assoc_info.resp_ies = result->respIe; in WifiWpaEventConnectResultProcess()
H A Ddriver.h4900 * resp_ies - (Re)Association Response IEs
4910 const u8 *resp_ies; member
4913 * resp_ies_len - Length of resp_ies in bytes
5225 * resp_ies - (Re)Association Response IEs
5235 const u8 *resp_ies; member
5238 * resp_ies_len - Length of resp_ies in bytes
H A Ddriver_ndis.c1405 data.assoc_info.resp_ies = (u8 *) buf + ai->OffsetResponseIEs; in wpa_driver_ndis_get_associnfo()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Devents.c2399 if (data->assoc_info.resp_ies) { in wpa_supplicant_event_associnfo()
2400 wpa_hexdump(MSG_DEBUG, "resp_ies", data->assoc_info.resp_ies, in wpa_supplicant_event_associnfo()
2403 wpa_tdls_assoc_resp_ies(wpa_s->wpa, data->assoc_info.resp_ies, in wpa_supplicant_event_associnfo()
2407 wnm_process_assoc_resp(wpa_s, data->assoc_info.resp_ies, in wpa_supplicant_event_associnfo()
2411 interworking_process_assoc_resp(wpa_s, data->assoc_info.resp_ies, in wpa_supplicant_event_associnfo()
2415 get_ie(data->assoc_info.resp_ies, in wpa_supplicant_event_associnfo()
2419 multi_ap_process_assoc_resp(wpa_s, data->assoc_info.resp_ies, in wpa_supplicant_event_associnfo()
2431 if (data->assoc_info.req_ies && data->assoc_info.resp_ies) { in wpa_supplicant_event_associnfo()
2437 ieee802_11_parse_elems(data->assoc_info.resp_ies, in wpa_supplicant_event_associnfo()
[all...]
H A Dwpa_priv.c944 if (data && data->assoc_info.resp_ies) { in wpa_priv_send_assoc()
948 os_memcpy(pos, data->assoc_info.resp_ies, len); in wpa_priv_send_assoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_wext.c251 u8 *req_ies = NULL, *resp_ies = NULL; in wpa_driver_wext_event_wireless_custom() local
269 data.assoc_info.resp_ies = NULL; in wpa_driver_wext_event_wireless_custom()
280 resp_ies = os_malloc(bytes); in wpa_driver_wext_event_wireless_custom()
281 if (resp_ies == NULL || in wpa_driver_wext_event_wireless_custom()
282 hexstr2bin(spos, resp_ies, bytes) < 0) in wpa_driver_wext_event_wireless_custom()
284 data.assoc_info.resp_ies = resp_ies; in wpa_driver_wext_event_wireless_custom()
291 os_free(resp_ies); in wpa_driver_wext_event_wireless_custom()
400 data.assoc_info.resp_ies = drv->assoc_resp_ies; in wpa_driver_wext_event_assoc_ies()
H A Ddriver_nl80211_event.c300 event.assoc_reject.resp_ies = in mlme_event_assoc()
319 event.assoc_info.resp_ies = (u8 *) mgmt->u.assoc_resp.variable; in mlme_event_assoc()
746 event.assoc_reject.resp_ies = nla_data(resp_ie);
819 event.assoc_info.resp_ies = nla_data(resp_ie);
H A Dwpa_hal_event.c241 event.assoc_info.resp_ies = result->respIe; in WifiWpaEventConnectResultProcess()
H A Ddriver.h5422 * resp_ies - (Re)Association Response IEs
5432 const u8 *resp_ies; member
5435 * resp_ies_len - Length of resp_ies in bytes
5747 * resp_ies - (Re)Association Response IEs
5757 const u8 *resp_ies; member
5760 * resp_ies_len - Length of resp_ies in bytes
H A Ddriver_ndis.c1417 data.assoc_info.resp_ies = (u8 *) buf + ai->OffsetResponseIEs; in wpa_driver_ndis_get_associnfo()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Devents.c3222 if (data->assoc_info.resp_ies) {
3223 wpa_hexdump(MSG_DEBUG, "resp_ies", data->assoc_info.resp_ies,
3226 wpa_tdls_assoc_resp_ies(wpa_s->wpa, data->assoc_info.resp_ies,
3230 wnm_process_assoc_resp(wpa_s, data->assoc_info.resp_ies,
3234 interworking_process_assoc_resp(wpa_s, data->assoc_info.resp_ies,
3238 get_ie(data->assoc_info.resp_ies,
3242 multi_ap_process_assoc_resp(wpa_s, data->assoc_info.resp_ies,
3254 if (data->assoc_info.req_ies && data->assoc_info.resp_ies) {
3260 ieee802_11_parse_elems(data->assoc_info.resp_ies,
[all...]
H A Dwpa_priv.c953 if (data && data->assoc_info.resp_ies) { in wpa_priv_send_assoc()
957 os_memcpy(pos, data->assoc_info.resp_ies, len); in wpa_priv_send_assoc()
H A Dctrl_iface.c9830 struct wpabuf *resp_ies = NULL; local
9859 } else if (os_strcmp(str, "resp_ies") == 0) {
9860 wpabuf_free(resp_ies);
9861 resp_ies = wpabuf_parse_bin(pos);
9862 if (!resp_ies)
9864 ai->resp_ies = wpabuf_head(resp_ies);
9865 ai->resp_ies_len = wpabuf_len(resp_ies);
9937 wpabuf_free(resp_ies);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dwpa.h464 const u8 *resp_ies, size_t resp_ies_len);
H A Dwpa.c4559 const u8 *resp_ies, size_t resp_ies_len) in owe_process_assoc_resp()
4572 if (!resp_ies || in owe_process_assoc_resp()
4573 ieee802_11_parse_elems(resp_ies, resp_ies_len, &elems, 1) == in owe_process_assoc_resp()
4558 owe_process_assoc_resp(struct wpa_sm *sm, const u8 *bssid, const u8 *resp_ies, size_t resp_ies_len) owe_process_assoc_resp() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa.h598 const u8 *resp_ies, size_t resp_ies_len);
H A Dwpa.c6293 const u8 *resp_ies, size_t resp_ies_len)
6306 if (!resp_ies ||
6307 ieee802_11_parse_elems(resp_ies, resp_ies_len, &elems, 1) ==

Completed in 98 milliseconds