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

/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.c34 unsigned int heldWhile; member in struct:eapol_sm
173 if (sm->heldWhile > 0) {
174 sm->heldWhile--;
175 if (sm->heldWhile == 0)
176 wpa_printf(MSG_DEBUG, "EAPOL: heldWhile --> 0");
189 if (sm->authWhile | sm->heldWhile | sm->startWhen | sm->idleWhile) {
233 * IEEE Std 802.1X-2004 does not clear heldWhile here, but doing so
239 sm->heldWhile = 0;
290 sm->heldWhile = sm->heldPeriod;
391 if (sm->heldWhile
[all...]
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.c34 unsigned int heldWhile; member in struct:eapol_sm
173 if (sm->heldWhile > 0) {
174 sm->heldWhile--;
175 if (sm->heldWhile == 0)
176 wpa_printf(MSG_DEBUG, "EAPOL: heldWhile --> 0");
189 if (sm->authWhile | sm->heldWhile | sm->startWhen | sm->idleWhile) {
233 * IEEE Std 802.1X-2004 does not clear heldWhile here, but doing so
239 sm->heldWhile = 0;
290 sm->heldWhile = sm->heldPeriod;
391 if (sm->heldWhile
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.c34 unsigned int heldWhile; member in struct:eapol_sm
173 if (sm->heldWhile > 0) {
174 sm->heldWhile--;
175 if (sm->heldWhile == 0)
176 wpa_printf(MSG_DEBUG, "EAPOL: heldWhile --> 0");
189 if (sm->authWhile | sm->heldWhile | sm->startWhen | sm->idleWhile) {
233 * IEEE Std 802.1X-2004 does not clear heldWhile here, but doing so
239 sm->heldWhile = 0;
290 sm->heldWhile = sm->heldPeriod;
391 if (sm->heldWhile
[all...]

Completed in 72 milliseconds