Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/eap_server/
Deap.h262 unsigned int max_auth_rounds_short; member
Deap_server.c1184 } else if (sm->num_rounds_short > sm->cfg->max_auth_rounds_short) { in SM_STEP()
1186 sm->cfg->max_auth_rounds_short + 1) { in SM_STEP()
1189 sm->cfg->max_auth_rounds_short); in SM_STEP()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dieee802_1x.c437 eap_cfg->max_auth_rounds_short = 50; in ieee802_1x_init()