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.c363 sm->portMode = ForceAuthorized; in SM_STATE()
386 else if (sm->portControl == ForceAuthorized && in SM_STEP()
1120 sm->portControl = ForceAuthorized; in eapol_auth_set_conf()
/external/wpa_supplicant_8/src/eapol_supp/
Deapol_supp_sm.h17 typedef enum { Auto, ForceUnauthorized, ForceAuthorized } PortControl; enumerator
Deapol_supp_sm.c352 sm->sPortMode = ForceAuthorized; in SM_STATE()
374 else if ((sm->portControl == ForceAuthorized) && in SM_STEP()
1093 case ForceAuthorized: in eapol_port_control()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.c323 eapol_sm_notify_portControl(wpa_s->eapol, ForceAuthorized); in wpa_supplicant_initiate_eapol()
335 eapol_sm_notify_portControl(wpa_s->eapol, ForceAuthorized); in wpa_supplicant_initiate_eapol()