Lines Matching refs:hostapd_neighbor_entry
19 struct hostapd_neighbor_entry *
23 struct hostapd_neighbor_entry *nr; in hostapd_neighbor_get()
25 dl_list_for_each(nr, &hapd->nr_db, struct hostapd_neighbor_entry, in hostapd_neighbor_get()
40 struct hostapd_neighbor_entry *nr; in hostapd_neighbor_show()
46 dl_list_for_each(nr, &hapd->nr_db, struct hostapd_neighbor_entry, in hostapd_neighbor_show()
92 static void hostapd_neighbor_clear_entry(struct hostapd_neighbor_entry *nr) in hostapd_neighbor_clear_entry()
109 static struct hostapd_neighbor_entry *
112 struct hostapd_neighbor_entry *nr; in hostapd_neighbor_add()
114 nr = os_zalloc(sizeof(struct hostapd_neighbor_entry)); in hostapd_neighbor_add()
130 struct hostapd_neighbor_entry *entry; in hostapd_neighbor_set()
171 static void hostapd_neighbor_free(struct hostapd_neighbor_entry *nr) in hostapd_neighbor_free()
182 struct hostapd_neighbor_entry *nr; in hostapd_neighbor_remove()
196 struct hostapd_neighbor_entry *nr, *prev; in hostapd_free_neighbor_db()
199 struct hostapd_neighbor_entry, list) { in hostapd_free_neighbor_db()
337 static struct hostapd_neighbor_entry *
340 struct hostapd_neighbor_entry *nr; in hostapd_neighbor_get_diff_short_ssid()
342 dl_list_for_each(nr, &hapd->nr_db, struct hostapd_neighbor_entry, in hostapd_neighbor_get_diff_short_ssid()
354 struct hostapd_neighbor_entry *nr; in hostapd_neighbor_sync_own_report()