Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dneighbor_db.c18 struct hostapd_neighbor_entry *
22 struct hostapd_neighbor_entry *nr; in hostapd_neighbor_get()
24 dl_list_for_each(nr, &hapd->nr_db, struct hostapd_neighbor_entry, in hostapd_neighbor_get()
39 struct hostapd_neighbor_entry *nr; in hostapd_neighbor_show()
45 dl_list_for_each(nr, &hapd->nr_db, struct hostapd_neighbor_entry, in hostapd_neighbor_show()
91 static void hostapd_neighbor_clear_entry(struct hostapd_neighbor_entry *nr) in hostapd_neighbor_clear_entry()
105 static struct hostapd_neighbor_entry *
108 struct hostapd_neighbor_entry *nr; in hostapd_neighbor_add()
110 nr = os_zalloc(sizeof(struct hostapd_neighbor_entry)); in hostapd_neighbor_add()
125 struct hostapd_neighbor_entry *entry; in hostapd_neighbor_set()
[all …]
Drrm.c156 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()
519 struct hostapd_neighbor_entry *nr; in hostapd_send_range_req()
Dneighbor_db.h13 struct hostapd_neighbor_entry *
Dhostapd.h131 struct hostapd_neighbor_entry { struct