]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - wpa_supplicant/wpa_supplicant_i.h
Maintain internal copy of Probe Response offload capabilities
[thirdparty/hostap.git] / wpa_supplicant / wpa_supplicant_i.h
index 37237f0bd0351e49d05e8e544100d479d2977388..5469129f3e23b22eb803b86d391fd8d9bd2e7f69 100644 (file)
@@ -340,6 +340,13 @@ struct wpa_supplicant {
        int normal_scans; /* normal scans run before sched_scan */
 
        unsigned int drv_flags;
+
+       /*
+        * A bitmap of supported protocols for probe response offload. See
+        * struct wpa_driver_capa in driver.h
+        */
+       unsigned int probe_resp_offloads;
+
        int max_scan_ssids;
        int max_sched_scan_ssids;
        int sched_scan_supported;