Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dieee802_1x.c432 struct eap_config *eap_cfg; in ieee802_1x_init() local
435 eap_cfg = os_zalloc(sizeof(struct eap_config)); in ieee802_1x_init()
436 eap_cfg->max_auth_rounds = 100; in ieee802_1x_init()
437 eap_cfg->max_auth_rounds_short = 50; in ieee802_1x_init()
439 eap_cfg->eap_server = 1; in ieee802_1x_init()
440 conf.eap_cfg = eap_cfg; in ieee802_1x_init()
/hal_espressif-latest/components/wpa_supplicant/src/eapol_auth/
Deapol_auth_sm.h18 const struct eap_config *eap_cfg; member
Deapol_auth_sm.c830 sm->eap = eap_server_sm_init(sm, &eapol_cb, eapol->conf.eap_cfg, in eapol_auth_alloc()
1172 dst->eap_cfg = src->eap_cfg; in eapol_auth_conf_clone()