Home
last modified time | relevance | path

Searched refs:start_reauth (Results 1 – 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_i.h185 bool start_reauth; member
Deap_server.c1159 sm->start_reauth = true; in SM_STATE()
1724 if (!sm->cfg->eap_server && sm->identity && !sm->start_reauth) { in eap_sm_Policy_getDecision()
1746 !sm->start_reauth) { in eap_sm_Policy_getDecision()
1773 sm->start_reauth = false; in eap_sm_Policy_getDecision()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_i.h203 Boolean start_reauth; member
Deap_server.c1150 sm->start_reauth = TRUE; in SM_STATE()
1706 if (!sm->eap_server && sm->identity && !sm->start_reauth) { in eap_sm_Policy_getDecision()
1728 !sm->start_reauth) { in eap_sm_Policy_getDecision()
1755 sm->start_reauth = FALSE; in eap_sm_Policy_getDecision()