Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/wpa/dist/src/ap/
Dauthsrv.c210 cfg->max_auth_rounds = hapd->conf->max_auth_rounds; in authsrv_eap_config()
Dap_config.h431 unsigned int max_auth_rounds; member
Dap_config.c151 bss->max_auth_rounds = 100; in hostapd_config_defaults_bss()
/netbsd/src/external/bsd/wpa/dist/src/eap_server/
Deap.h267 unsigned int max_auth_rounds; member
Deap_server.c1172 else if (sm->num_rounds > sm->cfg->max_auth_rounds) { in SM_STEP()
1173 if (sm->num_rounds == sm->cfg->max_auth_rounds + 1) { in SM_STEP()
1176 sm->cfg->max_auth_rounds); in SM_STEP()
/netbsd/src/external/bsd/wpa/dist/hostapd/
DChangeLog59 * added configuration (max_auth_rounds, max_auth_rounds_short) to
Dconfig_file.c2660 bss->max_auth_rounds = atoi(pos); in hostapd_config_fill()