Searched refs:eap_teap_auth (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/radius/
H A Dradius_server.h131 int eap_teap_auth; member in struct:radius_server_conf
H A Dradius_server.c241 int eap_teap_auth; member in struct:radius_server_data
800 eap_conf.eap_teap_auth = data->eap_teap_auth;
2395 data->eap_teap_auth = conf->eap_teap_auth;
/freebsd-13-stable/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.h39 int eap_teap_auth; member in struct:eapol_auth_config
H A Deapol_auth_sm.c838 eap_conf.eap_teap_auth = eapol->conf.eap_teap_auth;
1237 dst->eap_teap_auth = src->eap_teap_auth;
/freebsd-13-stable/contrib/wpa/src/eap_server/
H A Deap.h124 int eap_teap_auth; member in struct:eap_config
H A Deap_i.h193 int eap_teap_auth; member in struct:eap_sm
H A Deap_server_teap.c311 if (sm->eap_teap_auth == 1)
528 if (sm->eap_teap_auth == 1) {
1504 if (sm->eap_teap_auth != 1) {
1515 if (sm->eap_teap_auth == 1) {
1650 } else if (sm->eap_teap_auth == 1) {
1661 } else if (sm->eap_teap_auth == 1) {
H A Deap_server.c1872 sm->eap_teap_auth = conf->eap_teap_auth;
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dauthsrv.c123 srv.eap_teap_auth = conf->eap_teap_auth;
H A Dap_config.h430 int eap_teap_auth; member in struct:hostapd_bss_config
H A Dieee802_1x.c2437 conf.eap_teap_auth = hapd->conf->eap_teap_auth;
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dconfig_file.c2611 } else if (os_strcmp(buf, "eap_teap_auth") == 0) {
2616 "Line %d: Invalid eap_teap_auth value",
2620 bss->eap_teap_auth = val;

Completed in 219 milliseconds