* @retval #WIFI_MESH_ERROR_INVALID_PARAMETER Invalid parameter
*
* @see wifi_mesh_get_meshconf_info()
- * @see mesh_meshconf_cb()
+ * @see wifi_mesh_destroy_meshconf_info()
*
*/
int wifi_mesh_get_meshconf_retry_timeout(wifi_mesh_meshconf_info_h meshconf,
* @retval #WIFI_MESH_ERROR_INVALID_PARAMETER Invalid parameter
*
* @see wifi_mesh_get_meshconf_info()
- * @see mesh_meshconf_cb()
+ * @see wifi_mesh_destroy_meshconf_info()
*
*/
* @retval #WIFI_MESH_ERROR_INVALID_PARAMETER Invalid parameter
*
* @see wifi_mesh_get_meshconf_info()
- * @see mesh_meshconf_cb()
+ * @see wifi_mesh_destroy_meshconf_info()
*
*/
int wifi_mesh_get_meshconf_confirm_timeout(wifi_mesh_meshconf_info_h meshconf,
* @retval #WIFI_MESH_ERROR_INVALID_PARAMETER Invalid parameter
*
* @see wifi_mesh_get_meshconf_info()
- * @see mesh_meshconf_cb()
+ * @see wifi_mesh_destroy_meshconf_info()
*
*/
int wifi_mesh_get_meshconf_path_refresh_time(wifi_mesh_meshconf_info_h meshconf,
* @retval #WIFI_MESH_ERROR_INVALID_PARAMETER Invalid parameter
*
* @see wifi_mesh_get_meshconf_info()
- * @see mesh_meshconf_cb()
+ * @see wifi_mesh_destroy_meshconf_info()
*
*/
int wifi_mesh_get_meshconf_holding_timeout(wifi_mesh_meshconf_info_h meshconf,
* @retval #WIFI_MESH_ERROR_INVALID_PARAMETER Invalid parameter
*
* @see wifi_mesh_get_meshconf_info()
- * @see mesh_meshconf_cb()
+ * @see wifi_mesh_destroy_meshconf_info()
*
*/
int wifi_mesh_get_meshconf_min_disc_timeout(wifi_mesh_meshconf_info_h meshconf,
* @retval #WIFI_MESH_ERROR_INVALID_PARAMETER Invalid parameter
*
* @see wifi_mesh_get_meshconf_info()
- * @see mesh_meshconf_cb()
+ * @see wifi_mesh_destroy_meshconf_info()
*
*/
int wifi_mesh_get_meshconf_max_peer_links(wifi_mesh_meshconf_info_h meshconf,
* @retval #WIFI_MESH_ERROR_INVALID_PARAMETER Invalid parameter
*
* @see wifi_mesh_get_meshconf_info()
- * @see mesh_meshconf_cb()
+ * @see wifi_mesh_destroy_meshconf_info()
*
*/
int wifi_mesh_get_meshconf_hwmp_preq_min_interval(
* @retval #WIFI_MESH_ERROR_INVALID_PARAMETER Invalid parameter
*
* @see wifi_mesh_get_meshconf_info()
- * @see mesh_meshconf_cb()
+ * @see wifi_mesh_destroy_meshconf_info()
*
*/
int wifi_mesh_get_meshconf_ttl(
* @retval #WIFI_MESH_ERROR_INVALID_PARAMETER Invalid parameter
*
* @see wifi_mesh_get_meshconf_info()
- * @see mesh_meshconf_cb()
+ * @see wifi_mesh_destroy_meshconf_info()
*
*/
int wifi_mesh_get_meshconf_hwmp_active_path_timeout(
* @retval #WIFI_MESH_ERROR_INVALID_PARAMETER Invalid parameter
*
* @see wifi_mesh_get_meshconf_info()
- * @see mesh_meshconf_cb()
+ * @see wifi_mesh_destroy_meshconf_info()
*
*/
int wifi_mesh_get_meshconf_element_ttl(wifi_mesh_meshconf_info_h meshconf,
* @retval #WIFI_MESH_ERROR_INVALID_PARAMETER Invalid parameter
*
* @see wifi_mesh_get_meshconf_info()
- * @see mesh_meshconf_cb()
+ * @see wifi_mesh_destroy_meshconf_info()
*
*/
int wifi_mesh_get_meshconf_hwmp_rann_interval(
wifi_mesh_meshconf_info_h meshconf,
gushort *hwmp_rann_interval);
+/*
+ * @brief Gets the Gate Announcement value.
+ *
+ * @since_tizen 4.0
+ *
+ * @param[in] meshconf The Wi-Fi mesh conf handle
+ * @param[out] gate_announcements Gate Announcement
+ *
+ *
+ * @return 0 on success, otherwise a negative error value.
+ * @retval #WIFI_MESH_ERROR_NONE Successful
+ * @retval #WIFI_MESH_ERROR_INVALID_PARAMETER Invalid parameter
+ *
+ * @see wifi_mesh_get_meshconf_info()
+ * @see wifi_mesh_destroy_meshconf_info()
+ *
+ */
+int wifi_mesh_get_meshconf_gate_announcements(
+ wifi_mesh_meshconf_info_h meshconf,
+ guchar *gate_announcements);
+
#ifdef __cplusplus
}
#endif