Home
last modified time | relevance | path

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

/freebsd-head/contrib/wpa/src/eapol_auth/
HDeapol_auth_sm_i.h17 typedef enum { ForceUnauthorized = 1, ForceAuthorized = 3, Auto = 2 } enumerator
HDeapol_auth_dump.c19 case ForceUnauthorized: return "ForceUnauthorized"; in port_type_txt()
HDeapol_auth_sm.c386 sm->portMode = ForceUnauthorized; in SM_STATE()
401 else if (sm->portControl == ForceUnauthorized && in SM_STEP()
1134 sm->portControl = ForceUnauthorized; in eapol_auth_set_conf()
/freebsd-head/contrib/wpa/src/eapol_supp/
HDeapol_supp_sm.h17 typedef enum { Auto, ForceUnauthorized, ForceAuthorized } PortControl; enumerator
HDeapol_supp_sm.c360 sm->sPortMode = ForceUnauthorized; in SM_STATE()
378 else if ((sm->portControl == ForceUnauthorized) && in SM_STEP()
1091 case ForceUnauthorized: in eapol_port_control()
/freebsd-head/contrib/wpa/wpa_supplicant/
HDctrl_iface.c524 ForceUnauthorized); in wpa_supplicant_ctrl_iface_set()