OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:authWhile
(Results
1 - 3
of
3
) 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
38
unsigned int
authWhile
;
206
if (sm->
authWhile
> 0) {
207
sm->
authWhile
--;
208
if (sm->
authWhile
== 0)
209
wpa_printf(MSG_DEBUG, "EAPOL:
authWhile
--> 0");
227
if (sm->
authWhile
| sm->heldWhile | sm->startWhen | sm->idleWhile) {
483
sm->
authWhile
= 0;
544
sm->
authWhile
= sm->authPeriod;
615
else if (sm->
authWhile
== 0)
[
all
...]
/external/wpa_supplicant/
eapol_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");
451
sm->
authWhile
= 0;
512
sm->
authWhile
= sm->authPeriod;
582
else if (sm->
authWhile
== 0)
[
all
...]
Completed in 25 milliseconds