Home
last modified time | relevance | path

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

/freebsd-head/contrib/wpa/src/ap/
HDneighbor_db.c19 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()
[all …]
HDrrm.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()
569 struct hostapd_neighbor_entry *nr; in hostapd_send_range_req()
HDneighbor_db.h13 struct hostapd_neighbor_entry *
HDhostapd.h149 struct hostapd_neighbor_entry { struct
HDieee802_11.c7296 struct hostapd_neighbor_entry *nr; in hostapd_eid_nr_db_len()
7299 dl_list_for_each(nr, &hapd->nr_db, struct hostapd_neighbor_entry, in hostapd_eid_nr_db_len()
7599 struct hostapd_neighbor_entry *nr; in hostapd_eid_nr_db()
7603 dl_list_for_each(nr, &hapd->nr_db, struct hostapd_neighbor_entry, in hostapd_eid_nr_db()