Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/wpa/src/ap/
HDgas_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()
HDieee802_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()
HDap_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()
HDap_config.h698 struct dl_list fils_realms; /* list of struct fils_realm */ member
/freebsd-11-stable/contrib/wpa/hostapd/
HDconfig_file.c2192 dl_list_add_tail(&bss->fils_realms, &realm->list); in parse_fils_realm()