OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:portControl
(Results
1 - 11
of
11
) sorted by null
/external/wpa_supplicant/
eapol_sm.h
21
typedef enum { Auto, ForceUnauthorized, ForceAuthorized }
PortControl
;
228
void eapol_sm_notify_portControl(struct eapol_sm *sm,
PortControl
portControl
);
302
PortControl
portControl
)
eapol_sm.c
50
PortControl
portControl
;
79
PortControl
sPortMode;
335
else if (((sm->
portControl
== Auto) &&
336
(sm->sPortMode != sm->
portControl
)) ||
339
else if ((sm->
portControl
== ForceAuthorized) &&
340
(sm->sPortMode != sm->
portControl
) &&
343
else if ((sm->
portControl
== ForceUnauthorized) &&
344
(sm->sPortMode != sm->
portControl
) &&
942
static const char * eapol_port_control(
PortControl
ctrl
[
all
...]
/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.h
21
typedef enum { Auto, ForceUnauthorized, ForceAuthorized }
PortControl
;
247
void eapol_sm_notify_portControl(struct eapol_sm *sm,
PortControl
portControl
);
321
PortControl
portControl
)
eapol_supp_sm.c
51
PortControl
portControl
;
80
PortControl
sPortMode;
359
else if (((sm->
portControl
== Auto) &&
360
(sm->sPortMode != sm->
portControl
)) ||
363
else if ((sm->
portControl
== ForceAuthorized) &&
364
(sm->sPortMode != sm->
portControl
) &&
367
else if ((sm->
portControl
== ForceUnauthorized) &&
368
(sm->sPortMode != sm->
portControl
) &&
967
static const char * eapol_port_control(
PortControl
ctrl
[
all
...]
/external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h
21
typedef enum { Auto, ForceUnauthorized, ForceAuthorized }
PortControl
;
263
void eapol_sm_notify_portControl(struct eapol_sm *sm,
PortControl
portControl
);
338
PortControl
portControl
)
eapol_supp_sm.c
51
PortControl
portControl
;
80
PortControl
sPortMode;
367
else if (((sm->
portControl
== Auto) &&
368
(sm->sPortMode != sm->
portControl
)) ||
371
else if ((sm->
portControl
== ForceAuthorized) &&
372
(sm->sPortMode != sm->
portControl
) &&
375
else if ((sm->
portControl
== ForceUnauthorized) &&
376
(sm->sPortMode != sm->
portControl
) &&
989
static const char * eapol_port_control(
PortControl
ctrl
[
all
...]
/external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.c
374
if ((sm->
portControl
== Auto && sm->portMode != sm->
portControl
) ||
377
else if (sm->
portControl
== ForceAuthorized &&
378
sm->portMode != sm->
portControl
&&
381
else if (sm->
portControl
== ForceUnauthorized &&
382
sm->portMode != sm->
portControl
&&
539
if (sm->
portControl
!= Auto || sm->initialize || sm->authAbort) {
624
if (sm->
portControl
!= Auto || sm->initialize ||
663
if (sm->initialize || sm->
portControl
!= Auto) {
805
sm->
portControl
= Auto
[
all
...]
eapol_auth_sm_i.h
63
PortTypes
portControl
;
eapol_auth_dump.c
139
"%s keyDone=%s keyRun=%s keyTxEnabled=%s
portControl
=%s\n"
149
_SB(sm->keyTxEnabled), port_type_txt(sm->
portControl
),
/external/wpa_supplicant_8/src/ap/
wpa_auth_glue.c
142
sta->eapol_sm->
portControl
= Auto;
ieee802_1x.c
[
all
...]
Completed in 1701 milliseconds