]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - wpa_supplicant/config.h
P2P: Add VHT parameter to P2P operations
[thirdparty/hostap.git] / wpa_supplicant / config.h
index 3400888800cb8032e104aac4943469b7eff8f879..8cbeb62862b3720fc74ba569a7b687884e8b2ec0 100644 (file)
@@ -827,6 +827,16 @@ struct wpa_config {
         */
        int p2p_go_ht40;
 
+       /**
+        * p2p_go_vht - Default mode for VHT enable when operating as GO
+        *
+        * This will take effect for p2p_group_add, p2p_connect, and p2p_invite.
+        * Note that regulatory constraints and driver capabilities are
+        * consulted anyway, so setting it to 1 can't do real harm.
+        * By default: 0 (disabled)
+        */
+       int p2p_go_vht;
+
        /**
         * p2p_disabled - Whether P2P operations are disabled for this interface
         */