Home
last modified time | relevance | path

Searched refs:ft_ies_len (Results 1 – 3 of 3) sorted by relevance

/hostap-3.7.0/src/rsn_supp/
Dwpa_ft.c486 size_t ft_ies_len; in wpa_ft_prepare_auth_request() local
494 ft_ies = wpa_ft_gen_req_ies(sm, &ft_ies_len, NULL, sm->pmk_r0_name, in wpa_ft_prepare_auth_request()
498 ft_ies, ft_ies_len); in wpa_ft_prepare_auth_request()
542 size_t ft_ies_len; in wpa_ft_process_response() local
695 ft_ies = wpa_ft_gen_req_ies(sm, &ft_ies_len, anonce, in wpa_ft_process_response()
703 ft_ies, ft_ies_len); in wpa_ft_process_response()
1251 size_t ft_ies_len; in wpa_ft_start_over_ds() local
1262 ft_ies = wpa_ft_gen_req_ies(sm, &ft_ies_len, NULL, sm->pmk_r0_name, in wpa_ft_start_over_ds()
1267 wpa_sm_send_ft_action(sm, 1, target_ap, ft_ies, ft_ies_len); in wpa_ft_start_over_ds()
/hostap-3.7.0/wpa_supplicant/
Dsme.c575 params.ie_len = wpa_s->sme.ft_ies_len; in sme_send_authentication()
1996 get_ie(wpa_s->sme.ft_ies, wpa_s->sme.ft_ies_len, in sme_associate()
2007 params.wpa_ie_len = wpa_s->sme.ft_ies_len; in sme_associate()
2041 if (wpa_s->sme.assoc_req_ie_len + wpa_s->sme.ft_ies_len + in sme_associate()
2049 os_memmove(wpa_s->sme.assoc_req_ie + wpa_s->sme.ft_ies_len + in sme_associate()
2054 end = pos + wpa_s->sme.ft_ies_len; in sme_associate()
2067 wpa_s->sme.assoc_req_ie_len += wpa_s->sme.ft_ies_len + in sme_associate()
2152 wpa_s->sme.ft_ies_len = 0; in sme_update_ft_ies()
2163 wpa_s->sme.ft_ies_len = ies_len; in sme_update_ft_ies()
Dwpa_supplicant_i.h990 size_t ft_ies_len; member