OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForceAuthorized
(Results
1 - 7
of
7
) 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
20
case
ForceAuthorized
: return "
ForceAuthorized
";
eapol_auth_sm.c
374
sm->portMode =
ForceAuthorized
;
397
else if (sm->portControl ==
ForceAuthorized
&&
1131
if (os_strcmp(value, "
ForceAuthorized
") == 0)
1132
sm->portControl =
ForceAuthorized
;
/src/external/bsd/wpa/dist/src/eapol_supp/
eapol_supp_sm.h
17
typedef enum { Auto, ForceUnauthorized,
ForceAuthorized
} PortControl;
eapol_supp_sm.c
352
sm->sPortMode =
ForceAuthorized
;
374
else if ((sm->portControl ==
ForceAuthorized
) &&
1093
case
ForceAuthorized
:
1094
return "
ForceAuthorized
";
/src/external/bsd/wpa/dist/wpa_supplicant/
wpa_supplicant.c
325
eapol_sm_notify_portControl(wpa_s->eapol,
ForceAuthorized
);
337
eapol_sm_notify_portControl(wpa_s->eapol,
ForceAuthorized
);
ctrl_iface.c
528
else if (os_strcmp(value, "
ForceAuthorized
") == 0)
530
ForceAuthorized
);
Completed in 27 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026