Home
last modified time | relevance | path

Searched refs:pmk_r1_name_valid (Results 1 – 8 of 8) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dwpa_auth_i.h92 unsigned int pmk_r1_name_valid:1; member
Dwpa_auth_ie.c867 (data.num_pmkid != 1 || !data.pmkid || !sm->pmk_r1_name_valid || in wpa_validate_wpa_ie()
Dwpa_auth_ft.c2449 if (!sm->pmk_r1_name_valid) { in wpa_sm_write_assoc_resp_ies()
2883 sm->pmk_r1_name_valid = 0; in wpa_ft_process_auth_req()
2994 sm->pmk_r1_name_valid = 1; in wpa_ft_process_auth_req()
Dwpa_auth.c2310 sm->pmk_r1_name_valid = 1; in fils_auth_pmk_to_ptk()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwpa_auth_i.h94 unsigned int pmk_r1_name_valid:1; member
Dwpa_auth_ft.c2548 if (rsnie_len > PMKID_LEN && sm->pmk_r1_name_valid) { in wpa_sm_write_assoc_resp_ies()
2568 if (!sm->pmk_r1_name_valid) { in wpa_sm_write_assoc_resp_ies()
3074 sm->pmk_r1_name_valid = 0; in wpa_ft_process_auth_req()
3183 sm->pmk_r1_name_valid = 1; in wpa_ft_process_auth_req()
Dwpa_auth_ie.c928 (data.num_pmkid != 1 || !data.pmkid || !sm->pmk_r1_name_valid || in wpa_validate_wpa_ie()
Dwpa_auth.c2407 sm->pmk_r1_name_valid = 1; in fils_auth_pmk_to_ptk()