qcacld-3.0: Replace typedef eCsrAuthType
eCsrAuthType is the enum of AKMs to be used during connection. So the name eCsrAuthType is misleading as akm and auth algo are different. Also the Linux Coding Style doesn't allow mixed-case names and so-called Hungarian notation, so rename the enum eCsrAuthType to be compliant. Change-Id: I35e18d1f84babd0ef2928ae9d7258028d4c9b3c5 CRs-Fixed: 2463813
This commit is contained in:

committed by
nshrivas

parent
dd30889709
commit
7a1a08e6b6
@@ -249,7 +249,7 @@ typedef struct sap_StationAssocIndication_s {
|
||||
uint32_t assocReqLength;
|
||||
uint8_t *assocReqPtr;
|
||||
bool fWmmEnabled;
|
||||
eCsrAuthType negotiatedAuthType;
|
||||
enum csr_akm_type negotiatedAuthType;
|
||||
eCsrEncryptionType negotiatedUCEncryptionType;
|
||||
eCsrEncryptionType negotiatedMCEncryptionType;
|
||||
bool fAuthRequired;
|
||||
|
Reference in New Issue
Block a user