Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92dff6fc authored by CNSS_WLAN Service's avatar CNSS_WLAN Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "wlan: Initialize the pmkid cache variable" into wlan-driver.lnx.1.0

parents adfeda02 b433f100
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4226,6 +4226,8 @@ tANI_U8 csrConstructRSNIe( tHalHandle hHal, tANI_U32 sessionId, tCsrRoamProfile

    smsLog(pMac, LOGW, "%s called...", __func__);

    vos_mem_zero(&pmkid_cache, sizeof(pmkid_cache));

    do
    {
        if ( !csrIsProfileRSN( pProfile ) ) break;