Searched refs:max_auth_rounds (Results 1 – 3 of 3) sorted by relevance
261 unsigned int max_auth_rounds; member
1176 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()
436 eap_cfg->max_auth_rounds = 100; in ieee802_1x_init()