fw-api: CL 4450910 - update fw common interface files

Change-Id: I514e8abc2c7fa866d4b607c2c248b537b48907df
WMI: add tdls_discovery_wake_timeout field to tdls_set_state msg
CRs-Fixed: 1107600
This commit is contained in:
spuligil
2018-04-13 09:01:37 -07:00
parent 07120b5cb4
commit 093e3cbb49
2 changed files with 9 additions and 2 deletions

View File

@@ -13714,8 +13714,15 @@ typedef struct {
A_UINT32 tdls_puapsd_rx_frame_threshold;
/**Duration (in ms) over which to check whether TDLS link needs to be torn down */
A_UINT32 teardown_notification_ms;
/**STA kickout threshold for TDLS peer */
/** STA kickout threshold for TDLS peer */
A_UINT32 tdls_peer_kickout_threshold;
/* TDLS discovery WAKE timeout in ms.
* DUT will wake until this timeout to receive TDLS discovery response
* from peer.
* If tdls_discovery_wake_timeout is 0x0, the DUT will choose autonomously
* what wake timeout value to use.
*/
A_UINT32 tdls_discovery_wake_timeout;
} wmi_tdls_set_state_cmd_fixed_param;
/* WMI_TDLS_PEER_UPDATE_CMDID */