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

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dgas_serv.c416 wpabuf_put_u8(buf, 2 + (3 * eap->num_auths));
418 wpabuf_put_u8(buf, eap->num_auths);
419 for (j = 0; j < eap->num_auths; j++) {
H A Dap_config.h230 u8 num_auths; member in struct:hostapd_nai_realm_data::hostapd_nai_realm_eap
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dconfig_file.c1628 if (eap->num_auths >= MAX_NAI_AUTH_TYPES) {
1632 eap->auth_id[eap->num_auths] = atoi(pos);
1637 eap->auth_val[eap->num_auths] = atoi(pos);
1642 eap->num_auths++;

Completed in 113 milliseconds