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

Commit 4b039f81 authored by Abhinav Kumar's avatar Abhinav Kumar
Browse files

wlan: Process AUTH_SAE_TIMEOUT irrespective of LFR_MBB feature flag

Allow the host to process AUTH_SAE_TIMEOUT irrespective of LFR_MBB
feature flag.

As per the current logic, LFR_MBB feature flag gets disabled, HOST won't
process AUTH_SAE_TIMEOUT, which is the wrong dependency between LFR_MBB
feature flag and SAE feature.

Change-Id: I1e98ca585ebceb1ece0f44ab939694584b2c3d98
CRs-Fixed: 2655951
parent be22d319
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2090,8 +2090,8 @@ limProcessMessages(tpAniSirGlobal pMac, tpSirMsgQ limMsg)
#ifdef WLAN_FEATURE_LFR_MBB
        case SIR_LIM_PREAUTH_MBB_RSP_TIMEOUT:
        case SIR_LIM_REASSOC_MBB_RSP_TIMEOUT:
        case SIR_LIM_AUTH_SAE_TIMEOUT:
#endif
	case SIR_LIM_AUTH_SAE_TIMEOUT:
            // These timeout messages are handled by MLM sub module

            limProcessMlmReqMessages(pMac,