Wi-Fi profile band types.
#include <wifi/wifi_service.h>
typedef enum {
WIFI_PROFILE_DUAL_BAND = 0
WIFI_PROFILE_2_4_GHZ_BAND_ONLY = 1
WIFI_PROFILE_5_GHZ_BAND_ONLY = 2
} wifi_profile_band_select_t;
BlackBerry 10.2.0
This enum defines supported band selection types for profiles.