qcacmn: Add support to get the TDLS wider bandwidth capability
Extend bitwise mask in enum qca_wlan_tdls_caps_features_supported to get the TDLS wider bandwidth capability from the driver. Change-Id: I7e7209f72c7d8db3ac06ecafdfe91deb7438e1b2 CRs-Fixed: 3552602
Este commit está contenido en:

cometido por
Rahul Choudhary

padre
dd8d3c5a69
commit
ff999acd60
@@ -4669,6 +4669,21 @@ enum wifi_logger_supported_features {
|
||||
WIFI_LOGGER_PACKET_FATE_SUPPORTED = (1 << (8))
|
||||
};
|
||||
|
||||
/**
|
||||
* enum qca_wlan_tdls_caps_features_supported - Values for TDLS get
|
||||
* capabilities features
|
||||
*/
|
||||
enum qca_wlan_tdls_caps_features_supported {
|
||||
WIFI_TDLS_SUPPORT = (1 << (0)),
|
||||
WIFI_TDLS_EXTERNAL_CONTROL_SUPPORT = (1 << (1)),
|
||||
WIFI_TDLS_OFFCHANNEL_SUPPORT = (1 << (2)),
|
||||
|
||||
/* Indicates if the TDLS session can be formed with the peer using
|
||||
* higher bandwidth than the bandwidth of the AP path.
|
||||
*/
|
||||
WIFI_TDLS_WIDER_BW_SUPPORT = (1 << (3)),
|
||||
};
|
||||
|
||||
/**
|
||||
* enum qca_wlan_vendor_attr_acs_offload - Defines attributes to be used with
|
||||
* vendor command/event QCA_NL80211_VENDOR_SUBCMD_DO_ACS.
|
||||
|
Referencia en una nueva incidencia
Block a user