Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_i.h65 bool use_ext_key_id; member
H A Dwpa_auth.c1113 if (!sm->use_ext_key_id && sm->wpa_auth->conf.wpa_deny_ptk0_rekey) {
1122 if (sm->use_ext_key_id)
2290 if (sm->use_ext_key_id &&
2363 if (!sm->use_ext_key_id &&
2375 if (sm->use_ext_key_id)
4619 if (sm->use_ext_key_id && sm->TimeoutCtr == 1 &&
4688 if (sm->use_ext_key_id)
4749 if (sm->use_ext_key_id) {
4935 if (sm->use_ext_key_id)
6933 if (sm->use_ext_key_id)
[all …]
H A Dwpa_auth_ie.c1066 sm->use_ext_key_id = true; in wpa_validate_wpa_ie()
1077 sm->use_ext_key_id = false; in wpa_validate_wpa_ie()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa.c227 if (pairwise && sm->wpa_deny_ptk0_rekey && !sm->use_ext_key_id && in wpa_sm_key_request()
748 sm->use_ext_key_id ? MSG_INFO : MSG_DEBUG, in wpa_handle_ext_key_id()
751 return sm->use_ext_key_id ? -1 : 0; in wpa_handle_ext_key_id()
763 sm->use_ext_key_id = 1; in wpa_handle_ext_key_id()
778 sm->use_ext_key_id = 0; in wpa_handle_ext_key_id()
945 if (sm->wpa_deny_ptk0_rekey && !sm->use_ext_key_id && in wpa_supplicant_process_1_of_4()
2715 if (sm->use_ext_key_id && in wpa_supplicant_process_3_of_4()
2731 if (sm->use_ext_key_id) in wpa_supplicant_process_3_of_4()
4698 sm->use_ext_key_id = value; in wpa_sm_set_param()
4831 return sm ? sm->use_ext_key_id : 0; in wpa_sm_ext_key_id_active()
H A Dwpa_i.h78 int use_ext_key_id; /* whether Extended Key ID has been detected member
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c2085 int use_ext_key_id = 0; in wpa_supplicant_set_suites() local
2095 use_ext_key_id = 1; in wpa_supplicant_set_suites()
2097 use_ext_key_id); in wpa_supplicant_set_suites()