|
@@ -57,6 +57,7 @@
|
|
|
#define SCM_NUM_RSSI_CAT 15
|
|
|
|
|
|
#ifdef CONFIG_MCL
|
|
|
+#define MAX_SCAN_CACHE_SIZE 300
|
|
|
#define SCAN_ACTIVE_DWELL_TIME 40
|
|
|
#define SCAN_PASSIVE_DWELL_TIME 110
|
|
|
#define SCAN_MAX_REST_TIME 0
|
|
@@ -74,6 +75,7 @@
|
|
|
#define SCAN_NUM_PROBES 2
|
|
|
#define SCAN_NETWORK_IDLE_TIMEOUT 0
|
|
|
#else
|
|
|
+#define MAX_SCAN_CACHE_SIZE 1024
|
|
|
#define SCAN_ACTIVE_DWELL_TIME 105
|
|
|
#define SCAN_PASSIVE_DWELL_TIME 300
|
|
|
#define SCAN_MAX_REST_TIME 0
|