Home
last modified time | relevance | path

Searched refs:ForceUnauthorized (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/wpa/src/eapol_auth/
Deapol_auth_sm_i.h23 typedef enum { ForceUnauthorized = 1, ForceAuthorized = 3, Auto = 2 } enumerator
Deapol_auth_dump.c25 case ForceUnauthorized: return "ForceUnauthorized"; in port_type_txt()
Deapol_auth_sm.c366 sm->portMode = ForceUnauthorized; in SM_STATE()
381 else if (sm->portControl == ForceUnauthorized && in SM_STEP()
/freebsd-9-stable/contrib/wpa/src/eapol_supp/
Deapol_supp_sm.h21 typedef enum { Auto, ForceUnauthorized, ForceAuthorized } PortControl; enumerator
Deapol_supp_sm.c357 sm->sPortMode = ForceUnauthorized; in SM_STATE()
375 else if ((sm->portControl == ForceUnauthorized) && in SM_STEP()
994 case ForceUnauthorized: in eapol_port_control()