Searched refs:hostapd_neighbor_entry (Results 1 – 4 of 4) sorted by relevance
18 struct hostapd_neighbor_entry *22 struct hostapd_neighbor_entry *nr; in hostapd_neighbor_get()24 dl_list_for_each(nr, &hapd->nr_db, struct hostapd_neighbor_entry, in hostapd_neighbor_get()37 static void hostapd_neighbor_clear_entry(struct hostapd_neighbor_entry *nr) in hostapd_neighbor_clear_entry()51 static struct hostapd_neighbor_entry *54 struct hostapd_neighbor_entry *nr; in hostapd_neighbor_add()56 nr = os_zalloc(sizeof(struct hostapd_neighbor_entry)); in hostapd_neighbor_add()71 struct hostapd_neighbor_entry *entry; in hostapd_neighbor_set()113 struct hostapd_neighbor_entry *nr; in hostapd_neighbor_remove()129 struct hostapd_neighbor_entry *nr, *prev; in hostapd_free_neighbor_db()[all …]
156 static int hostapd_check_lci_age(struct hostapd_neighbor_entry *nr, u16 max_age) in hostapd_check_lci_age()184 struct hostapd_neighbor_entry *nr, in hostapd_neighbor_report_len()204 struct hostapd_neighbor_entry *nr; in hostapd_send_nei_report_resp()221 dl_list_for_each(nr, &hapd->nr_db, struct hostapd_neighbor_entry, in hostapd_send_nei_report_resp()519 struct hostapd_neighbor_entry *nr; in hostapd_send_range_req()
13 struct hostapd_neighbor_entry *
118 struct hostapd_neighbor_entry { struct