Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eap_server/
H A Deap.h268 unsigned int max_auth_rounds_short; member
H A Deap_server.c1180 } else if (sm->num_rounds_short > sm->cfg->max_auth_rounds_short) { in SM_STEP()
1182 sm->cfg->max_auth_rounds_short + 1) { in SM_STEP()
1185 sm->cfg->max_auth_rounds_short); in SM_STEP()
/freebsd/contrib/wpa/src/ap/
H A Dauthsrv.c211 cfg->max_auth_rounds_short = hapd->conf->max_auth_rounds_short; in authsrv_eap_config()
H A Dap_config.h432 unsigned int max_auth_rounds_short; member
H A Dap_config.c152 bss->max_auth_rounds_short = 50; in hostapd_config_defaults_bss()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c2662 bss->max_auth_rounds_short = atoi(pos); in hostapd_config_fill()
H A DChangeLog59 * added configuration (max_auth_rounds, max_auth_rounds_short) to