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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h451 unsigned int nai_realm_count; member in struct:hostapd_bss_config
H A Dgas_serv.c335 for (j = 0; j < hapd->conf->nai_realm_count &&
398 wpabuf_put_le16(buf, hapd->conf->nai_realm_count);
399 for (i = 0; i < hapd->conf->nai_realm_count; i++) {
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h451 unsigned int nai_realm_count; member in struct:hostapd_bss_config
H A Dgas_serv.c335 for (j = 0; j < hapd->conf->nai_realm_count &&
398 wpabuf_put_le16(buf, hapd->conf->nai_realm_count);
399 for (i = 0; i < hapd->conf->nai_realm_count; i++) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h451 unsigned int nai_realm_count; member in struct:hostapd_bss_config
H A Dgas_serv.c335 for (j = 0; j < hapd->conf->nai_realm_count &&
398 wpabuf_put_le16(buf, hapd->conf->nai_realm_count);
399 for (i = 0; i < hapd->conf->nai_realm_count; i++) {
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c1332 offsets = os_calloc(bss->nai_realm_count * MAX_NAI_REALMS,
1337 for (i = 0; i < bss->nai_realm_count; i++) {
1346 realm = os_realloc_array(bss->nai_realm_data, bss->nai_realm_count + 1,
1355 for (i = 0; i < bss->nai_realm_count; i++) {
1367 realm = &bss->nai_realm_data[bss->nai_realm_count];
1456 bss->nai_realm_count++;

Completed in 95 milliseconds