Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/src/ap/
H A Dneighbor_db.c24 dl_list_for_each(nr, &hapd->nr_db, struct hostapd_neighbor_entry, in hostapd_neighbor_get()
60 dl_list_add(&hapd->nr_db, &nr->list); in hostapd_neighbor_add()
131 dl_list_for_each_safe(nr, prev, &hapd->nr_db, in hostapd_free_neighbor_db()
H A Dhostapd.h352 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 Dhostapd.c2233 dl_list_init(&hapd->nr_db); in hostapd_alloc_bss_data()