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

/freebsd-9.3-release/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.c38 unsigned int authWhile; member in struct:eapol_sm
206 if (sm->authWhile > 0) {
207 sm->authWhile--;
208 if (sm->authWhile == 0)
209 wpa_printf(MSG_DEBUG, "EAPOL: authWhile --> 0");
227 if (sm->authWhile | sm->heldWhile | sm->startWhen | sm->idleWhile) {
483 sm->authWhile = 0;
544 sm->authWhile = sm->authPeriod;
615 else if (sm->authWhile == 0)

Completed in 44 milliseconds