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.c361 sm->portMode = ForceUnauthorized; in SM_STATE()
376 else if (sm->portControl == ForceUnauthorized && in SM_STEP()
/external/wpa_supplicant_8/src/eapol_supp/
Deapol_supp_sm.h15 typedef enum { Auto, ForceUnauthorized, ForceAuthorized } PortControl; enumerator
Deapol_supp_sm.c324 sm->sPortMode = ForceUnauthorized; in SM_STATE()
342 else if ((sm->portControl == ForceUnauthorized) && in SM_STEP()
1023 case ForceUnauthorized: in eapol_port_control()