OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:authWhile
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.c
38
unsigned int
authWhile
;
204
if (sm->
authWhile
> 0) {
205
sm->
authWhile
--;
206
if (sm->
authWhile
== 0)
207
wpa_printf(MSG_DEBUG, "EAPOL:
authWhile
--> 0");
225
if (sm->
authWhile
| sm->heldWhile | sm->startWhen | sm->idleWhile) {
475
sm->
authWhile
= 0;
536
sm->
authWhile
= sm->authPeriod;
607
else if (sm->
authWhile
== 0)
[
all
...]
/external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c
32
unsigned int
authWhile
;
200
if (sm->
authWhile
> 0) {
201
sm->
authWhile
--;
202
if (sm->
authWhile
== 0)
203
wpa_printf(MSG_DEBUG, "EAPOL:
authWhile
--> 0");
221
if (sm->
authWhile
| sm->heldWhile | sm->startWhen | sm->idleWhile) {
486
sm->
authWhile
= 0;
543
* IEEE Std 802.1X-2004 does not clear
authWhile
here, but doing so
549
sm->
authWhile
= 0;
556
sm->
authWhile
= sm->authPeriod
[
all
...]
Completed in 1337 milliseconds