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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h439 unsigned int nai_realm_count; member in struct:hostapd_bss_config
H A Dgas_serv.c323 for (j = 0; j < hapd->conf->nai_realm_count &&
386 wpabuf_put_le16(buf, hapd->conf->nai_realm_count);
387 for (i = 0; i < hapd->conf->nai_realm_count; i++) {
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h439 unsigned int nai_realm_count; member in struct:hostapd_bss_config
H A Dgas_serv.c323 for (j = 0; j < hapd->conf->nai_realm_count &&
386 wpabuf_put_le16(buf, hapd->conf->nai_realm_count);
387 for (i = 0; i < hapd->conf->nai_realm_count; i++) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h439 unsigned int nai_realm_count; member in struct:hostapd_bss_config
H A Dgas_serv.c323 for (j = 0; j < hapd->conf->nai_realm_count &&
386 wpabuf_put_le16(buf, hapd->conf->nai_realm_count);
387 for (i = 0; i < hapd->conf->nai_realm_count; i++) {
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c1420 offsets = os_calloc(bss->nai_realm_count * MAX_NAI_REALMS,
1425 for (i = 0; i < bss->nai_realm_count; i++) {
1434 realm = os_realloc_array(bss->nai_realm_data, bss->nai_realm_count + 1,
1443 for (i = 0; i < bss->nai_realm_count; i++) {
1455 realm = &bss->nai_realm_data[bss->nai_realm_count];
1544 bss->nai_realm_count++;

Completed in 112 milliseconds