Home
last modified time | relevance | path

Searched refs:ForceAuthorized (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/eapol_auth/
Deapol_auth_sm_i.h17 typedef enum { ForceUnauthorized = 1, ForceAuthorized = 3, Auto = 2 } enumerator
Deapol_auth_dump.c20 case ForceAuthorized: return "ForceAuthorized"; in port_type_txt()
Deapol_auth_sm.c362 sm->portMode = ForceAuthorized; in SM_STATE()
385 else if (sm->portControl == ForceAuthorized && in SM_STEP()
1132 sm->portControl = ForceAuthorized; in eapol_auth_set_conf()
/external/wpa_supplicant_8/src/eapol_supp/
Deapol_supp_sm.h15 typedef enum { Auto, ForceUnauthorized, ForceAuthorized } PortControl; enumerator
Deapol_supp_sm.c338 sm->sPortMode = ForceAuthorized; in SM_STATE()
360 else if ((sm->portControl == ForceAuthorized) && in SM_STEP()
1077 case ForceAuthorized: in eapol_port_control()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.c312 eapol_sm_notify_portControl(wpa_s->eapol, ForceAuthorized); in wpa_supplicant_initiate_eapol()
324 eapol_sm_notify_portControl(wpa_s->eapol, ForceAuthorized); in wpa_supplicant_initiate_eapol()