|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2011-2015 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2011-2015, 2017 The Linux Foundation. All rights reserved.
|
|
|
*
|
|
|
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
|
|
|
*
|
|
@@ -39,9 +39,11 @@
|
|
|
#define __LIM_SECURITY_UTILS_H
|
|
|
#include "sir_mac_prot_def.h" /* for tSirMacAuthFrameBody */
|
|
|
|
|
|
-#define LIM_ENCR_AUTH_BODY_LEN (sizeof(tSirMacAuthFrameBody) + \
|
|
|
+#define LIM_ENCR_AUTH_BODY_LEN (SIR_MAC_AUTH_FRAME_INFO_LEN + \
|
|
|
+ SIR_MAC_AUTH_CHALLENGE_BODY_LEN + \
|
|
|
SIR_MAC_WEP_IV_LENGTH + \
|
|
|
SIR_MAC_WEP_ICV_LENGTH)
|
|
|
+
|
|
|
struct tLimPreAuthNode;
|
|
|
|
|
|
uint8_t lim_is_auth_algo_supported(tpAniSirGlobal, tAniAuthType, tpPESession);
|