Home
last modified time | relevance | path

Searched refs:ForceUnauthorized (Results 1 – 5 of 5) 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.c19 case ForceUnauthorized: return "ForceUnauthorized"; in port_type_txt()
Deapol_auth_sm.c374 sm->portMode = ForceUnauthorized; in SM_STATE()
389 else if (sm->portControl == ForceUnauthorized && in SM_STEP()
1133 sm->portControl = ForceUnauthorized; 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.c342 sm->sPortMode = ForceUnauthorized; in SM_STATE()
360 else if ((sm->portControl == ForceUnauthorized) && in SM_STEP()
1053 case ForceUnauthorized: in eapol_port_control()