Skip to content

Commit 703fa22

Browse files
abhinavnxpkartben
authored andcommitted
samples: net: wifi: shell: nxp: HostAP support for IW416
Added host AP support for IW416 and IW612 socs. Adding conf files which can be used along with shield for compilation to test HostAP and WPA supplicant. Signed-off-by: Abhinav Kulkarni <abhinav.kulkarni@nxp.com>
1 parent 436fabe commit 703fa22

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# This conf is used for supplicant support, including enterprise,
2+
# WPS and DPP mode.
3+
4+
# wpa_supplicant
5+
CONFIG_WIFI_NM_WPA_SUPPLICANT=y
6+
CONFIG_WIFI_NM_WPA_SUPPLICANT_CLI=y
7+
CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT=y
8+
CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE=y
9+
CONFIG_WIFI_NM_WPA_SUPPLICANT_DPP=y
10+
CONFIG_WIFI_NM_WPA_SUPPLICANT_EAPOL=y
11+
CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_MBEDTLS_PSA=y
12+
CONFIG_WIFI_NM_WPA_SUPPLICANT_INF_MON=n
13+
CONFIG_WIFI_NM_MAX_MANAGED_INTERFACES=2
14+
CONFIG_SAE_PWE_EARLY_EXIT=y
15+
CONFIG_WIFI_NM_WPA_SUPPLICANT_WPS=y
16+
17+
# Enable mbedtls
18+
CONFIG_MBEDTLS=y
19+
CONFIG_MBEDTLS_BUILTIN=y
20+
CONFIG_ENTROPY_GENERATOR=y
21+
CONFIG_MBEDTLS_PSA_CRYPTO_C=y
22+
CONFIG_MBEDTLS_ENTROPY_C=y
23+
CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN=8192
24+
25+
# mbedtls heap for enterprise case
26+
CONFIG_MBEDTLS_ENABLE_HEAP=y
27+
CONFIG_MBEDTLS_HEAP_SIZE=80192
28+
29+
#priority
30+
CONFIG_WIFI_NM_WPA_SUPPLICANT_WQ_PRIO=3
31+
CONFIG_WIFI_NM_WPA_SUPPLICANT_PRIO=3
32+
33+
# stack size
34+
CONFIG_WIFI_NM_WPA_SUPPLICANT_WQ_STACK_SIZE=12288
35+
CONFIG_WIFI_NM_WPA_SUPPLICANT_THREAD_STACK_SIZE=12288
36+
37+
# debug level
38+
CONFIG_WIFI_NM_WPA_SUPPLICANT_LOG_LEVEL_INF=y

0 commit comments

Comments
 (0)