OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PortControl
(Results
1 - 6
of
6
) 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
...]
Completed in 26 milliseconds