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

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

Merge "Update Default Blacklist time out to zero." into wlan-driver.lnx.1.0

parents e67de3a6 1f4c5a9f
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)