Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/eapol_auth/
Deapol_auth_sm_i.h54 bool keyRun; member
Deapol_auth_sm.c217 sm->keyRun = false; in SM_STATE()
326 sm->keyRun = false; in SM_STATE()
345 sm->keyRun = false; in SM_STATE()
502 sm->keyRun = true; in SM_STATE()
675 sm->keyRun && !(sm->flags & EAPOL_SM_USES_WPA)) in SM_STEP()
679 if (!sm->keyTxEnabled || !sm->keyRun) in SM_STEP()