qcacmn: Add support to send bcast capability to firmware
If both INI and FW capability is set, enable capability flag in twt enable command. Change-Id: I1c070256c4b672b09a1323665fc5a2f166f951fb CRs-Fixed: 2423718
This commit is contained in:
@@ -62,6 +62,7 @@
|
||||
* TWT slots for STAs. (units = milliseconds)
|
||||
* @remove_sta_slot_interval: Inrerval between decisions making to remove TWT
|
||||
* slot of STAs. (units = milliseconds)
|
||||
* @flags: Flag to enable or disable capabilities, example bcast twt.
|
||||
*/
|
||||
struct wmi_twt_enable_param {
|
||||
uint32_t pdev_id;
|
||||
@@ -81,6 +82,7 @@ struct wmi_twt_enable_param {
|
||||
uint32_t mode_check_interval;
|
||||
uint32_t add_sta_slot_interval;
|
||||
uint32_t remove_sta_slot_interval;
|
||||
uint32_t flags;
|
||||
};
|
||||
|
||||
/* status code of enabling TWT
|
||||
|
Reference in New Issue
Block a user