Configure the band-select attribute of a Wi-Fi aggregator profile.
#include <wifi/wifi_service.h>
WIFI_API wifi_result_t wifi_aggregator_set_profile_band_select(wifi_aggregator_t *aggregator, wifi_profile_band_select_t band_select)
BlackBerry 10.2.0
The aggregator returned in wifi_aggregator_register().
A new attribute value defined in wifi_profile_band_select_t.
This function configures the band-select attribute to support dual bands or a single band for connections.
The default value is WIFI_PROFILE_DUAL_BAND.
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.