Searched refs:fils_realms (Results 1 – 10 of 10) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | gas_serv.c | 289 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()
|
D | ieee802_11_shared.c | 887 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()
|
D | ap_config.c | 121 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()
|
D | ap_config.h | 698 struct dl_list fils_realms; /* list of struct fils_realm */ member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | gas_serv.c | 289 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()
|
D | ieee802_11_shared.c | 932 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()
|
D | ap_config.c | 130 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()
|
D | ap_config.h | 730 struct dl_list fils_realms; /* list of struct fils_realm */ member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | ap_config_file.c | 2192 dl_list_add_tail(&bss->fils_realms, &realm->list); in parse_fils_realm()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | ap_config_file.c | 2116 dl_list_add_tail(&bss->fils_realms, &realm->list); in parse_fils_realm()
|