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

/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.h203 * num_domain - Number of FQDNs in the domain array
205 size_t num_domain; member in struct:wpa_cred
H A Dconfig.c2259 for (i = 0; i < cred->num_domain; i++)
3012 cred->num_domain + 1,
3018 new_domain[cred->num_domain++] = val;
3319 if (!cred->num_domain)
3328 for (i = 0; i < cred->num_domain; i++) {
H A Dconfig_file.c856 for (i = 0; i < cred->num_domain; i++)
H A Dinterworking.c2231 for (i = 0; i < cred->num_domain; i++) {
H A Dctrl_iface.c1964 for (i = 0; names && i < cred->num_domain; i++)
1970 if (i == cred->num_domain)
3315 for (i = 0; i < prev->num_domain; i++) {

Completed in 91 milliseconds