Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dneighbor_db.c17 struct hostapd_neighbor_entry *
21 struct hostapd_neighbor_entry *nr; in hostapd_neighbor_get()
23 dl_list_for_each(nr, &hapd->nr_db, struct hostapd_neighbor_entry, in hostapd_neighbor_get()
36 static void hostapd_neighbor_clear_entry(struct hostapd_neighbor_entry *nr) in hostapd_neighbor_clear_entry()
50 static struct hostapd_neighbor_entry *
53 struct hostapd_neighbor_entry *nr; in hostapd_neighbor_add()
55 nr = os_zalloc(sizeof(struct hostapd_neighbor_entry)); in hostapd_neighbor_add()
70 struct hostapd_neighbor_entry *entry; in hostapd_neighbor_set()
112 struct hostapd_neighbor_entry *nr; in hostapd_neighbor_remove()
128 struct hostapd_neighbor_entry *nr, *prev; in hostpad_free_neighbor_db()
[all …]
Drrm.c156 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()
Dneighbor_db.h13 struct hostapd_neighbor_entry *
Dhostapd.h106 struct hostapd_neighbor_entry { struct