Free the Wi-Fi scan results.
#include <wifi/wifi_service.h>
WIFI_API wifi_result_t wifi_free_scan_results(wifi_scan_results_t *scan_results)
BlackBerry 10.2.0
Pointer to the scan results that will be freed.
This function must be called to free the scan results that are returned by wifi_get_scan_results() when processing of the scan results is complete.
A return code from wifi_result_t.