Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40b9b54a authored by Deeksha Gupta's avatar Deeksha Gupta Committed by Madan Koyyalamudi
Browse files

qcacmn: Add support for QCA_WLAN_VENDOR_ATTR_TWT_SETUP_MAC_ADDR

As a part of this change, in SAP TWT mode this mac_addr
attribute is required in response for TWT setup, get_status,
pause, response and teardown. And is required in request
for TWT get_status and teardown.

Change-Id: I230047ac46181a6bfca054c610b96c054f5c303d
CRs-Fixed: 2952331
parent 4b6600e6
Loading
Loading
Loading
Loading
+9 −6
Original line number Diff line number Diff line
@@ -8548,14 +8548,17 @@ enum qca_wlan_twt_setup_state {
 * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_MAC_ADDR: 6-byte MAC address
 * Represents the MAC address of the peer for which the TWT session
 * is being configured. This is used in AP mode to represent the respective
 * client. In AP mode, this is an optional parameter for response and is
 * a required parameter for
 * 1. TWT SET Request
 * 2. TWT GET Request
 * 3. TWT TERMINATE Request
 * 4. TWT SUSPEND Request
 * client
 * In AP mode, this is a required parameter in response for
 * 1. TWT SET
 * 2. TWT GET
 * 3. TWT TERMINATE
 * 4. TWT SUSPEND
 * In STA mode, this is an optional parameter in request and response for
 * the above four TWT operations.
 * In AP mode, this is a required parameter in request for
 * 1. TWT GET
 * 2. TWT TERMINATE
 *
 * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_MIN_WAKE_INTVL: Optional (u32)
 * Minimum tolerance limit of wake interval parameter in microseconds.