qcacld-3.0: Refactor SAP CFG items

Refactor SAP CFG items gMaxLIModulatedDTIM,
gCountryCodePriority, gSapPreferredChanLocation.

Change-Id: I52a1b3f782c440b12a2f2dcf82d9dad6cf6e76e0
CRs-Fixed: 2351237
This commit is contained in:
Bala Venkatesh
2018-11-14 18:24:55 +05:30
committed by nshrivas
parent f9a6ba980f
commit 06e65a6d1f
6 changed files with 220 additions and 1 deletions

View File

@@ -512,6 +512,9 @@ struct wlan_mlme_wps_params {
* @sap_ch_switch_mode: Channel switch test mode enable/disable
* @chan_switch_hostapd_rate_enabled_name: enable/disable skip hostapd rate
* @reduced_beacon_interval: reduced beacon interval value
* @max_li_modulated_dtim_time: Max modulated DTIM time.
* @country_code_priority: Country code priority.
* @sap_pref_chan_location: SAP Preferred channel location.
*/
struct wlan_mlme_cfg_sap {
uint8_t cfg_ssid[32];
@@ -537,6 +540,9 @@ struct wlan_mlme_cfg_sap {
bool sap_ch_switch_mode;
bool chan_switch_hostapd_rate_enabled_name;
uint8_t reduced_beacon_interval;
uint8_t max_li_modulated_dtim_time;
bool country_code_priority;
uint8_t sap_pref_chan_location;
};
/**