Home
last modified time | relevance | path

Searched refs:keyDone (Results 1 - 10 of 10) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/
H A Deapol_auth_sm_i.h54 Boolean keyDone; member
H A Deapol_auth_sm.c333 sm->keyDone = FALSE; in SM_STATE()
352 sm->keyDone = FALSE; in SM_STATE()
427 (sm->keyDone && !sm->portValid)) in SM_STEP()
665 sm->keyDone = TRUE; in SM_STATE()
H A Deapol_auth_dump.c151 "keyDone=%s\n" in eapol_auth_dump_state()
170 _SB(sm->keyDone), _SB(sm->keyRun), in eapol_auth_dump_state()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_auth/
H A Deapol_auth_sm_i.h54 bool keyDone; member
H A Deapol_auth_sm.c334 sm->keyDone = false; in SM_STATE()
353 sm->keyDone = false; in SM_STATE()
428 (sm->keyDone && !sm->portValid)) in SM_STEP()
668 sm->keyDone = true; in SM_STATE()
H A Deapol_auth_dump.c151 "keyDone=%s\n" in eapol_auth_dump_state()
170 _SB(sm->keyDone), _SB(sm->keyRun), in eapol_auth_dump_state()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
H A Deapol_supp_sm.c45 Boolean keyDone; member
294 sm->keyDone = FALSE; in SM_STATE()
407 else if (sm->eapFail || (sm->keyDone && !sm->portValid)) in SM_STEP()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/
H A Deapol_supp_sm.c44 bool keyDone; member
312 sm->keyDone = false; in SM_STATE()
430 else if (sm->eapFail || (sm->keyDone && !sm->portValid)) in SM_STEP()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_glue.c223 sta->eapol_sm->keyDone = value ? TRUE : FALSE; in hostapd_wpa_auth_set_eapol()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_glue.c317 sta->eapol_sm->keyDone = value; in hostapd_wpa_auth_set_eapol()

Completed in 14 milliseconds