wifi_profile_band_select_t

Wi-Fi profile band types.

Synopsis:

#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;

Since:

BlackBerry 10.2.0

Data:

WIFI_PROFILE_DUAL_BAND
Connect on either 2.4 GHz or 5 GHz channels.
WIFI_PROFILE_2_4_GHZ_BAND_ONLY
Connect only on 2.4 GHz channels.
WIFI_PROFILE_5_GHZ_BAND_ONLY
Connect only on 5 GHz channels.

Library:

libwifi (For the qcc command, use the -l wifi option to link against this library)

Description:

This enum defines supported band selection types for profiles.