Change-Id: I879885c7d2df9acf9495c7acc14ef7ec018b9269
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
NETCONFIG_WIFI_TECH_WPS_ONLY = 0x02,
NETCONFIG_WIFI_TECH_POWERED = 0x03,
NETCONFIG_WIFI_TECH_CONNECTED = 0x04,
- NETCONFIG_WIFI_TECH_TETHERED = 0x05,
} wifi_tech_state_e;
typedef struct wifi_state_notifier{
Name: net-config
Summary: TIZEN Network Configuration service
Version: 1.2.10
-Release: 1
+Release: 2
Group: System/Network
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
return "powered";
case NETCONFIG_WIFI_TECH_CONNECTED:
return "connected";
- case NETCONFIG_WIFI_TECH_TETHERED:
- return "tethered";
default:
ERR("Invalid wifi_tech_state_e parameter");
break;