Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
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()
390 hapd->eap_cfg = authsrv_eap_config(hapd); in authsrv_init()
391 if (!hapd->eap_cfg) { in authsrv_init()
416 hapd->eap_cfg = NULL; in authsrv_deinit()
451 eap_server_config_free(hapd->eap_cfg); in authsrv_deinit()
452 hapd->eap_cfg = NULL; in authsrv_deinit()
Dhostapd.h223 struct eap_config *eap_cfg; member
Dieee802_1x.c2563 conf.eap_cfg = hapd->eap_cfg; in ieee802_1x_init()
/hostap-latest/src/radius/
Dradius_server.h105 struct eap_config *eap_cfg; member
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()
/hostap-latest/src/eapol_auth/
Deapol_auth_sm.h18 const struct eap_config *eap_cfg; member
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()