Get the Wi-Fi station connected Service Set Identifier (SSID)
#include <wifi/wifi_service.h>
WIFI_API wifi_result_t wifi_station_connection_get_ssid(char *ssid)
BlackBerry 10.2.0
A buffer of length WIFI_MAX_SSID_BUFFER_LEN where the SSID will be copied. The SSID will be NULL terminated.
This function queries the SSID if applicable to the current state.
A return code from wifi_result_t.