aboutsummaryrefslogtreecommitdiff
path: root/src/ap/neighbor_db.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ap/neighbor_db.h')
-rw-r--r--src/ap/neighbor_db.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ap/neighbor_db.h b/src/ap/neighbor_db.h
index bed0a2f5fb7f..992671b62608 100644
--- a/src/ap/neighbor_db.h
+++ b/src/ap/neighbor_db.h
@@ -17,7 +17,8 @@ int hostapd_neighbor_show(struct hostapd_data *hapd, char *buf, size_t buflen);
int hostapd_neighbor_set(struct hostapd_data *hapd, const u8 *bssid,
const struct wpa_ssid_value *ssid,
const struct wpabuf *nr, const struct wpabuf *lci,
- const struct wpabuf *civic, int stationary);
+ const struct wpabuf *civic, int stationary,
+ u8 bss_parameters);
void hostapd_neighbor_set_own_report(struct hostapd_data *hapd);
int hostapd_neighbor_remove(struct hostapd_data *hapd, const u8 *bssid,
const struct wpa_ssid_value *ssid);