Configure the Service Set Identifier (SSID) of a Wi-Fi aggregator profile.
#include <wifi/wifi_service.h>
WIFI_API wifi_result_t wifi_aggregator_set_profile_ssid(wifi_aggregator_t *aggregator, const char *ssid)
BlackBerry 10.2.0
The aggregator returned in wifi_aggregator_register().
A null-terminated Wi-Fi SSID name.
This function configures the SSID.
If the existing aggregator profile corresponds to the currently connected network, WIFI_ERROR_AGGREGATOR_PROFILE_BUSY is returned and the profile is not changed.
A return code from wifi_result_t.