qcacld-3.0: Add support for INI twt_disable_info
Add support for INI twt_disable_info to disable FW initiated information frame for TWT Change-Id: I06fe9be364d9def0ccfffc196ae31dcc2ab9a500 CRs-Fixed: 3621241
This commit is contained in:

committed by
Rahul Choudhary

szülő
f72feda4a1
commit
5db1e4740c
@@ -1634,6 +1634,7 @@ struct wlan_mlme_acs {
|
||||
* @disable_btwt_usr_cfg: User config param to enable/disable the BTWT support
|
||||
* @enable_twt_24ghz: Enable/disable host TWT when STA is connected in
|
||||
* 2.4Ghz
|
||||
* @disable_twt_info_frame: Enable/disable TWT info frame
|
||||
* @req_flag: requestor flag enable/disable
|
||||
* @res_flag: responder flag enable/disable
|
||||
* @twt_res_svc_cap: responder service capability
|
||||
@@ -1651,6 +1652,7 @@ struct wlan_mlme_cfg_twt {
|
||||
uint32_t twt_congestion_timeout;
|
||||
bool disable_btwt_usr_cfg;
|
||||
bool enable_twt_24ghz;
|
||||
bool disable_twt_info_frame;
|
||||
bool req_flag;
|
||||
bool res_flag;
|
||||
bool twt_res_svc_cap;
|
||||
|
Reference in New Issue
Block a user