Modified to get current time to match stc
[platform/core/connectivity/net-config.git] / include / wifi-state.h
index 7e1e453..4f75bb9 100755 (executable)
@@ -70,12 +70,16 @@ wifi_service_state_e        wifi_state_get_service_state(void);
 
 void                                   wifi_state_set_tech_state(wifi_tech_state_e new_state);
 wifi_tech_state_e              wifi_state_get_technology_state(void);
+gboolean                               wifi_state_is_technology_available(void);
 
 void                                   wifi_state_set_connected_essid(void);
 void                                   wifi_state_get_connected_essid(gchar **essid);
 
 gboolean                               handle_get_wifi_state(Wifi *wifi, GDBusMethodInvocation *context);
 
+char                                   *_convert_wifi_technology_state_to_string(wifi_tech_state_e wifi_tech_state_type);
+char                                   *_convert_wifi_service_state_to_string(wifi_service_state_e wifi_service_state_type);
+
 
 #ifdef __cplusplus
 }