]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - wpa_supplicant/config_ssid.h
wpa_supplicant: Basic support for PBSS/PCP
[thirdparty/hostap.git] / wpa_supplicant / config_ssid.h
index b296826bd53830ca01b24c108d333f91518b16af..eb7b87be3c25484a261e68f1f8256d17e0d8ff94 100644 (file)
@@ -359,6 +359,15 @@ struct wpa_ssid {
                WPAS_MODE_MESH = 5,
        } mode;
 
+       /**
+        * pbss - Whether to use PBSS. Relevant to DMG networks only.
+        * Used together with mode configuration. When mode is AP, it
+        * means to start a PCP instead of a regular AP. When mode is INFRA it
+        * means connect to a PCP instead of AP. P2P_GO and P2P_GROUP_FORMATION
+        * modes must use PBSS in DMG network.
+        */
+       int pbss;
+
        /**
         * disabled - Whether this network is currently disabled
         *