qcacld-3.0: Save RSN auth type for RSN association

Save RSN auth type in related context for RSN assocoation.
Some OWE specific operation need to be done according to
this RSN auth type since we cannot tell if a STA / SAP is OWE,
WPA2 or OPEN by its auth type OPEN.

Change-Id: I17dd72c7adf1c663725ac58ce263f4408d9c967b
CRs-Fixed: 2396885
This commit is contained in:
Min Liu
2018-12-05 16:17:48 +08:00
committed by nshrivas
parent 3621ede660
commit ddd233069e
15 changed files with 299 additions and 29 deletions

View File

@@ -490,6 +490,7 @@ typedef struct sap_config {
uint8_t RSNEncryptType;
uint8_t mcRSNEncryptType;
eSapAuthType authType;
tCsrAuthList akm_list;
bool privacy;
bool UapsdEnable;
bool fwdWPSPBCProbeReq;