wifi-manager: Added new macro in wifi_manager_disconnect_reason_e Enum. 51/158851/3
authorManeesh Jain <maneesh.jain@samsung.com>
Fri, 3 Nov 2017 10:50:13 +0000 (16:20 +0530)
committertaesub kim <taesub.kim@samsung.com>
Tue, 14 Nov 2017 05:02:39 +0000 (14:02 +0900)
Description: This patch is used to add macro "WIFI_REASON_LOCAL_GENERATE_FROM_USER" to sync with supplicant
disconnect reason.

Change-Id: I59e58df33d8a849eef0a7a798fa2d05ab15cb747
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
include/wifi-manager.h

index 2f5a3ef..0b0fa2d 100755 (executable)
@@ -403,6 +403,11 @@ typedef enum {
  */
 typedef enum {
        /**
+        * Locally Generate Disconnect from user side (Since 5.0)
+        */
+       WIFI_REASON_LOCAL_GENERATE_FROM_USER = -3,
+
+       /**
         * Unspecified reason
         */
        WIFI_REASON_UNSPECIFIED = 1,