Home
last modified time | relevance | path

Searched refs:anqp_element (Results 1 – 4 of 4) sorted by relevance

/src/contrib/wpa/src/ap/
H A Dgas_serv.c195 static struct anqp_element * get_anqp_elem(struct hostapd_data *hapd, in get_anqp_elem()
198 struct anqp_element *elem; in get_anqp_elem()
200 dl_list_for_each(elem, &hapd->conf->anqp_elem, struct anqp_element, in get_anqp_elem()
213 struct anqp_element *elem; in anqp_add_elem()
962 struct anqp_element *elem = get_anqp_elem(hapd, infoid[i]); in anqp_get_required_len()
H A Dap_config.c740 struct anqp_element *elem; in hostapd_config_free_anqp_elem()
742 while ((elem = dl_list_first(&conf->anqp_elem, struct anqp_element, in hostapd_config_free_anqp_elem()
H A Dap_config.h243 struct anqp_element { struct
/src/contrib/wpa/hostapd/
H A Dconfig_file.c1640 struct anqp_element *elem; in parse_anqp_elem()
1659 dl_list_for_each(elem, &bss->anqp_elem, struct anqp_element, list) { in parse_anqp_elem()