Searched refs:nr_db (Results 1 – 5 of 5) sorted by relevance
/hostap-latest/src/ap/ |
D | neighbor_db.c | 25 dl_list_for_each(nr, &hapd->nr_db, struct hostapd_neighbor_entry, in hostapd_neighbor_get() 46 dl_list_for_each(nr, &hapd->nr_db, struct hostapd_neighbor_entry, in hostapd_neighbor_show() 118 dl_list_add(&hapd->nr_db, &nr->list); in hostapd_neighbor_add() 198 dl_list_for_each_safe(nr, prev, &hapd->nr_db, in hostapd_free_neighbor_db() 342 dl_list_for_each(nr, &hapd->nr_db, struct hostapd_neighbor_entry, in hostapd_neighbor_get_diff_short_ssid()
|
D | hostapd.h | 410 struct dl_list nr_db; member
|
D | rrm.c | 221 dl_list_for_each(nr, &hapd->nr_db, struct hostapd_neighbor_entry, in hostapd_send_nei_report_resp()
|
D | ieee802_11.c | 7308 dl_list_for_each(nr, &hapd->nr_db, struct hostapd_neighbor_entry, in hostapd_eid_nr_db_len() 7612 dl_list_for_each(nr, &hapd->nr_db, struct hostapd_neighbor_entry, in hostapd_eid_nr_db()
|
D | hostapd.c | 2896 dl_list_init(&hapd->nr_db); in hostapd_alloc_bss_data()
|