OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:keyRun
(Results
1 - 6
of
6
) sorted by null
/external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h
55
Boolean
keyRun
;
eapol_auth_sm.c
203
* Clearing
keyRun
here is not specified in IEEE Std 802.1X-2004, but
207
* AUTHENTICATING state to clear
keyRun
before the IEEE 802.11 RSN
209
* AUTHENTICATION2 to INITPMK if
keyRun
= TRUE has been left from the
210
* last association. This can be avoided by clearing
keyRun
here.
212
sm->
keyRun
= FALSE;
332
sm->
keyRun
= FALSE;
351
sm->
keyRun
= FALSE;
508
sm->
keyRun
= TRUE;
679
sm->
keyRun
&& !(sm->flags & EAPOL_SM_USES_WPA))
683
if (!sm->keyTxEnabled || !sm->
keyRun
)
[
all
...]
eapol_auth_dump.c
152
"
keyRun
=%s\n"
170
_SB(sm->keyDone), _SB(sm->
keyRun
),
/external/wpa_supplicant_8/src/ap/
wpa_auth_glue.c
187
sta->eapol_sm->
keyRun
= value ? TRUE : FALSE;
215
return sta->eapol_sm->
keyRun
;
ieee802_1x.c
[
all
...]
/external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c
45
Boolean
keyRun
;
289
sm->
keyRun
= FALSE;
487
sm->
keyRun
= TRUE;
[
all
...]
Completed in 246 milliseconds