Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/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.c121 dl_list_init(&bss->fils_realms); in hostapd_config_defaults_bss()
625 while ((realm = dl_list_first(&conf->fils_realms, struct fils_realm, in hostapd_config_free_fils_realms()
Dap_config.h698 struct dl_list fils_realms; /* list of struct fils_realm */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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.c932 realms = dl_list_len(&hapd->conf->fils_realms); in hostapd_eid_fils_indic()
967 dl_list_for_each(realm, &hapd->conf->fils_realms, struct fils_realm, in hostapd_eid_fils_indic()
Dap_config.c130 dl_list_init(&bss->fils_realms); in hostapd_config_defaults_bss()
707 while ((realm = dl_list_first(&conf->fils_realms, struct fils_realm, in hostapd_config_free_fils_realms()
Dap_config.h730 struct dl_list fils_realms; /* list of struct fils_realm */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c2192 dl_list_add_tail(&bss->fils_realms, &realm->list); in parse_fils_realm()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c2116 dl_list_add_tail(&bss->fils_realms, &realm->list); in parse_fils_realm()