Home
last modified time | relevance | path

Searched refs:ForceUnauthorized (Results 1 - 11 of 11) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/
H A Deapol_auth_sm_i.h17 typedef enum { ForceUnauthorized = 1, ForceAuthorized = 3, Auto = 2 } enumerator
H A Deapol_auth_dump.c19 case ForceUnauthorized: return "ForceUnauthorized"; in port_type_txt()
H A Deapol_auth_sm.c374 sm->portMode = ForceUnauthorized; in SM_STATE()
389 else if (sm->portControl == ForceUnauthorized && in SM_STEP()
1136 else if (os_strcmp(value, "ForceUnauthorized") == 0) in eapol_auth_set_conf()
1137 sm->portControl = ForceUnauthorized; in eapol_auth_set_conf()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_auth/
H A Deapol_auth_sm_i.h17 typedef enum { ForceUnauthorized = 1, ForceAuthorized = 3, Auto = 2 } enumerator
H A Deapol_auth_dump.c19 case ForceUnauthorized: return "ForceUnauthorized"; in port_type_txt()
H A Deapol_auth_sm.c375 sm->portMode = ForceUnauthorized; in SM_STATE()
390 else if (sm->portControl == ForceUnauthorized && in SM_STEP()
1121 else if (os_strcmp(value, "ForceUnauthorized") == 0) in eapol_auth_set_conf()
1122 sm->portControl = ForceUnauthorized; in eapol_auth_set_conf()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
H A Deapol_supp_sm.h17 typedef enum { Auto, ForceUnauthorized, ForceAuthorized } PortControl; enumerator
H A Deapol_supp_sm.c346 sm->sPortMode = ForceUnauthorized; in SM_STATE()
364 else if ((sm->portControl == ForceUnauthorized) && in SM_STEP()
1075 case ForceUnauthorized: in eapol_port_control()
1076 return "ForceUnauthorized"; in eapol_port_control()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/
H A Deapol_supp_sm.h17 typedef enum { Auto, ForceUnauthorized, ForceAuthorized } PortControl; enumerator
H A Deapol_supp_sm.c369 sm->sPortMode = ForceUnauthorized; in SM_STATE()
387 else if ((sm->portControl == ForceUnauthorized) && in SM_STEP()
1100 case ForceUnauthorized: in eapol_port_control()
1101 return "ForceUnauthorized"; in eapol_port_control()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dctrl_iface.c555 else if (os_strcmp(value, "ForceUnauthorized") == 0) in wpa_supplicant_ctrl_iface_set()
557 ForceUnauthorized); in wpa_supplicant_ctrl_iface_set()

Completed in 25 milliseconds