Wi-Fi scan report types.
#include <wifi/wifi_service.h>
typedef enum {
WIFI_SCAN_REPORT_UNKOWN = 0
WIFI_SCAN_REPORT_CONNECTION = 1
} wifi_scan_report_t;
BlackBerry 10.2.0
This enum defines the type of report for the scan results available. Depending on the requester of the scan, this value may differ and an application may not be interested in certain types of scan report updates.