Added CAPI to get the hidden property of access point 85/204685/2
authorJaehyun Kim <jeik01.kim@samsung.com>
Thu, 25 Apr 2019 12:13:49 +0000 (21:13 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Thu, 11 Jul 2019 07:39:54 +0000 (16:39 +0900)
Change-Id: If3e80eb3bf7b3d8a14577201c67be2f6923035d2
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
include/wifi-manager.h

index 245aa72..a766914 100755 (executable)
@@ -2391,6 +2391,21 @@ int wifi_manager_ap_is_favorite(wifi_manager_ap_h ap, bool *favorite);
 int wifi_manager_ap_is_passpoint(wifi_manager_ap_h ap, bool *passpoint);
 
 /**
+ * @brief Checks whether the access point is hidden or not.
+ * @since_tizen 5.5
+ * @param[in] ap              The access point handle
+ * @param[out] is_hidden  @c true if the access point is hidden,
+ *                        @c false if the access point is not hidden.
+ * @return 0 on success, otherwise negative error value
+ * @retval #WIFI_MANAGER_ERROR_NONE                 Successful
+ * @retval #WIFI_MANAGER_ERROR_NOT_INITIALIZED      Not initialized
+ * @retval #WIFI_MANAGER_ERROR_INVALID_PARAMETER    Invalid parameter
+ * @retval #WIFI_MANAGER_ERROR_OPERATION_FAILED     Operation failed
+ * @retval #WIFI_MANAGER_ERROR_NOT_SUPPORTED        Not supported
+ */
+int wifi_manager_ap_is_hidden(wifi_manager_ap_h ap, bool *is_hidden);
+
+/**
  * @brief Gets the connection state.
  * @since_tizen 3.0
  * @param[in] ap              The access point handle