Get the security and capabilities flags for a Wi-Fi scan result entry.
#include <wifi/wifi_service.h>
WIFI_API wifi_result_t wifi_get_scan_result_flags(wifi_scan_results_t *scan_results, int entry_number, wifi_key_management_t *key_management, uint32_t *flags)
BlackBerry 10.2.0
The scan result list.
Scan result entry to query. The index range is between 1 and num_scan_entries, which can be queried by calling wifi_get_scan_results().
The key management advertised for the network.
Bitmask of the Wi-Fi flags.
This function queries the security type capabilities and other network capabilities for the scan entry provided.
A return code from wifi_result_t.