Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Ddrv_callbacks.c318 const u8 *req_ies, size_t req_ies_len, in hostapd_notif_assoc() argument
377 if (ieee802_11_parse_elems(req_ies, req_ies_len, &elems, 0) == in hostapd_notif_assoc()
536 sta->p2p_ie = ieee802_11_vendor_ie_concat(req_ies, req_ies_len, in hostapd_notif_assoc()
730 status = wpa_ft_validate_reassoc(sta->wpa_sm, req_ies, in hostapd_notif_assoc()
774 if (req_ies) in hostapd_notif_assoc()
775 wps = ieee802_11_vendor_ie_concat(req_ies, req_ies_len, in hostapd_notif_assoc()
815 sta->auth_alg, req_ies, req_ies_len, in hostapd_notif_assoc()
829 if (!req_ies) in hostapd_notif_assoc()
832 if (!wpa_fils_validate_fils_session(sta->wpa_sm, req_ies, in hostapd_notif_assoc()
840 res = wpa_fils_validate_key_confirm(sta->wpa_sm, req_ies, in hostapd_notif_assoc()
[all …]
H A Dwpa_auth.h580 const u8 *req_ies, size_t req_ies_len,
H A Dwpa_auth_ft.c2522 const u8 *req_ies, size_t req_ies_len, in wpa_sm_write_assoc_resp_ies() argument
2771 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 Ddriver_wext.c252 u8 *req_ies = NULL, *resp_ies = NULL; in wpa_driver_wext_event_wireless_custom() local
261 req_ies = os_malloc(bytes); in wpa_driver_wext_event_wireless_custom()
262 if (req_ies == NULL || in wpa_driver_wext_event_wireless_custom()
263 hexstr2bin(spos, req_ies, bytes) < 0) in wpa_driver_wext_event_wireless_custom()
265 data.assoc_info.req_ies = req_ies; in wpa_driver_wext_event_wireless_custom()
293 os_free(req_ies); in wpa_driver_wext_event_wireless_custom()
397 data.assoc_info.req_ies = drv->assoc_req_ies; in wpa_driver_wext_event_assoc_ies()
H A Ddriver.h6774 const u8 *req_ies; member
7836 static inline void drv_event_assoc(void *ctx, const u8 *addr, const u8 *req_ies, in drv_event_assoc() argument
7844 event.assoc_info.req_ies = req_ies; in drv_event_assoc()
H A Ddriver_nl80211_event.c336 event.assoc_info.req_ies = nla_data(req_ie); in mlme_event_assoc()
1096 event.assoc_info.req_ies = nla_data(req_ie); in mlme_event_connect()
1100 ssid = get_ie(event.assoc_info.req_ies, in mlme_event_connect()
2428 u8 *req_ies = NULL, *resp_ies = NULL; in nl80211_new_station_event() local
2454 req_ies = nla_data(tb[NL80211_ATTR_IE]); in nl80211_new_station_event()
2457 req_ies, req_ies_len); in nl80211_new_station_event()
2467 drv_event_assoc(bss->ctx, peer_addr, req_ies, req_ies_len, in nl80211_new_station_event()
H A Ddriver_privsep.c437 data.assoc_info.req_ies = pos; in wpa_driver_privsep_event_assoc()
H A Ddriver_ndis.c1418 data.assoc_info.req_ies = (u8 *) buf + ai->OffsetRequestIEs; in wpa_driver_ndis_get_associnfo()
/freebsd/contrib/wpa/wpa_supplicant/
H A Devents.c301 skip_default_rsne = data && data->assoc_info.req_ies; in wpa_supplicant_select_config()
3279 p = data->assoc_info.req_ies; in wpa_supplicant_use_own_rsne_params()
3549 const u8 *req_ies, size_t req_ies_len, in wpas_parse_connection_info() argument
3560 if (!req_ies || !resp_ies || in wpas_parse_connection_info()
3561 ieee802_11_parse_elems(req_ies, req_ies_len, &req_elems, 0) == in wpas_parse_connection_info()
3790 if (data->assoc_info.req_ies) in wpa_supplicant_event_associnfo()
3791 wpa_hexdump(MSG_DEBUG, "req_ies", data->assoc_info.req_ies, in wpa_supplicant_event_associnfo()
3823 data->assoc_info.req_ies, in wpa_supplicant_event_associnfo()
3828 p = data->assoc_info.req_ies; in wpa_supplicant_event_associnfo()
3860 if (!found && data->assoc_info.req_ies) in wpa_supplicant_event_associnfo()
[all …]
H A Dwpa_priv.c943 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 Dctrl_iface.c9962 struct wpabuf *req_ies = NULL; in wpas_ctrl_iface_driver_event_assoc() local
9986 wpabuf_free(req_ies); in wpas_ctrl_iface_driver_event_assoc()
9987 req_ies = wpabuf_parse_bin(pos); in wpas_ctrl_iface_driver_event_assoc()
9988 if (!req_ies) in wpas_ctrl_iface_driver_event_assoc()
9990 ai->req_ies = wpabuf_head(req_ies); in wpas_ctrl_iface_driver_event_assoc()
9991 ai->req_ies_len = wpabuf_len(req_ies); in wpas_ctrl_iface_driver_event_assoc()
10069 wpabuf_free(req_ies); in wpas_ctrl_iface_driver_event_assoc()