]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/ap/hostapd.h
Maintain internal copy of Probe Response offload capabilities
[thirdparty/hostap.git] / src / ap / hostapd.h
index b717b45b9d9ede43999c086cb9b8f3807cac6015..5b727685bfe9aa8d03ff165471d8895140595f28 100644 (file)
@@ -192,6 +192,13 @@ struct hostapd_iface {
        struct ap_info *ap_iter_list;
 
        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;
+
        struct hostapd_hw_modes *hw_features;
        int num_hw_features;
        struct hostapd_hw_modes *current_mode;