Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap.h259 unsigned int max_auth_rounds; member
H A 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dauthsrv.c190 cfg->max_auth_rounds = hapd->conf->max_auth_rounds; in authsrv_eap_config()
H A Dap_config.h422 unsigned int max_auth_rounds; member
H A Dap_config.c148 bss->max_auth_rounds = 100; in hostapd_config_defaults_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c2632 } else if (os_strcmp(buf, "max_auth_rounds") == 0) { in hostapd_config_fill()
2633 bss->max_auth_rounds = atoi(pos); in hostapd_config_fill()

Completed in 13 milliseconds