blob: a1f9c151981d9149c609ec14d2b0377cb2a1644d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
--- sdk/app/config/sys_config.h 2021-08-16 11:59:34.000000000 -0500
+++ ../sdk/app/config/sys_config.h 2023-07-11 08:19:04.077829080 -0500
@@ -13,7 +13,7 @@
#define OSMALLOC_STATISTICAL 0
/*section 0-----app macro config-----*/
-#define CFG_IEEE80211N 1
+#define CFG_IEEE80211N 0
/*section 1-----OS macro config-----*/
#define CFG_OS_FREERTOS 1
@@ -36,17 +36,17 @@
/*section 2-----function macro config-----*/
#define CFG_TX_EVM_TEST 0
#define CFG_RX_SENSITIVITY_TEST 0
-#define CFG_ROLE_LAUNCH 1
+#define CFG_ROLE_LAUNCH 0
#define CFG_USE_WPA_29 0
#define CFG_WPA_CTRL_IFACE 0
-#define CFG_WLAN_FAST_CONNECT 1
+#define CFG_WLAN_FAST_CONNECT 0
/* PMF */
#define CFG_IEEE80211W 0
#if CFG_WPA_CTRL_IFACE
#undef CFG_ROLE_LAUNCH
#define CFG_ROLE_LAUNCH 0
#endif
-#define CFG_WPA3 1
+#define CFG_WPA3 0
#if CFG_WPA3
/* disable rl, enable ctrl iface, enable wpa29, pmf, sme */
#undef CFG_ROLE_LAUNCH
@@ -123,10 +123,10 @@
#endif
/*section 8-----for netstack*/
-#define CFG_USE_LWIP_NETSTACK 1
+#define CFG_USE_LWIP_NETSTACK 0
/*section 9-----for DHCP servicers and client*/
-#define CFG_USE_DHCP 1
+#define CFG_USE_DHCP 0
/*section 10-----patch*/
#define CFG_BK7221_MDM_WATCHDOG_PATCH 0
|