Home
last modified time | relevance | path

Searched refs:fils_realms (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dgas_serv.c289 if (!dl_list_empty(&hapd->conf->fils_realms) || in anqp_add_capab_list()
616 count = dl_list_len(&hapd->conf->fils_realms); in anqp_add_fils_realm_info()
625 dl_list_for_each(realm, &hapd->conf->fils_realms, in anqp_add_fils_realm_info()
991 len += 2 * dl_list_len(&hapd->conf->fils_realms); in gas_serv_build_gas_resp_payload()
1178 !dl_list_empty(&hapd->conf->fils_realms)) { in rx_anqp_query_list_id()
Dieee802_11_shared.c887 realms = dl_list_len(&hapd->conf->fils_realms); in hostapd_eid_fils_indic()
922 dl_list_for_each(realm, &hapd->conf->fils_realms, struct fils_realm, in hostapd_eid_fils_indic()
Dap_config.c118 dl_list_init(&bss->fils_realms); in hostapd_config_defaults_bss()
537 while ((realm = dl_list_first(&conf->fils_realms, struct fils_realm, in hostapd_config_free_fils_realms()
Dap_config.h677 struct dl_list fils_realms; /* list of struct fils_realm */ member
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2269 dl_list_add_tail(&bss->fils_realms, &realm->list); in parse_fils_realm()