|
@@ -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 */
|