Add QCA vendor definitions for simultaneous offchannel
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
adcd7c4b0b
commit
94fb165c3a
1 changed files with 3 additions and 0 deletions
|
@ -249,11 +249,14 @@ enum qca_wlan_vendor_acs_hw_mode {
|
||||||
* after roaming, rather than having the user space wpa_supplicant do it.
|
* after roaming, rather than having the user space wpa_supplicant do it.
|
||||||
* @QCA_WLAN_VENDOR_FEATURE_SUPPORT_HW_MODE_ANY: Device supports automatic
|
* @QCA_WLAN_VENDOR_FEATURE_SUPPORT_HW_MODE_ANY: Device supports automatic
|
||||||
* band selection based on channel selection results.
|
* band selection based on channel selection results.
|
||||||
|
* @QCA_WLAN_VENDOR_FEATURE_OFFCHANNEL_SIMULTANEOUS: Device supports
|
||||||
|
* simultaneous off-channel operations.
|
||||||
* @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 {
|
||||||
QCA_WLAN_VENDOR_FEATURE_KEY_MGMT_OFFLOAD = 0,
|
QCA_WLAN_VENDOR_FEATURE_KEY_MGMT_OFFLOAD = 0,
|
||||||
QCA_WLAN_VENDOR_FEATURE_SUPPORT_HW_MODE_ANY = 1,
|
QCA_WLAN_VENDOR_FEATURE_SUPPORT_HW_MODE_ANY = 1,
|
||||||
|
QCA_WLAN_VENDOR_FEATURE_OFFCHANNEL_SIMULTANEOUS = 2,
|
||||||
NUM_QCA_WLAN_VENDOR_FEATURES /* keep last */
|
NUM_QCA_WLAN_VENDOR_FEATURES /* keep last */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue