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

/freebsd-11-stable/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm_i.h55 Boolean keyRun; member in struct:eapol_state_machine
H A Deapol_auth_sm.c203 * Clearing keyRun here is not specified in IEEE Std 802.1X-2004, but
207 * AUTHENTICATING state to clear keyRun before the IEEE 802.11 RSN
209 * AUTHENTICATION2 to INITPMK if keyRun = TRUE has been left from the
210 * last association. This can be avoided by clearing keyRun here.
212 sm->keyRun = FALSE;
332 sm->keyRun = FALSE;
351 sm->keyRun = FALSE;
508 sm->keyRun = TRUE;
679 sm->keyRun && !(sm->flags & EAPOL_SM_USES_WPA))
683 if (!sm->keyTxEnabled || !sm->keyRun)
[all...]
H A Deapol_auth_dump.c152 "keyRun=%s\n"
170 _SB(sm->keyDone), _SB(sm->keyRun),
/freebsd-11-stable/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.c46 Boolean keyRun; member in struct:eapol_sm
293 sm->keyRun = FALSE;
491 sm->keyRun = TRUE;
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_glue.c214 sta->eapol_sm->keyRun = value ? TRUE : FALSE;
242 return sta->eapol_sm->keyRun;
H A Dieee802_1x.c1301 sta->eapol_sm->keyRun = TRUE;
1324 sta->eapol_sm->keyRun = TRUE;
1345 sta->eapol_sm->keyRun = TRUE;

Completed in 79 milliseconds