Unused vconf is removed and enum for MobileAP is added
authorSeungyoun Ju <sy39.ju@samsung.com>
Mon, 22 Apr 2013 07:57:40 +0000 (16:57 +0900)
committerSeungyoun Ju <sy39.ju@samsung.com>
Wed, 24 Apr 2013 11:59:15 +0000 (20:59 +0900)
- Issues
  wifi_key vconf is not used and MobileAP should be supported.

- Fix description
  VCONFKEY_MOBILE_HOTSPOT_WIFI_KEY "db/mobile_hotspot/wifi_key" is removed and
  VCONFKEY_MOBILE_HOTSPOT_MODE_WIFI_AP enum is added for MobileAP.

Change-Id: I0e38c72bef773765fc56db9b7ddd8471c97f10eb

include/vconf-internal-mobile-hotspot-keys.h

index 5f1d960..98880dc 100755 (executable)
@@ -39,7 +39,7 @@
  * @{
  * @brief Mobile-hotspot Keys & Values\n
  *        Maintainer : injun.yang@samsung.com, sy39.ju@samsung.com
- *        Used module : wifi-efl-ug, wifi-quick-app, setting, ug-kies-via-wifi, usb-setting-app, data-router, libmtp-0
+ *        Used module : wifi-efl-ug, wifi-quick-app, setting, ug-kies-via-wifi, usb-setting-app, data-router
  */
 
 /**
@@ -49,6 +49,7 @@
  * 0x01 : WiFi \n
  * 0x02 : USB \n
  * 0x04 : Bluetooth \n
+ * 0x08 : WiFi AP \n
  */
 #define VCONFKEY_MOBILE_HOTSPOT_MODE "memory/mobile_hotspot/mode"
 enum {
@@ -59,15 +60,12 @@ enum {
        /** USB */
        VCONFKEY_MOBILE_HOTSPOT_MODE_USB = 0x02,
        /** Bluetooth */
-       VCONFKEY_MOBILE_HOTSPOT_MODE_BT = 0x04
+       VCONFKEY_MOBILE_HOTSPOT_MODE_BT = 0x04,
+       /** WiFi AP */
+       VCONFKEY_MOBILE_HOTSPOT_MODE_WIFI_AP = 0x08
 };
 
 /**
- * @brief Security code for Wi-Fi tethering
- */
-#define VCONFKEY_MOBILE_HOTSPOT_WIFI_KEY "db/mobile_hotspot/wifi_key"
-
-/**
  * @brief The number of connected device
  *
  * Value : the number of connected device to hotspot
@@ -75,7 +73,7 @@ enum {
 #define VCONFKEY_MOBILE_HOTSPOT_CONNECTED_DEVICE "memory/mobile_hotspot/connected_device"
 
 /**
- * @brief The status of Security mode for Wi-Fi tethering
+ * @brief The status of Security mode for Wi-Fi tethering / AP
  *
  * 0 : Disabled \n
  * 1 : Enabled \n
@@ -89,7 +87,7 @@ enum {
 };
 
 /**
- * @brief The status of hide mode for Wi-Fi tethering
+ * @brief The status of hide mode for Wi-Fi tethering / AP
  *
  * 0 : Disabled \n
  * 1 : Enabled \n