* @retval #WIFI_MANAGER_ERROR_NONE Successful
* @retval #WIFI_MANAGER_ERROR_INVALID_PARAMETER Invalid parameter
* @retval #WIFI_MANAGER_ERROR_OUT_OF_MEMORY Out of memory
- * @retval #WIFI_MANAGER_ERROR_NOT_SUPPORTED Operation not Supported
+ * @retval #WIFI_MANAGER_ERROR_NOT_SUPPORTED Not supported
*/
int wifi_manager_ap_get_dhcp_server_address(wifi_manager_ap_h ap,
wifi_manager_address_family_e address_family, char **dhcp_server);
+/**
+ * @brief Gets the DHCP lease duration.
+ * @since_tizen 4.0
+ * @param[in] ap The access point handle
+ * @param[in] address_family The address family
+ * @param[out] dhcp_lease_duration The DHCP lease duration in seconds
+ * @return 0 on success, otherwise negative error value
+ * @retval #WIFI_MANAGER_ERROR_NONE Successful
+ * @retval #WIFI_MANAGER_ERROR_INVALID_PARAMETER Invalid parameter
+ * @retval #WIFI_MANAGER_ERROR_NOT_SUPPORTED Not supported
+ */
+int wifi_manager_ap_get_dhcp_lease_duration(wifi_manager_ap_h ap,
+ wifi_manager_address_family_e address_family, int *dhcp_lease_duration);
+
/**
* @brief Gets the proxy address.
* @since_tizen 3.0