Home
last modified time | relevance | path

Searched refs:resp_ies (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c44 u16 status, const u8 *resp_ies,
3170 u8 **resp_ies, size_t *resp_ies_len) in wpa_ft_process_auth_req() argument
3187 *resp_ies = NULL; in wpa_ft_process_auth_req()
3407 *resp_ies = os_zalloc(buflen); in wpa_ft_process_auth_req()
3408 if (*resp_ies == NULL) in wpa_ft_process_auth_req()
3411 pos = *resp_ies; in wpa_ft_process_auth_req()
3412 end = *resp_ies + buflen; in wpa_ft_process_auth_req()
3432 *resp_ies_len = pos - *resp_ies; in wpa_ft_process_auth_req()
3437 os_free(*resp_ies); in wpa_ft_process_auth_req()
3438 *resp_ies = NULL; in wpa_ft_process_auth_req()
[all …]
H A Ddrv_callbacks.c142 const u8 *resp_ies, in hostapd_update_sta_links_status() argument
152 if (!resp_ies) { in hostapd_update_sta_links_status()
158 if (ieee802_11_parse_elems(resp_ies, resp_ies_len, &elems, 0) == in hostapd_update_sta_links_status()
253 const u8 *resp_ies, size_t resp_ies_len, in hostapd_notif_assoc() argument
388 hostapd_update_sta_links_status(hapd, sta, resp_ies, in hostapd_notif_assoc()
1590 u8 resp_ies[2 + WLAN_AUTH_CHALLENGE_LEN]; in hostapd_notif_auth() local
1636 status, resp_ies, resp_ies_len); in hostapd_notif_auth()
2552 data->assoc_info.resp_ies, in wpa_supplicant_event()
H A Dieee802_11.c2880 u8 resp_ies[2 + WLAN_AUTH_CHALLENGE_LEN]; in handle_auth() local
3033 pos = &resp_ies[0]; in handle_auth()
3067 resp_ies_len = pos - &resp_ies[0]; in handle_auth()
3250 resp_ies[0] = WLAN_EID_CHALLENGE; in handle_auth()
3251 resp_ies[1] = WLAN_AUTH_CHALLENGE_LEN; in handle_auth()
3252 os_memcpy(resp_ies + 2, sta->challenge, in handle_auth()
3328 resp, resp_ies, resp_ies_len, in handle_auth()
/freebsd/contrib/wpa/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.h5960 const u8 *resp_ies; member
6296 const u8 *resp_ies; member
6869 size_t req_ielen, const u8 *resp_ies, in drv_event_assoc() argument
6878 event.assoc_info.resp_ies = resp_ies; in drv_event_assoc()
H A Ddriver_nl80211_event.c292 event.assoc_reject.resp_ies = in mlme_event_assoc()
311 event.assoc_info.resp_ies = (u8 *) mgmt->u.assoc_resp.variable; in mlme_event_assoc()
968 event.assoc_reject.resp_ies = nla_data(resp_ie); in mlme_event_connect()
1037 event.assoc_info.resp_ies = nla_data(resp_ie); in mlme_event_connect()
2192 u8 *req_ies = NULL, *resp_ies = NULL; in nl80211_new_station_event() local
2225 resp_ies = nla_data(tb[NL80211_ATTR_RESP_IE]); in nl80211_new_station_event()
2228 resp_ies, resp_ies_len); in nl80211_new_station_event()
2232 resp_ies, resp_ies_len, link_addr, in nl80211_new_station_event()
H A Ddriver_ndis.c1417 data.assoc_info.resp_ies = (u8 *) buf + ai->OffsetResponseIEs; in wpa_driver_ndis_get_associnfo()
/freebsd/contrib/wpa/wpa_supplicant/
H A Devents.c3388 if (data->assoc_info.resp_ies) { in wpa_supplicant_event_associnfo()
3389 wpa_hexdump(MSG_DEBUG, "resp_ies", data->assoc_info.resp_ies, in wpa_supplicant_event_associnfo()
3392 wpa_tdls_assoc_resp_ies(wpa_s->wpa, data->assoc_info.resp_ies, in wpa_supplicant_event_associnfo()
3396 wnm_process_assoc_resp(wpa_s, data->assoc_info.resp_ies, in wpa_supplicant_event_associnfo()
3399 interworking_process_assoc_resp(wpa_s, data->assoc_info.resp_ies, in wpa_supplicant_event_associnfo()
3402 get_ie(data->assoc_info.resp_ies, in wpa_supplicant_event_associnfo()
3406 multi_ap_process_assoc_resp(wpa_s, data->assoc_info.resp_ies, in wpa_supplicant_event_associnfo()
3418 if (data->assoc_info.req_ies && data->assoc_info.resp_ies) { in wpa_supplicant_event_associnfo()
3424 ieee802_11_parse_elems(data->assoc_info.resp_ies, in wpa_supplicant_event_associnfo()
3517 data->assoc_info.resp_ies, in wpa_supplicant_event_associnfo()
[all …]
H A Dwpa_priv.c955 if (data && data->assoc_info.resp_ies) { in wpa_priv_send_assoc()
959 os_memcpy(pos, data->assoc_info.resp_ies, len); in wpa_priv_send_assoc()
H A Dctrl_iface.c9733 struct wpabuf *resp_ies = NULL; in wpas_ctrl_iface_driver_event_assoc() local
9763 wpabuf_free(resp_ies); in wpas_ctrl_iface_driver_event_assoc()
9764 resp_ies = wpabuf_parse_bin(pos); in wpas_ctrl_iface_driver_event_assoc()
9765 if (!resp_ies) in wpas_ctrl_iface_driver_event_assoc()
9767 ai->resp_ies = wpabuf_head(resp_ies); in wpas_ctrl_iface_driver_event_assoc()
9768 ai->resp_ies_len = wpabuf_len(resp_ies); in wpas_ctrl_iface_driver_event_assoc()
9840 wpabuf_free(resp_ies); in wpas_ctrl_iface_driver_event_assoc()
H A Dsme.c2790 if (ieee802_11_parse_elems(data->assoc_reject.resp_ies, in sme_try_assoc_comeback()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa.h611 const u8 *resp_ies, size_t resp_ies_len);
H A Dwpa.c6489 const u8 *resp_ies, size_t resp_ies_len) in owe_process_assoc_resp() argument
6502 if (!resp_ies || in owe_process_assoc_resp()
6503 ieee802_11_parse_elems(resp_ies, resp_ies_len, &elems, 1) == in owe_process_assoc_resp()