Lines Matching refs:req_ies
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()
731 if (fils_process_hlp(hapd, sta, req_ies, req_ies_len) > 0) { in hostapd_notif_assoc()
760 os_memcpy(req_tmp, req_ies, req_ies_len); in hostapd_notif_assoc()
861 if (hostapd_process_assoc_ml_info(hapd, sta, req_ies, req_ies_len, in hostapd_notif_assoc()
894 if (req_ies) { in hostapd_notif_assoc()
896 req_ies, req_ies_len); in hostapd_notif_assoc()
2550 data->assoc_info.req_ies, in wpa_supplicant_event()