Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dauthsrv.c191 cfg->max_auth_rounds_short = hapd->conf->max_auth_rounds_short; in authsrv_eap_config()
Dap_config.h420 unsigned int max_auth_rounds_short; member
Dap_config.c149 bss->max_auth_rounds_short = 50; in hostapd_config_defaults_bss()
/external/wpa_supplicant_8/src/eap_server/
Deap.h260 unsigned int max_auth_rounds_short; member
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()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2527 bss->max_auth_rounds_short = atoi(pos);