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

/freebsd-10-stable/contrib/wpa/wpa_supplicant/
H A Dinterworking.c293 u8 elen, auth_count, a; local
308 auth_count = *pos++;
309 wpa_printf(MSG_DEBUG, "EAP Method: len=%u method=%u auth_count=%u",
310 elen, e->method, auth_count);
312 for (a = 0; a < auth_count; a++) {

Completed in 42 milliseconds