Searched refs:eap_cfg (Results 1 – 3 of 3) sorted by relevance
432 struct eap_config *eap_cfg; in ieee802_1x_init() local435 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()
18 const struct eap_config *eap_cfg; member
830 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()