Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dneighbor_db.c25 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 Dhostapd.h403 struct dl_list nr_db; member
H A Drrm.c221 dl_list_for_each(nr, &hapd->nr_db, struct hostapd_neighbor_entry, in hostapd_send_nei_report_resp()
H A Dieee802_11.c7299 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 Dhostapd.c2903 dl_list_init(&hapd->nr_db); in hostapd_alloc_bss_data()