]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - wpa_supplicant/bss.h
RRM: Enable beacon report with active/passive scan for all drivers
[thirdparty/hostap.git] / wpa_supplicant / bss.h
index 97ab0707e3c4fb6e678da495d16393bfd7a1a686..84505fa7caa9bfc5d1d899703ac2616f31d94023 100644 (file)
@@ -168,4 +168,8 @@ static inline void wpa_bss_update_level(struct wpa_bss *bss, int new_level)
                bss->level = new_level;
 }
 
+void calculate_update_time(const struct os_reltime *fetch_time,
+                          unsigned int age_ms,
+                          struct os_reltime *update_time);
+
 #endif /* BSS_H */