wifi_scan_report_t

Wi-Fi scan report types.

Synopsis:

#include <wifi/wifi_service.h>
 
typedef enum {
      WIFI_SCAN_REPORT_UNKOWN = 0   
      WIFI_SCAN_REPORT_CONNECTION = 1   
} wifi_scan_report_t;

Since:

BlackBerry 10.2.0

Data:

WIFI_SCAN_REPORT_UNKOWN
The scan requester type could not be identified.
WIFI_SCAN_REPORT_CONNECTION
The scan requester was the internal connection manager requesting scans for connection and network selection.

Library:

libwifi (For the qcc command, use the -l wifi option to link against this library)

Description:

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.