Add wpa_bss_get_max_rate() to match with old scan_res helpers
[mech_eap.git] / wpa_supplicant / bss.h
index e861e8a..8eaeb58 100644 (file)
@@ -79,5 +79,6 @@ const u8 * wpa_bss_get_ie(const struct wpa_bss *bss, u8 ie);
 const u8 * wpa_bss_get_vendor_ie(const struct wpa_bss *bss, u32 vendor_type);
 struct wpabuf * wpa_bss_get_vendor_ie_multi(const struct wpa_bss *bss,
                                            u32 vendor_type);
+int wpa_bss_get_max_rate(const struct wpa_bss *bss);
 
 #endif /* BSS_H */