Searched refs:hostapd_neighbor_entry (Results 1 – 5 of 5) sorted by relevance
/hostap-latest/src/ap/ |
D | neighbor_db.c | 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() [all …]
|
D | rrm.c | 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() 569 struct hostapd_neighbor_entry *nr; in hostapd_send_range_req()
|
D | neighbor_db.h | 13 struct hostapd_neighbor_entry *
|
D | hostapd.h | 149 struct hostapd_neighbor_entry { struct
|
D | ieee802_11.c | 7305 struct hostapd_neighbor_entry *nr; in hostapd_eid_nr_db_len() 7308 dl_list_for_each(nr, &hapd->nr_db, struct hostapd_neighbor_entry, in hostapd_eid_nr_db_len() 7608 struct hostapd_neighbor_entry *nr; in hostapd_eid_nr_db() 7612 dl_list_for_each(nr, &hapd->nr_db, struct hostapd_neighbor_entry, in hostapd_eid_nr_db()
|