Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eapol_auth/
Deapol_auth_sm_i.h58 Boolean keyRun; member
Deapol_auth_sm.c320 sm->keyRun = FALSE; in SM_STATE()
339 sm->keyRun = FALSE; in SM_STATE()
496 sm->keyRun = TRUE; in SM_STATE()
667 sm->keyRun && !(sm->flags & EAPOL_SM_USES_WPA)) in SM_STEP()
671 if (!sm->keyTxEnabled || !sm->keyRun) in SM_STEP()
Deapol_auth_dump.c170 _SB(sm->keyDone), _SB(sm->keyRun), in eapol_auth_dump_state()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_glue.c179 sta->eapol_sm->keyRun = value ? TRUE : FALSE; in hostapd_wpa_auth_set_eapol()
207 return sta->eapol_sm->keyRun; in hostapd_wpa_auth_get_eapol()
Dieee802_1x.c1097 sta->eapol_sm->keyRun = TRUE; in ieee802_1x_new_station()
1117 sta->eapol_sm->keyRun = TRUE; in ieee802_1x_new_station()
/external/wpa_supplicant_8/src/eapol_supp/
Deapol_supp_sm.c45 Boolean keyRun; member
288 sm->keyRun = FALSE; in SM_STATE()
476 sm->keyRun = TRUE; in SM_STATE()