* @brief Gets the result of the scan.
* @since_tizen 3.0
* @privlevel public
+ * @remarks After a specific scan, the results are also included in the list for a while.
* @privilege %http://tizen.org/privilege/network.get
* @param[in] wifi The wifi handle
* @param[in] callback The callback to be called
/**
* @brief Gets the result of specific AP scan.
* @since_tizen 3.0
+ * @remarks If you want to modify an AP handle in the specific scan results.
+ * You have to use wifi_manager_foreach_found_ap()
+ * instead of wifi_manager_foreach_found_specific_ap() after specific scan to get the results.
+ * Because AP handle provided by wifi_manager_foreach_found_specific_ap() can't be modified.
* @privlevel public
* @privilege %http://tizen.org/privilege/network.get
* @param[in] wifi The wifi handle
* @retval #WIFI_MANAGER_ERROR_NOT_SUPPORTED Not supported
* @post This function invokes wifi_manager_found_ap_cb().
* @see wifi_manager_scan_specific_ap()
+ * @see wifi_manager_foreach_found_ap()
*/
int wifi_manager_foreach_found_specific_ap(wifi_manager_h wifi,
wifi_manager_found_ap_cb callback, void *user_data);