Add MGMT_RX_PROCESS test command for wpa_supplicant
[mech_eap.git] / wpa_supplicant / config_ssid.h
index eb7b87b..c2af91d 100644 (file)
@@ -361,10 +361,14 @@ struct wpa_ssid {
 
        /**
         * pbss - Whether to use PBSS. Relevant to DMG networks only.
+        * 0 = do not use PBSS
+        * 1 = use PBSS
+        * 2 = don't care (not allowed in AP mode)
         * 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.
+        * means connect to a PCP instead of AP. In this mode you can also
+        * specify 2 (don't care) meaning connect to either AP or PCP.
+        * P2P_GO and P2P_GROUP_FORMATION modes must use PBSS in DMG network.
         */
        int pbss;