Quellcode durchsuchen

qcacld-3.0: Allow 6GHz AP for WPS

With current implementation host does not allow
6GHz AP for WPS security, add a change to allow 6GHz AP for WPS.

Change-Id: I222cd94ae32ec08d6106eca83310719c605423e7
CRs-Fixed: 2835329
Ashish Kumar Dhanotiya vor 4 Jahren
Ursprung
Commit
22eba25dc9
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      core/sme/src/csr/csr_api_roam.c

+ 1 - 1
core/sme/src/csr/csr_api_roam.c

@@ -8010,7 +8010,7 @@ bool csr_connect_security_valid_for_6ghz(struct wlan_objmgr_psoc *psoc,
 					 profile->nAddIEAssocLength);
 
 	return wlan_cm_6ghz_allowed_for_akm(psoc, key_mgmt, rsn_caps,
-					    rsnxe, 0);
+					    rsnxe, 0, profile->bWPSAssociation);
 }
 #endif