Home
last modified time | relevance | path

Searched refs:hostapd_neighbor_show (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dneighbor_db.h16 int hostapd_neighbor_show(struct hostapd_data *hapd, char *buf, size_t buflen);
Dneighbor_db.c37 int hostapd_neighbor_show(struct hostapd_data *hapd, char *buf, size_t buflen) in hostapd_neighbor_show() function
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c3080 return hostapd_neighbor_show(hapd, buf, buflen); in hostapd_ctrl_iface_show_neighbor()