OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForceUnauthorized
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/wpa/dist/src/eapol_auth/
eapol_auth_sm_i.h
17
typedef enum {
ForceUnauthorized
= 1, ForceAuthorized = 3, Auto = 2 }
eapol_auth_dump.c
19
case
ForceUnauthorized
: return "
ForceUnauthorized
";
eapol_auth_sm.c
386
sm->portMode =
ForceUnauthorized
;
401
else if (sm->portControl ==
ForceUnauthorized
&&
1133
else if (os_strcmp(value, "
ForceUnauthorized
") == 0)
1134
sm->portControl =
ForceUnauthorized
;
/src/external/bsd/wpa/dist/src/eapol_supp/
eapol_supp_sm.h
17
typedef enum { Auto,
ForceUnauthorized
, ForceAuthorized } PortControl;
eapol_supp_sm.c
360
sm->sPortMode =
ForceUnauthorized
;
378
else if ((sm->portControl ==
ForceUnauthorized
) &&
1091
case
ForceUnauthorized
:
1092
return "
ForceUnauthorized
";
/src/external/bsd/wpa/dist/wpa_supplicant/
ctrl_iface.c
525
else if (os_strcmp(value, "
ForceUnauthorized
") == 0)
527
ForceUnauthorized
);
Completed in 40 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026