Home
last modified time | relevance | path

Searched refs:startWhen (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/src/eapol_supp/
Deapol_supp_sm.c36 unsigned int startWhen; member
180 if (sm->startWhen > 0) { in eapol_port_timers_tick()
181 sm->startWhen--; in eapol_port_timers_tick()
182 if (sm->startWhen == 0) in eapol_port_timers_tick()
191 if (sm->authWhile | sm->heldWhile | sm->startWhen | sm->idleWhile) { in eapol_port_timers_tick()
269 sm->startWhen = sm->startPeriod; in SM_STATE()
283 sm->startWhen = 1; in SM_STATE()
285 sm->startWhen = 2; in SM_STATE()
393 if (sm->startWhen == 0 && sm->startCount < sm->maxStart) in SM_STEP()
395 else if (sm->startWhen == 0 && in SM_STEP()
[all …]