OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:heldWhile
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c
33
unsigned int
heldWhile
;
165
if (sm->
heldWhile
> 0) {
166
sm->
heldWhile
--;
167
if (sm->
heldWhile
== 0)
168
wpa_printf(MSG_DEBUG, "EAPOL:
heldWhile
--> 0");
181
if (sm->authWhile | sm->
heldWhile
| sm->startWhen | sm->idleWhile) {
227
* IEEE Std 802.1X-2004 does not clear
heldWhile
here, but doing so
233
sm->
heldWhile
= 0;
282
sm->
heldWhile
= sm->heldPeriod;
387
if (sm->
heldWhile
== 0
[
all
...]
/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
...]
Completed in 430 milliseconds