Home | History | Annotate | Download | only in hostapd

Lines Matching defs:num_methods

203 	int line = 0, ret = 0, num_methods;
294 num_methods = 0;
300 user->methods[num_methods].method =
303 &user->methods[num_methods].vendor);
304 if (user->methods[num_methods].vendor ==
306 user->methods[num_methods].method == EAP_TYPE_NONE)
332 num_methods++;
333 if (num_methods >= EAP_USER_MAX_METHODS)
340 if (num_methods == 0 && user->ttls_auth == 0) {