HomeSort by: relevance | last modified time | path
    Searched refs:keyRun (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/wpa/dist/src/eapol_auth/
eapol_auth_sm_i.h 55 bool keyRun;
eapol_auth_sm.c 204 * Clearing keyRun here is not specified in IEEE Std 802.1X-2004, but
208 * AUTHENTICATING state to clear keyRun before the IEEE 802.11 RSN
210 * AUTHENTICATION2 to INITPMK if keyRun = true has been left from the
211 * last association. This can be avoided by clearing keyRun here.
213 sm->keyRun = false;
344 sm->keyRun = false;
363 sm->keyRun = false;
521 sm->keyRun = true;
694 sm->keyRun && !(sm->flags & EAPOL_SM_USES_WPA))
698 if (!sm->keyTxEnabled || !sm->keyRun)
    [all...]
eapol_auth_dump.c 152 "keyRun=%s\n"
170 _SB(sm->keyDone), _SB(sm->keyRun),
  /src/external/bsd/wpa/dist/src/eapol_supp/
eapol_supp_sm.c 46 bool keyRun;
302 sm->keyRun = false;
505 sm->keyRun = true;
  /src/external/bsd/wpa/dist/src/ap/
ieee802_1x.c 1402 sta->eapol_sm->keyRun = true;
1425 sta->eapol_sm->keyRun = true;
1446 sta->eapol_sm->keyRun = true;
wpa_auth_glue.c 308 sta->eapol_sm->keyRun = value;
335 return sta->eapol_sm->keyRun;

Completed in 58 milliseconds