Query the Service Set Identifier (SSID) of the Wi-Fi aggregator profile.
#include <wifi/wifi_service.h>
WIFI_API wifi_result_t wifi_aggregator_get_profile_ssid(wifi_aggregator_t *aggregator, char *ssid)
BlackBerry 10.2.0
The aggregator returned in wifi_aggregator_register().
A pointer for the returned attribute value. The maximum length of the SSID is WIFI_MAX_SSID_BUFFER_LEN-1.
A return code from wifi_result_t.