HomeSort by relevance Sort by last modified time
    Searched refs:keyRun (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 55 Boolean keyRun;
eapol_auth_sm.c 203 * 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...]
eapol_auth_dump.c 152 "keyRun=%s\n"
170 _SB(sm->keyDone), _SB(sm->keyRun),
  /external/wpa_supplicant_8/src/ap/
wpa_auth_glue.c 204 sta->eapol_sm->keyRun = value ? TRUE : FALSE;
232 return sta->eapol_sm->keyRun;
ieee802_1x.c     [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c 46 Boolean keyRun;
292 sm->keyRun = FALSE;
490 sm->keyRun = TRUE;
    [all...]

Completed in 234 milliseconds