Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/eap_server/
Deap.h261 unsigned int max_auth_rounds; member
Deap_server.c1176 else if (sm->num_rounds > sm->cfg->max_auth_rounds) { in SM_STEP()
1177 if (sm->num_rounds == sm->cfg->max_auth_rounds + 1) { in SM_STEP()
1180 sm->cfg->max_auth_rounds); in SM_STEP()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dieee802_1x.c436 eap_cfg->max_auth_rounds = 100; in ieee802_1x_init()