Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Ddrv_callbacks.c146 const u8 *req_ies, size_t req_ies_len, int reassoc) in hostapd_notif_assoc()
190 ieee802_11_parse_elems(req_ies, req_ies_len, &elems, 0); in hostapd_notif_assoc()
254 sta->p2p_ie = ieee802_11_vendor_ie_concat(req_ies, req_ies_len, in hostapd_notif_assoc()
456 status = wpa_ft_validate_reassoc(sta->wpa_sm, req_ies, in hostapd_notif_assoc()
487 if (req_ies) in hostapd_notif_assoc()
488 wps = ieee802_11_vendor_ie_concat(req_ies, req_ies_len, in hostapd_notif_assoc()
551 sta->auth_alg, req_ies, req_ies_len, in hostapd_notif_assoc()
565 if (!req_ies) in hostapd_notif_assoc()
568 if (!wpa_fils_validate_fils_session(sta->wpa_sm, req_ies, in hostapd_notif_assoc()
576 res = wpa_fils_validate_key_confirm(sta->wpa_sm, req_ies, in hostapd_notif_assoc()
145 hostapd_notif_assoc(struct hostapd_data *hapd, const u8 *addr, const u8 *req_ies, size_t req_ies_len, int reassoc) hostapd_notif_assoc() argument
[all...]
H A Dwpa_auth.h459 const u8 *req_ies, size_t req_ies_len,
538 const u8 *req_ies, size_t req_ies_len);
541 const u8 *req_ies, size_t req_ies_len);
H A Dwpa_auth_ie.c1107 const u8 *req_ies, size_t req_ies_len) in wpa_auth_write_assoc_resp_owe()
1141 const u8 *req_ies, size_t req_ies_len) in wpa_auth_write_assoc_resp_fils()
1105 wpa_auth_write_assoc_resp_owe(struct wpa_state_machine *sm, u8 *pos, size_t max_len, const u8 *req_ies, size_t req_ies_len) wpa_auth_write_assoc_resp_owe() argument
1139 wpa_auth_write_assoc_resp_fils(struct wpa_state_machine *sm, u8 *pos, size_t max_len, const u8 *req_ies, size_t req_ies_len) wpa_auth_write_assoc_resp_fils() argument
H A Dwpa_auth_ft.c2507 const u8 *req_ies, size_t req_ies_len, in wpa_sm_write_assoc_resp_ies()
2733 if (wpa_ft_parse_ies(req_ies, req_ies_len, &parse, use_sha384) == 0 in wpa_sm_write_assoc_resp_ies()
2505 wpa_sm_write_assoc_resp_ies(struct wpa_state_machine *sm, u8 *pos, size_t max_len, int auth_alg, const u8 *req_ies, size_t req_ies_len, int omit_rsnxe) wpa_sm_write_assoc_resp_ies() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Ddrv_callbacks.c107 const u8 *req_ies, size_t req_ies_len, int reassoc) in hostapd_notif_assoc()
152 ieee802_11_parse_elems(req_ies, req_ies_len, &elems, 0); in hostapd_notif_assoc()
216 sta->p2p_ie = ieee802_11_vendor_ie_concat(req_ies, req_ies_len, in hostapd_notif_assoc()
393 status = wpa_ft_validate_reassoc(sta->wpa_sm, req_ies, in hostapd_notif_assoc()
410 if (req_ies) in hostapd_notif_assoc()
411 wps = ieee802_11_vendor_ie_concat(req_ies, req_ies_len, in hostapd_notif_assoc()
475 sta->auth_alg, req_ies, req_ies_len); in hostapd_notif_assoc()
488 if (!req_ies) in hostapd_notif_assoc()
491 if (!wpa_fils_validate_fils_session(sta->wpa_sm, req_ies, in hostapd_notif_assoc()
499 res = wpa_fils_validate_key_confirm(sta->wpa_sm, req_ies, in hostapd_notif_assoc()
106 hostapd_notif_assoc(struct hostapd_data *hapd, const u8 *addr, const u8 *req_ies, size_t req_ies_len, int reassoc) hostapd_notif_assoc() argument
[all...]
H A Dwpa_auth.h408 const u8 *req_ies, size_t req_ies_len);
477 const u8 *req_ies, size_t req_ies_len);
480 const u8 *req_ies, size_t req_ies_len);
H A Dwpa_auth_ie.c1151 const u8 *req_ies, size_t req_ies_len) in wpa_auth_write_assoc_resp_owe()
1184 const u8 *req_ies, size_t req_ies_len) in wpa_auth_write_assoc_resp_fils()
1149 wpa_auth_write_assoc_resp_owe(struct wpa_state_machine *sm, u8 *pos, size_t max_len, const u8 *req_ies, size_t req_ies_len) wpa_auth_write_assoc_resp_owe() argument
1182 wpa_auth_write_assoc_resp_fils(struct wpa_state_machine *sm, u8 *pos, size_t max_len, const u8 *req_ies, size_t req_ies_len) wpa_auth_write_assoc_resp_fils() argument
H A Dwpa_auth_ft.c2418 const u8 *req_ies, size_t req_ies_len) in wpa_sm_write_assoc_resp_ies()
2575 if (wpa_ft_parse_ies(req_ies, req_ies_len, &parse, use_sha384) == 0 in wpa_sm_write_assoc_resp_ies()
2416 wpa_sm_write_assoc_resp_ies(struct wpa_state_machine *sm, u8 *pos, size_t max_len, int auth_alg, const u8 *req_ies, size_t req_ies_len) wpa_sm_write_assoc_resp_ies() argument
/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
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 Dwpa_hal_event.c54 event.assoc_info.req_ies = staInfo->ie; in WifiWpaEventNewStaProcess()
237 event.assoc_info.req_ies = result->reqIe; in WifiWpaEventConnectResultProcess()
H A Ddriver_nl80211_event.c267 event.assoc_info.req_ies = nla_data(req_ie); in mlme_event_assoc()
390 event.assoc_info.req_ies = nla_data(req_ie); in mlme_event_connect()
394 ssid = get_ie(event.assoc_info.req_ies, in mlme_event_connect()
H A Ddriver_privsep.c428 data.assoc_info.req_ies = pos; in wpa_driver_privsep_event_assoc()
H A Ddriver.h4882 * req_ies - (Re)Association Request IEs
4892 const u8 *req_ies; member
4895 * req_ies_len - Length of req_ies in bytes
5707 event.assoc_info.req_ies = ie; in drv_event_assoc()
H A Ddriver_ndis.c1403 data.assoc_info.req_ies = (u8 *) buf + ai->OffsetRequestIEs; in wpa_driver_ndis_get_associnfo()
/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
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 Dwpa_hal_event.c56 event.assoc_info.req_ies = staInfo->ie; in WifiWpaEventNewStaProcess()
239 event.assoc_info.req_ies = result->reqIe; in WifiWpaEventConnectResultProcess()
H A Ddriver_privsep.c434 data.assoc_info.req_ies = pos; in wpa_driver_privsep_event_assoc()
H A Ddriver.h5404 * req_ies - (Re)Association Request IEs
5414 const u8 *req_ies; member
5417 * req_ies_len - Length of req_ies in bytes
6272 event.assoc_info.req_ies = ie; in drv_event_assoc()
H A Ddriver_nl80211_event.c325 event.assoc_info.req_ies = nla_data(req_ie); in mlme_event_assoc()
801 event.assoc_info.req_ies = nla_data(req_ie);
805 ssid = get_ie(event.assoc_info.req_ies,
H A Ddriver_ndis.c1415 data.assoc_info.req_ies = (u8 *) buf + ai->OffsetRequestIEs; in wpa_driver_ndis_get_associnfo()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_priv.c932 if (data && data->assoc_info.req_ies) { in wpa_priv_send_assoc()
936 os_memcpy(pos, data->assoc_info.req_ies, len); in wpa_priv_send_assoc()
H A Devents.c2396 if (data->assoc_info.req_ies) in wpa_supplicant_event_associnfo()
2397 wpa_hexdump(MSG_DEBUG, "req_ies", data->assoc_info.req_ies, in wpa_supplicant_event_associnfo()
2431 if (data->assoc_info.req_ies && data->assoc_info.resp_ies) { in wpa_supplicant_event_associnfo()
2434 if (ieee802_11_parse_elems(data->assoc_info.req_ies, in wpa_supplicant_event_associnfo()
2450 p = data->assoc_info.req_ies; in wpa_supplicant_event_associnfo()
2475 if (!found && data->assoc_info.req_ies) in wpa_supplicant_event_associnfo()
2739 data->assoc_info.req_ies, in wpa_supplicant_event_assoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_priv.c941 if (data && data->assoc_info.req_ies) { in wpa_priv_send_assoc()
945 os_memcpy(pos, data->assoc_info.req_ies, len); in wpa_priv_send_assoc()
H A Devents.c2980 p = data->assoc_info.req_ies; in wpa_supplicant_use_own_rsne_params()
3219 if (data->assoc_info.req_ies)
3220 wpa_hexdump(MSG_DEBUG, "req_ies", data->assoc_info.req_ies,
3254 if (data->assoc_info.req_ies && data->assoc_info.resp_ies) {
3257 if (ieee802_11_parse_elems(data->assoc_info.req_ies,
3304 p = data->assoc_info.req_ies;
3334 if (!found && data->assoc_info.req_ies)
3336 if (!found_x && data->assoc_info.req_ies)
3987 data->assoc_info.req_ies,
[all...]
H A Dctrl_iface.c9829 struct wpabuf *req_ies = NULL; local
9852 } else if (os_strcmp(str, "req_ies") == 0) {
9853 wpabuf_free(req_ies);
9854 req_ies = wpabuf_parse_bin(pos);
9855 if (!req_ies)
9857 ai->req_ies = wpabuf_head(req_ies);
9858 ai->req_ies_len = wpabuf_len(req_ies);
9936 wpabuf_free(req_ies);

Completed in 81 milliseconds