mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-07 12:44:03 -05:00
Vendor feature capability for TWT (Target Wake Time)
Add a new QCA vendor specific feature capability indication for the device to indicate the support of TWT. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
877502a6a7
commit
b9cd4f5e75
@ -1019,6 +1019,7 @@ enum qca_wlan_vendor_acs_hw_mode {
|
|||||||
* only OCE STA-CFON functionalities.
|
* only OCE STA-CFON functionalities.
|
||||||
* @QCA_WLAN_VENDOR_FEATURE_SELF_MANAGED_REGULATORY: Device supports self
|
* @QCA_WLAN_VENDOR_FEATURE_SELF_MANAGED_REGULATORY: Device supports self
|
||||||
* managed regulatory.
|
* managed regulatory.
|
||||||
|
* @QCA_WLAN_VENDOR_FEATURE_TWT: Device supports TWT (Target Wake Time).
|
||||||
* @NUM_QCA_WLAN_VENDOR_FEATURES: Number of assigned feature bits
|
* @NUM_QCA_WLAN_VENDOR_FEATURES: Number of assigned feature bits
|
||||||
*/
|
*/
|
||||||
enum qca_wlan_vendor_features {
|
enum qca_wlan_vendor_features {
|
||||||
@ -1030,6 +1031,7 @@ enum qca_wlan_vendor_features {
|
|||||||
QCA_WLAN_VENDOR_FEATURE_OCE_AP = 5,
|
QCA_WLAN_VENDOR_FEATURE_OCE_AP = 5,
|
||||||
QCA_WLAN_VENDOR_FEATURE_OCE_STA_CFON = 6,
|
QCA_WLAN_VENDOR_FEATURE_OCE_STA_CFON = 6,
|
||||||
QCA_WLAN_VENDOR_FEATURE_SELF_MANAGED_REGULATORY = 7,
|
QCA_WLAN_VENDOR_FEATURE_SELF_MANAGED_REGULATORY = 7,
|
||||||
|
QCA_WLAN_VENDOR_FEATURE_TWT = 8,
|
||||||
NUM_QCA_WLAN_VENDOR_FEATURES /* keep last */
|
NUM_QCA_WLAN_VENDOR_FEATURES /* keep last */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user