Searched refs:nr_db (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A 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()
|
H A D | hostapd.h | 403 struct dl_list nr_db; member
|
H A D | rrm.c | 221 dl_list_for_each(nr, &hapd->nr_db, struct hostapd_neighbor_entry, in hostapd_send_nei_report_resp()
|
H A D | ieee802_11.c | 7299 dl_list_for_each(nr, &hapd->nr_db, struct hostapd_neighbor_entry, in hostapd_eid_nr_db_len() 7603 dl_list_for_each(nr, &hapd->nr_db, struct hostapd_neighbor_entry, in hostapd_eid_nr_db()
|
H A D | hostapd.c | 2903 dl_list_init(&hapd->nr_db); in hostapd_alloc_bss_data()
|