OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PortControl
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h
15
typedef enum { Auto, ForceUnauthorized, ForceAuthorized }
PortControl
;
280
void eapol_sm_notify_portControl(struct eapol_sm *sm,
PortControl
portControl
);
358
PortControl
portControl
)
eapol_supp_sm.c
46
PortControl
portControl
;
75
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
) &&
1003
static const char * eapol_port_control(
PortControl
ctrl
[
all
...]
Completed in 497 milliseconds