HomeSort by relevance Sort by last modified time
    Searched refs: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/
eapol_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");
451 sm->authWhile = 0;
512 sm->authWhile = sm->authPeriod;
582 else if (sm->authWhile == 0)
    [all...]

Completed in 150 milliseconds