Home
last modified time | relevance | path

Searched refs:use_ext_key_id (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_i.h65 bool use_ext_key_id; member
Dwpa_auth.c810 if (!sm->use_ext_key_id && sm->wpa_auth->conf.wpa_deny_ptk0_rekey) { in wpa_request_new_ptk()
819 if (sm->use_ext_key_id) in wpa_request_new_ptk()
1775 if (sm->use_ext_key_id && in wpa_remove_ptk()
1840 if (!sm->use_ext_key_id && in wpa_auth_sm_event()
1852 if (sm->use_ext_key_id) in wpa_auth_sm_event()
3434 if (sm->use_ext_key_id && sm->TimeoutCtr == 1 && in SM_STATE()
3486 if (sm->use_ext_key_id) in SM_STATE()
3535 if (sm->use_ext_key_id) { in SM_STATE()
3644 if (sm->use_ext_key_id) in SM_STATE()
5450 if (sm->use_ext_key_id) in wpa_auth_resend_m3()
[all …]
Dwpa_auth_ie.c999 sm->use_ext_key_id = true; in wpa_validate_wpa_ie()
1010 sm->use_ext_key_id = false; in wpa_validate_wpa_ie()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c189 if (pairwise && sm->wpa_deny_ptk0_rekey && !sm->use_ext_key_id && in wpa_sm_key_request()
631 sm->use_ext_key_id ? MSG_INFO : MSG_DEBUG, in wpa_handle_ext_key_id()
634 return sm->use_ext_key_id ? -1 : 0; in wpa_handle_ext_key_id()
646 sm->use_ext_key_id = 1; in wpa_handle_ext_key_id()
661 sm->use_ext_key_id = 0; in wpa_handle_ext_key_id()
686 if (sm->wpa_deny_ptk0_rekey && !sm->use_ext_key_id && in wpa_supplicant_process_1_of_4()
1759 if (sm->use_ext_key_id && in wpa_supplicant_process_3_of_4()
1776 if (sm->use_ext_key_id) in wpa_supplicant_process_3_of_4()
3340 sm->use_ext_key_id = value; in wpa_sm_set_param()
3455 return sm ? sm->use_ext_key_id : 0; in wpa_sm_ext_key_id_active()
Dwpa_i.h77 int use_ext_key_id; /* whether Extended Key ID has been detected member
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.c1709 int use_ext_key_id = 0; in wpa_supplicant_set_suites() local
1719 use_ext_key_id = 1; in wpa_supplicant_set_suites()
1721 use_ext_key_id); in wpa_supplicant_set_suites()