Home
last modified time | relevance | path

Searched refs:num_rounds_short (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/eap_server/
H A Deap_server.c217 sm->num_rounds_short = 0; in SM_STATE()
268 sm->num_rounds_short = 0; in SM_STATE()
341 sm->num_rounds_short++; in SM_STATE()
343 sm->num_rounds_short = 0; in SM_STATE()
362 sm->num_rounds_short = 0; in SM_STATE()
1180 } else if (sm->num_rounds_short > sm->cfg->max_auth_rounds_short) { in SM_STEP()
1181 if (sm->num_rounds_short == in SM_STEP()
1186 sm->num_rounds_short++; in SM_STEP()
H A Deap_i.h175 unsigned int num_rounds_short; member
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_i.h374 int num_rounds_short; member
H A Deap.c264 sm->num_rounds_short = 0; in SM_STATE()
283 sm->num_rounds_short = 0; in SM_STATE()
318 sm->num_rounds_short++; in SM_STATE()
320 sm->num_rounds_short = 0; in SM_STATE()
963 sm->num_rounds_short = 0; in SM_STATE()
1370 } else if (sm->num_rounds_short > EAP_MAX_AUTH_ROUNDS_SHORT) { in SM_STEP()
1371 if (sm->num_rounds_short == EAP_MAX_AUTH_ROUNDS_SHORT + 1) { in SM_STEP()
1375 sm->num_rounds_short++; in SM_STEP()