Searched refs:num_rounds (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_i.h368 int num_rounds; member in struct:eap_sm
H A Deap.c262 sm->num_rounds = 0;
278 sm->num_rounds = 0;
311 sm->num_rounds++;
1328 else if (sm->num_rounds > EAP_MAX_AUTH_ROUNDS) {
1337 if (sm->num_rounds == EAP_MAX_AUTH_ROUNDS + 1) {
1341 sm->num_rounds++;
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_i.h176 int num_rounds; member in struct:eap_sm
H A Deap_server.c217 sm->num_rounds = 0;
267 sm->num_rounds = 0;
338 sm->num_rounds++;
1163 else if (sm->num_rounds > EAP_MAX_AUTH_ROUNDS) {
1164 if (sm->num_rounds == EAP_MAX_AUTH_ROUNDS + 1) {
1168 sm->num_rounds++;

Completed in 114 milliseconds