/freebsd/contrib/wpa/src/ap/ |
H A D | drv_callbacks.c | 252 const u8 *req_ies, size_t req_ies_len, in hostapd_notif_assoc() argument 302 if (ieee802_11_parse_elems(req_ies, req_ies_len, &elems, 0) == in hostapd_notif_assoc() 418 sta->p2p_ie = ieee802_11_vendor_ie_concat(req_ies, req_ies_len, in hostapd_notif_assoc() 603 status = wpa_ft_validate_reassoc(sta->wpa_sm, req_ies, in hostapd_notif_assoc() 634 if (req_ies) in hostapd_notif_assoc() 635 wps = ieee802_11_vendor_ie_concat(req_ies, req_ies_len, in hostapd_notif_assoc() 698 sta->auth_alg, req_ies, req_ies_len, in hostapd_notif_assoc() 712 if (!req_ies) in hostapd_notif_assoc() 715 if (!wpa_fils_validate_fils_session(sta->wpa_sm, req_ies, in hostapd_notif_assoc() 723 res = wpa_fils_validate_key_confirm(sta->wpa_sm, req_ies, in hostapd_notif_assoc() [all …]
|
H A D | wpa_auth.h | 521 const u8 *req_ies, size_t req_ies_len, 601 const u8 *req_ies, size_t req_ies_len); 604 const u8 *req_ies, size_t req_ies_len);
|
H A D | wpa_auth_ie.c | 1164 const u8 *req_ies, size_t req_ies_len) in wpa_auth_write_assoc_resp_owe() argument 1198 const u8 *req_ies, size_t req_ies_len) in wpa_auth_write_assoc_resp_fils() argument
|
H A D | wpa_auth_ft.c | 2560 const u8 *req_ies, size_t req_ies_len, in wpa_sm_write_assoc_resp_ies() argument 2808 if (wpa_ft_parse_ies(req_ies, req_ies_len, &parse, in wpa_sm_write_assoc_resp_ies()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_wext.c | 251 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() 396 data.assoc_info.req_ies = drv->assoc_req_ies; in wpa_driver_wext_event_assoc_ies()
|
H A D | driver.h | 5942 const u8 *req_ies; member 6868 static inline void drv_event_assoc(void *ctx, const u8 *addr, const u8 *req_ies, in drv_event_assoc() argument 6876 event.assoc_info.req_ies = req_ies; in drv_event_assoc()
|
H A D | driver_nl80211_event.c | 317 event.assoc_info.req_ies = nla_data(req_ie); in mlme_event_assoc() 1019 event.assoc_info.req_ies = nla_data(req_ie); in mlme_event_connect() 1023 ssid = get_ie(event.assoc_info.req_ies, in mlme_event_connect() 2192 u8 *req_ies = NULL, *resp_ies = NULL; in nl80211_new_station_event() local 2218 req_ies = nla_data(tb[NL80211_ATTR_IE]); in nl80211_new_station_event() 2221 req_ies, req_ies_len); in nl80211_new_station_event() 2231 drv_event_assoc(bss->ctx, peer_addr, req_ies, req_ies_len, in nl80211_new_station_event()
|
H A D | driver_privsep.c | 434 data.assoc_info.req_ies = pos; in wpa_driver_privsep_event_assoc()
|
H A D | driver_ndis.c | 1415 data.assoc_info.req_ies = (u8 *) buf + ai->OffsetRequestIEs; in wpa_driver_ndis_get_associnfo()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | events.c | 299 skip_default_rsne = data && data->assoc_info.req_ies; in wpa_supplicant_select_config() 3150 p = data->assoc_info.req_ies; in wpa_supplicant_use_own_rsne_params() 3385 if (data->assoc_info.req_ies) in wpa_supplicant_event_associnfo() 3386 wpa_hexdump(MSG_DEBUG, "req_ies", data->assoc_info.req_ies, in wpa_supplicant_event_associnfo() 3418 if (data->assoc_info.req_ies && data->assoc_info.resp_ies) { in wpa_supplicant_event_associnfo() 3421 if (ieee802_11_parse_elems(data->assoc_info.req_ies, in wpa_supplicant_event_associnfo() 3447 p = data->assoc_info.req_ies; in wpa_supplicant_event_associnfo() 3478 if (!found && data->assoc_info.req_ies) in wpa_supplicant_event_associnfo() 3480 if (!found_x && data->assoc_info.req_ies) in wpa_supplicant_event_associnfo() 4148 data->assoc_info.req_ies, in wpa_supplicant_event_assoc()
|
H A D | wpa_priv.c | 943 if (data && data->assoc_info.req_ies) { in wpa_priv_send_assoc() 947 os_memcpy(pos, data->assoc_info.req_ies, len); in wpa_priv_send_assoc()
|
H A D | ctrl_iface.c | 9732 struct wpabuf *req_ies = NULL; in wpas_ctrl_iface_driver_event_assoc() local 9756 wpabuf_free(req_ies); in wpas_ctrl_iface_driver_event_assoc() 9757 req_ies = wpabuf_parse_bin(pos); in wpas_ctrl_iface_driver_event_assoc() 9758 if (!req_ies) in wpas_ctrl_iface_driver_event_assoc() 9760 ai->req_ies = wpabuf_head(req_ies); in wpas_ctrl_iface_driver_event_assoc() 9761 ai->req_ies_len = wpabuf_len(req_ies); in wpas_ctrl_iface_driver_event_assoc() 9839 wpabuf_free(req_ies); in wpas_ctrl_iface_driver_event_assoc()
|