|
@@ -988,6 +988,7 @@ typedef struct tagCsrRoamProfile {
|
|
bool ApUapsdEnable;
|
|
bool ApUapsdEnable;
|
|
bool protEnabled;
|
|
bool protEnabled;
|
|
bool obssProtEnabled;
|
|
bool obssProtEnabled;
|
|
|
|
+ bool chan_switch_hostapd_rate_enabled;
|
|
uint16_t cfg_protection;
|
|
uint16_t cfg_protection;
|
|
uint8_t wps_state;
|
|
uint8_t wps_state;
|
|
tCsrMobilityDomainInfo MDID;
|
|
tCsrMobilityDomainInfo MDID;
|
|
@@ -1008,7 +1009,6 @@ typedef struct tagCsrRoamProfile {
|
|
bool fils_connection;
|
|
bool fils_connection;
|
|
struct cds_fils_connection_info *fils_con_info;
|
|
struct cds_fils_connection_info *fils_con_info;
|
|
#endif
|
|
#endif
|
|
- bool chan_switch_hostapd_rate_enabled;
|
|
|
|
} tCsrRoamProfile;
|
|
} tCsrRoamProfile;
|
|
|
|
|
|
#ifdef FEATURE_WLAN_MCC_TO_SCC_SWITCH
|
|
#ifdef FEATURE_WLAN_MCC_TO_SCC_SWITCH
|