Browse Source

qcacmn: Add support for ocv support in RSN capability

WLAN_CRYPTO_RSN_CAP_OCV_SUPPORTED i.e. 0x4000 bit in RSN capability
is set to 1 to indicate that the STA supports operating channel
validation by including Operating Channel Information (OCI) in RSNA
exchanges and validates the information when received from another
STA that indicated this capability.

Change-Id: I8cbe640772c95573461ef2ef54c9e86778fe970f
CRs-Fixed: 2765802
Abhishek Ambure 4 năm trước cách đây
mục cha
commit
4d5fb39e3e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      umac/cmn_services/crypto/inc/wlan_crypto_global_def.h

+ 1 - 0
umac/cmn_services/crypto/inc/wlan_crypto_global_def.h

@@ -181,6 +181,7 @@ typedef enum wlan_crypto_rsn_cap {
 	WLAN_CRYPTO_RSN_CAP_PREAUTH       = 0x01,
 	WLAN_CRYPTO_RSN_CAP_MFP_ENABLED   = 0x80,
 	WLAN_CRYPTO_RSN_CAP_MFP_REQUIRED  = 0x40,
+	WLAN_CRYPTO_RSN_CAP_OCV_SUPPORTED  = 0x4000,
 } wlan_crypto_rsn_cap;
 
 typedef enum wlan_crypto_key_mgmt {