OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PortControl
(Results
1 - 4
of
4
) sorted by null
/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
15
typedef enum { Auto, ForceUnauthorized, ForceAuthorized }
PortControl
;
262
void eapol_sm_notify_portControl(struct eapol_sm *sm,
PortControl
portControl
);
337
PortControl
portControl
)
eapol_supp_sm.c
45
PortControl
portControl
;
74
PortControl
sPortMode;
370
else if (((sm->
portControl
== Auto) &&
371
(sm->sPortMode != sm->
portControl
)) ||
374
else if ((sm->
portControl
== ForceAuthorized) &&
375
(sm->sPortMode != sm->
portControl
) &&
378
else if ((sm->
portControl
== ForceUnauthorized) &&
379
(sm->sPortMode != sm->
portControl
) &&
1001
static const char * eapol_port_control(
PortControl
ctrl
[
all
...]
Completed in 98 milliseconds