wext: Fix deauthentication to do IW_MLME_DEAUTH prior to disconnect
[wpasupplicant] / wpa_supplicant / config.h
index 9cb0066..4484e91 100644 (file)
@@ -154,7 +154,7 @@ struct wpa_config {
         * ctrl_interface_group - Control interface group (DEPRECATED)
         *
         * This variable is only used for backwards compatibility. Group for
-        * UNIX domain sockets should now be specified using GROUP=<group> in
+        * UNIX domain sockets should now be specified using GROUP=group in
         * ctrl_interface variable.
         */
        char *ctrl_interface_group;
@@ -286,7 +286,7 @@ struct wpa_config {
 
        /**
         * device_type - Primary Device Type (WPS)
-        * Used format: <categ>-<OUI>-<subcateg>
+        * Used format: categ-OUI-subcateg
         * categ = Category as an integer value
         * OUI = OUI and type octet as a 4-octet hex-encoded value;
         *      0050F204 for default WPS OUI
@@ -312,6 +312,17 @@ struct wpa_config {
         * in
         */
        char country[2];
+
+       /**
+        * wps_cred_processing - Credential processing
+        *
+        *   0 = process received credentials internally
+        *   1 = do not process received credentials; just pass them over
+        *      ctrl_iface to external program(s)
+        *   2 = process received credentials internally and pass them over
+        *      ctrl_iface to external program(s)
+        */
+       int wps_cred_processing;
 };