Fix unmatched value with vconfkey 30/181630/1 accepted/tizen/unified/20180620.131502 submit/tizen/20180619.042644
authorSeonah Moon <seonah1.moon@samsung.com>
Fri, 15 Jun 2018 07:28:42 +0000 (16:28 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Fri, 15 Jun 2018 07:28:45 +0000 (16:28 +0900)
Change-Id: I7cf5f700fffa0ff0b4e9ef9b55668c9377f5e3d8

include/mobileap_softap.h
packaging/mobileap-agent.spec

index 8323811..9861a09 100755 (executable)
 #define MOBILE_AP_STATE_WIFI   1
 #define MOBILE_AP_STATE_USB    2
 #define MOBILE_AP_STATE_BT     4
-#define MOBILE_AP_STATE_P2P    8
-#define MOBILE_AP_STATE_WIFI_AP        16
+#define MOBILE_AP_STATE_WIFI_AP        8
+#define MOBILE_AP_STATE_P2P    16
 #define MOBILE_AP_STATE_ALL    37
 
 #define DNSMASQ_DBUS_INTERFACE "uk.org.thekelleys.dnsmasq"
index 57c9a08..6e364d3 100644 (file)
@@ -1,6 +1,6 @@
 Name: mobileap-agent
 Summary: Mobile AP daemon for setting tethering environments
-Version: 1.0.120
+Version: 1.0.121
 Release: 1
 Group: System/Network
 License: Apache-2.0