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

Commit 1f4c5a9f authored by Ajit Vaishya's avatar Ajit Vaishya
Browse files

Update Default Blacklist time out to zero.

This commit introduces to set default blacklist
timer value to zero and can be configured depend on
target based ini parameter i.e. gBssidBlacklistTimeOut

CRs-Fixed: 2689143
Change-Id: Ied2cc6dc71a0cbc0ab38d58138dcc73d0faa5dc6
parent 4561815f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -890,7 +890,7 @@ typedef enum
#define CFG_PER_BSSID_BLACKLIST_TIMEOUT_NAME               "gBssidBlacklistTimeOut"
#define CFG_PER_BSSID_BLACKLIST_TIMEOUT_MIN                (0)
#define CFG_PER_BSSID_BLACKLIST_TIMEOUT_MAX                (240) //Max timeout
#define CFG_PER_BSSID_BLACKLIST_TIMEOUT_DEFAULT            (10)
#define CFG_PER_BSSID_BLACKLIST_TIMEOUT_DEFAULT            (0)
#endif // FEATURE_WLAN_LFR

#if  defined (WLAN_FEATURE_VOWIFI_11R) || defined (FEATURE_WLAN_ESE) || defined(FEATURE_WLAN_LFR)