|
@@ -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 {
|