Get the Basic Service Set Identifier (BSSID) for a Wi-Fi scan result entry.
#include <wifi/wifi_service.h>
WIFI_API wifi_result_t wifi_get_scan_result_bssid(wifi_scan_results_t *scan_results, int entry_number, uint8_t *bssid)
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().
A buffer of length WIFI_BSSID_ADDR_LEN where the BSSID will be copied.
This function queries the BSSID for the scan result entry provided.
A return code from wifi_result_t.