OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:heldWhile
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.c
39
unsigned int
heldWhile
;
209
if (sm->
heldWhile
> 0) {
210
sm->
heldWhile
--;
211
if (sm->
heldWhile
== 0)
212
wpa_printf(MSG_DEBUG, "EAPOL:
heldWhile
--> 0");
225
if (sm->authWhile | sm->
heldWhile
| sm->startWhen | sm->idleWhile) {
315
sm->
heldWhile
= sm->heldPeriod;
416
if (sm->
heldWhile
== 0)
[
all
...]
/external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c
33
unsigned int
heldWhile
;
205
if (sm->
heldWhile
> 0) {
206
sm->
heldWhile
--;
207
if (sm->
heldWhile
== 0)
208
wpa_printf(MSG_DEBUG, "EAPOL:
heldWhile
--> 0");
221
if (sm->authWhile | sm->
heldWhile
| sm->startWhen | sm->idleWhile) {
267
* IEEE Std 802.1X-2004 does not clear
heldWhile
here, but doing so
273
sm->
heldWhile
= 0;
322
sm->
heldWhile
= sm->heldPeriod;
427
if (sm->
heldWhile
== 0
[
all
...]
Completed in 146 milliseconds