Searched refs:resp_ies_len (Results 1 – 12 of 12) sorted by relevance
/hostap-3.6.0/wpa_supplicant/ |
D | events.c | 2906 data->assoc_info.resp_ies_len); in wpa_supplicant_event_associnfo() 2909 data->assoc_info.resp_ies_len); in wpa_supplicant_event_associnfo() 2913 data->assoc_info.resp_ies_len); in wpa_supplicant_event_associnfo() 2917 data->assoc_info.resp_ies_len); in wpa_supplicant_event_associnfo() 2921 data->assoc_info.resp_ies_len, WLAN_EID_VHT_CAP)) in wpa_supplicant_event_associnfo() 2925 data->assoc_info.resp_ies_len); in wpa_supplicant_event_associnfo() 2944 data->assoc_info.resp_ies_len, in wpa_supplicant_event_associnfo() 3037 data->assoc_info.resp_ies_len) < 0)) { in wpa_supplicant_event_associnfo() 3050 data->assoc_info.resp_ies_len, in wpa_supplicant_event_associnfo() 3072 data->assoc_info.resp_ies_len, in wpa_supplicant_event_associnfo() [all …]
|
D | wpa_priv.c | 929 data->assoc_info.resp_ies_len + in wpa_priv_send_assoc() 952 len = data->assoc_info.resp_ies_len; in wpa_priv_send_assoc()
|
D | ctrl_iface.c | 9356 ai->resp_ies_len = wpabuf_len(resp_ies); in wpas_ctrl_iface_driver_event_assoc()
|
/hostap-3.6.0/src/ap/ |
D | wpa_auth_ft.c | 41 size_t resp_ies_len); 3055 u8 **resp_ies, size_t *resp_ies_len) in wpa_ft_process_auth_req() argument 3073 *resp_ies_len = 0; in wpa_ft_process_auth_req() 3257 *resp_ies_len = pos - *resp_ies; in wpa_ft_process_auth_req() 3276 size_t resp_ies_len; in wpa_ft_process_auth() local 3293 &resp_ies_len); in wpa_ft_process_auth() 3304 wpa_hexdump(MSG_DEBUG, "FT: Response IEs", resp_ies, resp_ies_len); in wpa_ft_process_auth() 3306 resp_ies, resp_ies_len); in wpa_ft_process_auth() 3649 size_t resp_ies_len; in wpa_ft_rrb_rx_request() local 3666 &resp_ies_len); in wpa_ft_rrb_rx_request() [all …]
|
D | drv_callbacks.c | 1253 size_t resp_ies_len = 0; in hostapd_notif_auth() local 1298 status, resp_ies, resp_ies_len); in hostapd_notif_auth()
|
D | ieee802_11.c | 3570 size_t resp_ies_len = 0; in handle_auth() local 3726 resp_ies_len = pos - &resp_ies[0]; in handle_auth() 3891 resp_ies_len = 2 + WLAN_AUTH_CHALLENGE_LEN; in handle_auth() 3958 resp, resp_ies, resp_ies_len, in handle_auth()
|
/hostap-3.6.0/src/rsn_supp/ |
D | wpa.h | 568 const u8 *resp_ies, size_t resp_ies_len);
|
D | wpa.c | 5071 const u8 *resp_ies, size_t resp_ies_len) in owe_process_assoc_resp() argument 5085 ieee802_11_parse_elems(resp_ies, resp_ies_len, &elems, 1) == in owe_process_assoc_resp()
|
/hostap-3.6.0/src/drivers/ |
D | driver_wext.c | 270 data.assoc_info.resp_ies_len = 0; in wpa_driver_wext_event_wireless_custom() 285 data.assoc_info.resp_ies_len = bytes; in wpa_driver_wext_event_wireless_custom() 401 data.assoc_info.resp_ies_len = drv->assoc_resp_ies_len; in wpa_driver_wext_event_assoc_ies()
|
D | driver.h | 5277 size_t resp_ies_len; member 5602 size_t resp_ies_len; member
|
D | driver_nl80211_event.c | 287 event.assoc_reject.resp_ies_len = in mlme_event_assoc() 305 event.assoc_info.resp_ies_len = in mlme_event_assoc() 485 event.assoc_reject.resp_ies_len = nla_len(resp_ie); in mlme_event_connect() 551 event.assoc_info.resp_ies_len = nla_len(resp_ie); in mlme_event_connect()
|
D | driver_ndis.c | 1418 data.assoc_info.resp_ies_len = ai->ResponseIELength; in wpa_driver_ndis_get_associnfo()
|