浏览代码

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 年之前
父节点
当前提交
4d5fb39e3e
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 {