Support Softap feature in HAL TC
[platform/core/connectivity/net-config.git] / haltests / haltests.h
index 495602e..f114a4f 100755 (executable)
@@ -28,7 +28,8 @@ extern "C" {
 #define MAX_PATH_LENGTH 256
 
 #define FEATURE_WIFI       "http://tizen.org/feature/network.wifi"
-#define WIFIDIRECT_FEATURE "http://tizen.org/feature/network.wifi.direct"
+#define FEATURE_WIFIDIRECT "http://tizen.org/feature/network.wifi.direct"
+#define FEATURE_SOFTAP     "http://tizen.org/feature/network.wifi.softap"
 
 #define WIFI_ADDRESS_PATH    "/sys/class/net/wlan0/address"
 #define WIFI_P2P_PATH        "/sys/class/net/p2p0/address"
@@ -39,6 +40,7 @@ GMainLoop *g_pMainLoop;
 guint g_nTimeoutId;
 bool g_bFeatureWifi;
 bool g_bFeatureP2P;
+bool g_bFeatureSoftap;
 
 #define RUN_GMAIN_LOOP(callback) {\
        g_pMainLoop = g_main_loop_new(NULL, false);\