Home
last modified time | relevance | path

Searched refs:eap_cfg (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dauthsrv.c145 srv.eap_cfg = hapd->eap_cfg; in hostapd_setup_radius_srv()
267 if (!first->eap_cfg) { in authsrv_init()
280 hapd->eap_cfg = first->eap_cfg; in authsrv_init()
382 hapd->eap_cfg = authsrv_eap_config(hapd); in authsrv_init()
383 if (!hapd->eap_cfg) { in authsrv_init()
408 hapd->eap_cfg = NULL; in authsrv_deinit()
443 eap_server_config_free(hapd->eap_cfg); in authsrv_deinit()
444 hapd->eap_cfg = NULL; in authsrv_deinit()
H A Dhostapd.h216 struct eap_config *eap_cfg; member
H A Dieee802_1x.c2563 conf.eap_cfg = hapd->eap_cfg; in ieee802_1x_init()
/freebsd/contrib/wpa/src/radius/
H A Dradius_server.h105 struct eap_config *eap_cfg; member
H A Dradius_server.c228 const struct eap_config *eap_cfg; member
585 if (res != 0 && data->eap_cfg->erp) { in radius_server_get_new_session()
647 data->eap_cfg, &eap_sess); in radius_server_get_new_session()
2214 data->eap_cfg = conf->eap_cfg; in radius_server_init()
2220 conf->eap_cfg->backend_auth = true; in radius_server_init()
2221 conf->eap_cfg->eap_server = 1; in radius_server_init()
/freebsd/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.h18 const struct eap_config *eap_cfg; member
H A Deapol_auth_sm.c849 sm->eap = eap_server_sm_init(sm, &eapol_cb, eapol->conf.eap_cfg, in eapol_auth_alloc()
1187 dst->eap_cfg = src->eap_cfg; in eapol_auth_conf_clone()