]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/drivers/driver.h
wpa_supplicant: Add HE override support
[thirdparty/hostap.git] / src / drivers / driver.h
index bc4f0ef95ca4e54e1ab4657f4b5c528d146c9250..6ffa7fece1468ef96cf1041cddbfd941e8cf1d71 100644 (file)
@@ -1096,6 +1096,13 @@ struct wpa_driver_associate_params {
        const struct ieee80211_vht_capabilities *vhtcaps_mask;
 #endif /* CONFIG_VHT_OVERRIDES */
 
+#ifdef CONFIG_HE_OVERRIDES
+       /**
+        * disable_he - Disable HE for this connection
+        */
+       int disable_he;
+#endif /* CONFIG_HE_OVERRIDES */
+
        /**
         * req_key_mgmt_offload - Request key management offload for connection
         *