Get the Wi-Fi station connected Basic Service Set Identifier (BSSID)
#include <wifi/wifi_service.h>
WIFI_API wifi_result_t wifi_station_connection_get_bssid(uint8_t *bssid)
BlackBerry 10.2.0
A buffer of length WIFI_BSSID_ADDR_LEN where the BSSID will be copied.
This function queries the BSSID if applicable to the current state.
A return code from wifi_result_t.