Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwpa_auth_i.h65 bool use_ext_key_id; member
Dwpa_auth.c812 if (!sm->use_ext_key_id && sm->wpa_auth->conf.wpa_deny_ptk0_rekey) { in wpa_request_new_ptk()
821 if (sm->use_ext_key_id) in wpa_request_new_ptk()
1791 if (sm->use_ext_key_id && in wpa_remove_ptk()
1856 if (!sm->use_ext_key_id && in wpa_auth_sm_event()
1868 if (sm->use_ext_key_id) in wpa_auth_sm_event()
3448 if (sm->use_ext_key_id && sm->TimeoutCtr == 1 && in SM_STATE()
3500 if (sm->use_ext_key_id) in SM_STATE()
3549 if (sm->use_ext_key_id) { in SM_STATE()
3658 if (sm->use_ext_key_id) in SM_STATE()
5466 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dwpa.c188 if (pairwise && sm->wpa_deny_ptk0_rekey && !sm->use_ext_key_id && in wpa_sm_key_request()
634 sm->use_ext_key_id ? MSG_INFO : MSG_DEBUG, in wpa_handle_ext_key_id()
637 return sm->use_ext_key_id ? -1 : 0; in wpa_handle_ext_key_id()
649 sm->use_ext_key_id = 1; in wpa_handle_ext_key_id()
664 sm->use_ext_key_id = 0; in wpa_handle_ext_key_id()
689 if (sm->wpa_deny_ptk0_rekey && !sm->use_ext_key_id && in wpa_supplicant_process_1_of_4()
1762 if (sm->use_ext_key_id && in wpa_supplicant_process_3_of_4()
1779 if (sm->use_ext_key_id) in wpa_supplicant_process_3_of_4()
3365 sm->use_ext_key_id = value; in wpa_sm_set_param()
3480 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
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dwpa_supplicant.c1739 int use_ext_key_id = 0; in wpa_supplicant_set_suites() local
1749 use_ext_key_id = 1; in wpa_supplicant_set_suites()
1751 use_ext_key_id); in wpa_supplicant_set_suites()