Bladeren bron

Merge "qcacld-3.0: Disable roaming for OWE" into wlan-cld3.driver.lnx.2.0

CNSS_WLAN Service 7 jaren geleden
bovenliggende
commit
cbc1720cda
1 gewijzigde bestanden met toevoegingen van 8 en 0 verwijderingen
  1. 8 0
      core/sme/src/csr/csr_api_roam.c

+ 8 - 0
core/sme/src/csr/csr_api_roam.c

@@ -18725,6 +18725,14 @@ csr_roam_offload_scan(tpAniSirGlobal mac_ctx, uint8_t session_id,
 		return QDF_STATUS_SUCCESS;
 	}
 
+	/* Roaming is not supported currently for OWE akm */
+	if (session->pCurRoamProfile &&
+	   (session->pCurRoamProfile->AuthType.authType[0] ==
+	   eCSR_AUTH_TYPE_OWE)) {
+		sme_info("OWE Roaming not suppprted by fw");
+		return QDF_STATUS_SUCCESS;
+	}
+
 	/*
 	 * The Dynamic Config Items Update may happen even if the state is in
 	 * INIT. It is important to ensure that the command is passed down to