Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap.h201 enum eap_teap_id { enum
208 } eap_teap_id; member
Deap_server_teap.c557 switch (sm->cfg->eap_teap_id) { in eap_teap_build_phase2_req()
1022 if (sm->cfg->eap_teap_id == EAP_TEAP_ID_REQUIRE_USER && in eap_teap_valid_id_type()
1025 if (sm->cfg->eap_teap_id == EAP_TEAP_ID_REQUIRE_MACHINE && in eap_teap_valid_id_type()
1028 if (sm->cfg->eap_teap_id == EAP_TEAP_ID_REQUIRE_USER_AND_MACHINE && in eap_teap_valid_id_type()
1031 if (sm->cfg->eap_teap_id != EAP_TEAP_ID_ALLOW_ANY && in eap_teap_valid_id_type()
1158 (sm->cfg->eap_teap_id != in eap_teap_process_phase2_response()
1322 if (sm->cfg->eap_teap_id != EAP_TEAP_ID_REQUIRE_USER_AND_MACHINE || in eap_teap_process_basic_auth_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dauthsrv.c209 cfg->eap_teap_id = hapd->conf->eap_teap_id; in authsrv_eap_config()
Dap_config.h439 int eap_teap_id; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c2626 bss->eap_teap_id = atoi(pos); in hostapd_config_fill()