|
@@ -19000,6 +19000,14 @@ csr_roam_offload_scan(tpAniSirGlobal mac_ctx, uint8_t session_id,
|
|
|
return QDF_STATUS_SUCCESS;
|
|
|
}
|
|
|
|
|
|
+ /* Roaming is not supported currently for SAE authentication */
|
|
|
+ if (session->pCurRoamProfile &&
|
|
|
+ CSR_IS_AUTH_TYPE_SAE(
|
|
|
+ session->pCurRoamProfile->AuthType.authType[0])) {
|
|
|
+ sme_info("Roaming not suppprted for SAE connection");
|
|
|
+ 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
|