Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dauthsrv.c191 cfg->max_auth_rounds_short = hapd->conf->max_auth_rounds_short; in authsrv_eap_config()
Dap_config.h423 unsigned int max_auth_rounds_short; member
Dap_config.c149 bss->max_auth_rounds_short = 50; in hostapd_config_defaults_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c2549 bss->max_auth_rounds_short = atoi(pos); in hostapd_config_fill()
DChangeLog22 * added configuration (max_auth_rounds, max_auth_rounds_short) to