Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap.h260 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dauthsrv.c191 cfg->max_auth_rounds_short = hapd->conf->max_auth_rounds_short; in authsrv_eap_config()
H A Dap_config.h423 unsigned int max_auth_rounds_short; member
H A Dap_config.c149 bss->max_auth_rounds_short = 50; in hostapd_config_defaults_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c2634 } else if (os_strcmp(buf, "max_auth_rounds_short") == 0) { in hostapd_config_fill()
2635 bss->max_auth_rounds_short = atoi(pos); in hostapd_config_fill()

Completed in 19 milliseconds