Searched refs:anqp_element (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | gas_serv.c | 195 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()
|
D | ap_config.c | 687 struct anqp_element *elem; in hostapd_config_free_anqp_elem() 689 while ((elem = dl_list_first(&conf->anqp_elem, struct anqp_element, in hostapd_config_free_anqp_elem()
|
D | ap_config.h | 236 struct anqp_element { struct
|
/external/wpa_supplicant_8/hostapd/ |
D | config_file.c | 1605 struct anqp_element *elem; in parse_anqp_elem() 1624 dl_list_for_each(elem, &bss->anqp_elem, struct anqp_element, list) { in parse_anqp_elem()
|