HomeSort by relevance Sort by last modified time
    Searched defs:authWhile (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.c 38 unsigned int authWhile;
204 if (sm->authWhile > 0) {
205 sm->authWhile--;
206 if (sm->authWhile == 0)
207 wpa_printf(MSG_DEBUG, "EAPOL: authWhile --> 0");
225 if (sm->authWhile | sm->heldWhile | sm->startWhen | sm->idleWhile) {
475 sm->authWhile = 0;
536 sm->authWhile = sm->authPeriod;
607 else if (sm->authWhile == 0)
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c 32 unsigned int authWhile;
160 if (sm->authWhile > 0) {
161 sm->authWhile--;
162 if (sm->authWhile == 0)
163 wpa_printf(MSG_DEBUG, "EAPOL: authWhile --> 0");
181 if (sm->authWhile | sm->heldWhile | sm->startWhen | sm->idleWhile) {
446 sm->authWhile = 0;
503 * IEEE Std 802.1X-2004 does not clear authWhile here, but doing so
509 sm->authWhile = 0;
516 sm->authWhile = sm->authPeriod
    [all...]

Completed in 272 milliseconds