Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dwpa_auth_i.h65 bool use_ext_key_id; member
Dwpa_auth.c1114 if (!sm->use_ext_key_id && sm->wpa_auth->conf.wpa_deny_ptk0_rekey) {
1123 if (sm->use_ext_key_id)
2292 if (sm->use_ext_key_id &&
2365 if (!sm->use_ext_key_id &&
2377 if (sm->use_ext_key_id)
4762 if (sm->use_ext_key_id && sm->TimeoutCtr == 1 &&
4831 if (sm->use_ext_key_id)
4892 if (sm->use_ext_key_id) {
5083 if (sm->use_ext_key_id)
7105 if (sm->use_ext_key_id)
[all …]
Dwpa_auth_ie.c1319 sm->use_ext_key_id = true; in wpa_validate_wpa_ie()
1330 sm->use_ext_key_id = false; in wpa_validate_wpa_ie()
/hostap-latest/src/rsn_supp/
Dwpa.c227 if (pairwise && sm->wpa_deny_ptk0_rekey && !sm->use_ext_key_id && in wpa_sm_key_request()
781 sm->use_ext_key_id ? MSG_INFO : MSG_DEBUG, in wpa_handle_ext_key_id()
784 return sm->use_ext_key_id ? -1 : 0; in wpa_handle_ext_key_id()
796 sm->use_ext_key_id = 1; in wpa_handle_ext_key_id()
811 sm->use_ext_key_id = 0; in wpa_handle_ext_key_id()
978 if (sm->wpa_deny_ptk0_rekey && !sm->use_ext_key_id && in wpa_supplicant_process_1_of_4()
2896 if (sm->use_ext_key_id && in wpa_supplicant_process_3_of_4()
2912 if (sm->use_ext_key_id) in wpa_supplicant_process_3_of_4()
4948 sm->use_ext_key_id = value; in wpa_sm_set_param()
5123 return sm ? sm->use_ext_key_id : 0; in wpa_sm_ext_key_id_active()
Dwpa_i.h78 int use_ext_key_id; /* whether Extended Key ID has been detected member
/hostap-latest/wpa_supplicant/
Dwpa_supplicant.c2079 int use_ext_key_id = 0; in wpa_supplicant_set_suites() local
2089 use_ext_key_id = 1; in wpa_supplicant_set_suites()
2091 use_ext_key_id); in wpa_supplicant_set_suites()