Explorar o código

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 %!s(int64=4) %!d(string=hai) anos
pai
achega
22eba25dc9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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