forked from dhrishi/ez-connect-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.config
263 lines (232 loc) · 5.05 KB
/
.config
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
#
# Automatically generated make config: don't edit
# WMSDK version:
#
# System
#
# CONFIG_CPU_MC200 is not set
CONFIG_CPU_MW300=y
# CONFIG_WiFi_878x is not set
CONFIG_WiFi_8801=y
# CONFIG_ENABLE_ROM_LIBS is not set
# CONFIG_ENABLE_MCU_PM3 is not set
CONFIG_OS_FREERTOS=y
CONFIG_LWIP_STACK=y
#
# Application Framework
#
# CONFIG_APP_FRM_PROV_WPS is not set
#
# Modules
#
#
# WLAN
#
#
# Wifi driver
#
# CONFIG_HOST_SUPP is not set
# CONFIG_HOST_PMK is not set
# CONFIG_EXT_SCAN is not set
CONFIG_WMM=y
CONFIG_11N=y
CONFIG_WLAN_FW_HEARTBEAT=y
# CONFIG_5GHz_SUPPORT is not set
# CONFIG_WLAN_FAST_PATH is not set
CONFIG_MAX_AP_ENTRIES=20
CONFIG_WLAN_KNOWN_NETWORKS=5
#
# uAP configuration
#
CONFIG_WIFI_UAP_WORKAROUND_STICKY_TIM=y
#
# Wifi extra debug options
#
# CONFIG_WIFI_EXTRA_DEBUG is not set
# CONFIG_WIFI_UAP_DEBUG is not set
# CONFIG_WIFI_EVENTS_DEBUG is not set
# CONFIG_WIFI_CMD_RESP_DEBUG is not set
# CONFIG_WIFI_SCAN_DEBUG is not set
# CONFIG_WIFI_IO_DEBUG is not set
# CONFIG_WIFI_IO_DUMP is not set
# CONFIG_WIFI_MEM_DEBUG is not set
# CONFIG_WIFI_AMPDU_DEBUG is not set
# CONFIG_WIFI_TIMER_DEBUG is not set
# CONFIG_P2P is not set
# CONFIG_WPS2 is not set
#
# WPA2 Enterprise Support
#
# CONFIG_WPA2_ENTP is not set
# CONFIG_HOSTAPD_RADIUS is not set
# CONFIG_FREE_RADIUS is not set
CONFIG_MLAN_WMSDK=y
#
# MDNS
#
CONFIG_MDNS_MAX_SERVICE_ANNOUNCE=3
# CONFIG_MDNS_QUERY is not set
# CONFIG_DNSSD_QUERY is not set
CONFIG_MDNS_SERVICE_CACHE_SIZE=
CONFIG_MDNS_MAX_SERVICE_MONITORS=
# CONFIG_XMDNS is not set
#
# TLS
#
CONFIG_ENABLE_TLS=y
# CONFIG_ENABLE_CYASSL_DEBUG is not set
# CONFIG_CYASSL_ENABLE_ERROR_LOG is not set
# CONFIG_CYASSL_ENABLE_INFO_LOG is not set
# CONFIG_CYASSL_ENABLE_FUNC_ENTRY_LOG is not set
# CONFIG_CYASSL_ENABLE_FUNC_LEAVE_LOG is not set
# CONFIG_CYASSL_ENABLE_OTHER_LOG is not set
#
# PROVISIONING
#
CONFIG_ENABLE_SCAN=y
#
# HTTP Server (HTTPD)
#
CONFIG_ENABLE_HTTP_SERVER=y
# CONFIG_ENABLE_HTTPS_SERVER is not set
CONFIG_HTTP_CLIENT_SOCKETS=1
CONFIG_ENABLE_HTTPD_STATS=y
#
# HTTP Client
#
# CONFIG_ENABLE_HTTPC_SECURE is not set
# CONFIG_ENABLE_HTTPC_MODIFY_TIME is not set
#
# JSON
#
# CONFIG_JSON_FLOAT is not set
#
# Firmware Upgrades
#
CONFIG_FWUPG_ED_CHACHA=y
# CONFIG_FWUPG_RSA_AES is not set
CONFIG_WIFI_FW_UPGRADE=y
#
# TCP/IP
#
#
# TCP/IP stack
#
CONFIG_MAX_SOCKETS_TCP=8
CONFIG_MAX_LISTENING_SOCKETS_TCP=4
CONFIG_MAX_SOCKETS_UDP=6
CONFIG_TCP_SND_BUF_COUNT=2
CONFIG_TCPIP_STACK_TX_HEAP_SIZE=0
#
# XZ Decompression
#
CONFIG_XZ_DECOMPRESSION=y
#
# BT Support
#
# CONFIG_BT_SUPPORT is not set
#
# IPv6 Support
#
# CONFIG_IPV6 is not set
#
# Auto IP Support
#
# CONFIG_AUTOIP is not set
#
# Bonjour Conformance fixes
#
# CONFIG_BONJ_CONFORMANCE is not set
#
# System Work Queue
#
CONFIG_SYS_WQ_STACK=1024
#
# CMSIS DSP Library
#
# CONFIG_CMSIS_DSPLIB is not set
#
# Device Drivers
#
#
# Internal
#
#
# I2C configuration
#
#
# I2C debug options
#
# CONFIG_DRV_I2C_DEBUG_DUMP is not set
# CONFIG_USB_DRIVER is not set
#
# External
#
# CONFIG_XFLASH_DRIVER is not set
# CONFIG_SPI_FLASH_DRIVER is not set
#
# Miscellaneous
#
CONFIG_FLASH_PARTITION_COUNT=10
# CONFIG_UART_LARGE_RCV_BUF is not set
# CONFIG_SW_WATCHDOG is not set
CONFIG_HW_RTC=y
# CONFIG_PROFILER is not set
CONFIG_PROFILER_FUNCTION_CNT=
# CONFIG_ENABLE_LTO is not set
#
# Development and Debugging
#
# CONFIG_ENABLE_ERROR_LOGS is not set
# CONFIG_ENABLE_WARNING_LOGS is not set
# CONFIG_DEBUG_BUILD is not set
# CONFIG_ENABLE_FREERTOS_RUNTIME_STATS_SUPPORT is not set
# CONFIG_RUNTIME_STATS_USE_GPT0 is not set
# CONFIG_RUNTIME_STATS_USE_GPT1 is not set
# CONFIG_RUNTIME_STATS_USE_GPT2 is not set
# CONFIG_RUNTIME_STATS_USE_GPT3 is not set
# CONFIG_ENABLE_STACK_OVERFLOW_CHECK is not set
# CONFIG_ENABLE_ASSERTS is not set
# CONFIG_DEBUG_OUTPUT is not set
# CONFIG_WLCMGR_DEBUG is not set
# CONFIG_HEALTHMON_DEBUG is not set
# CONFIG_HTTPD_DEBUG is not set
# CONFIG_TLS_DEBUG is not set
# CONFIG_WIFI_DEBUG is not set
# CONFIG_PWR_DEBUG is not set
# CONFIG_WAKELOCK_DEBUG is not set
# CONFIG_WPS_DEBUG is not set
# CONFIG_P2P_DEBUG is not set
# CONFIG_DHCP_SERVER_DEBUG is not set
# CONFIG_PROVISIONING_DEBUG is not set
# CONFIG_SUPPLICANT_DEBUG is not set
# CONFIG_HTTPC_DEBUG is not set
# CONFIG_BLOCK_ALLOCATOR_DEBUG is not set
# CONFIG_CRC_DEBUG is not set
# CONFIG_RFGET_DEBUG is not set
# CONFIG_CRYPTO_DEBUG is not set
# CONFIG_JSON_DEBUG is not set
# CONFIG_FLASH_DEBUG is not set
# CONFIG_MDNS_DEBUG is not set
# CONFIG_MDNS_CHECK_ARGS is not set
# CONFIG_APP_DEBUG is not set
# CONFIG_APP_FRAME_INTERNAL_DEBUG is not set
# CONFIG_LL_DEBUG is not set
# CONFIG_OS_DEBUG is not set
# CONFIG_HEAP_DEBUG is not set
# CONFIG_PSM_DEBUG is not set
# CONFIG_FTFS_DEBUG is not set
# CONFIG_SEMAPHORE_DEBUG is not set
# CONFIG_ENABLE_TESTS is not set
# CONFIG_PSM_TESTS is not set
# CONFIG_HTTPD_TESTS is not set
# CONFIG_JSON_TESTS is not set
# CONFIG_CLI_TESTS is not set
# CONFIG_SYSINFO_TESTS is not set
# CONFIG_MDNS_TESTS is not set
# CONFIG_EZXML_TESTS is not set
# CONFIG_BA_TESTS is not set
# CONFIG_WORK_QUEUE_TESTS is not set
# CONFIG_MDEV_TESTS is not set
# CONFIG_HEAP_TESTS is not set
# CONFIG_AUTO_TEST_BUILD is not set