Home
last modified time | relevance | path

Searched refs:eapRestart (Results 1 - 12 of 12) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap.h52 Boolean eapRestart; /* shared with EAPOL Authenticator PAE */ member
H A Deap_server.c225 if (sm->eap_if.eapRestart && !sm->eap_server && sm->identity) { in SM_STATE()
245 sm->eap_if.eapRestart = FALSE; in SM_STATE()
1159 if (sm->eap_if.eapRestart && sm->eap_if.portEnabled) in SM_STEP()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap.h52 bool eapRestart; /* shared with EAPOL Authenticator PAE */ member
H A Deap_server.c225 if (sm->eap_if.eapRestart && !sm->cfg->eap_server && sm->identity) { in SM_STATE()
245 sm->eap_if.eapRestart = false; in SM_STATE()
1168 if (sm->eap_if.eapRestart && sm->eap_if.portEnabled) in SM_STEP()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/
H A Deapol_auth_dump.c184 "eapRestart=%s\n" in eapol_auth_dump_state()
203 _SB(sm->eap_if->eapRestart), in eapol_auth_dump_state()
H A Deapol_auth_sm.c254 sm->eap_if->eapRestart = TRUE; in SM_STATE()
402 if (!sm->eap_if->eapRestart) in SM_STEP()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_auth/
H A Deapol_auth_dump.c184 "eapRestart=%s\n" in eapol_auth_dump_state()
203 _SB(sm->eap_if->eapRestart), in eapol_auth_dump_state()
H A Deapol_auth_sm.c255 sm->eap_if->eapRestart = true; in SM_STATE()
403 if (!sm->eap_if->eapRestart) in SM_STEP()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
H A Deapol_supp_sm.c75 Boolean eapRestart; member
320 sm->eapRestart = TRUE; in SM_STATE()
427 if (!sm->eapRestart) in SM_STEP()
1856 return sm->eapRestart; in eapol_sm_get_bool()
1889 sm->eapRestart = value; in eapol_sm_set_bool()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/
H A Deapol_supp_sm.c74 bool eapRestart; member
343 sm->eapRestart = true; in SM_STATE()
450 if (!sm->eapRestart) in SM_STEP()
1909 return sm->eapRestart; in eapol_sm_get_bool()
1942 sm->eapRestart = value; in eapol_sm_set_bool()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius_server.c822 sess->eap_if->eapRestart = TRUE; in radius_server_get_new_session()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius_server.c655 sess->eap_if->eapRestart = true; in radius_server_get_new_session()

Completed in 20 milliseconds