File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -572,6 +572,10 @@ zephyr_library_compile_definitions_ifdef(CONFIG_EAP_FAST
572
572
EAP_FAST
573
573
)
574
574
575
+ zephyr_library_compile_definitions_ifdef(CONFIG_EAP_TLSV1_3
576
+ EAP_TLSV1_3
577
+ )
578
+
575
579
zephyr_library_sources_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_EAPOL
576
580
${HOSTAP_SRC_BASE} /eapol_supp/eapol_supp_sm.c
577
581
${HOSTAP_SRC_BASE} /eap_peer/eap.c
Original file line number Diff line number Diff line change @@ -299,6 +299,14 @@ config EAP_ALL
299
299
select EAP_TTLS
300
300
select EAP_MSCHAPV2
301
301
default y
302
+
303
+ config EAP_TLSV1_3
304
+ bool "EAP TLSv1.3 support"
305
+ select MBEDTLS_TLS_VERSION_1_3
306
+ select MBEDTLS_TLS_SESSION_TICKETS
307
+ select MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK_ENABLED
308
+ select MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_EPHEMERAL_ENABLED
309
+ select MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK_EPHEMERAL_ENABLED
302
310
endif # WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
303
311
304
312
config WIFI_NM_WPA_SUPPLICANT_WPA3
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ manifest:
210
210
groups :
211
211
- hal
212
212
- name : hal_nxp
213
- revision : 10f1faf465440e48ecad1ab2b5adee8c72f41157
213
+ revision : 455abbda0e2faa53086ad883ce843957f871ddc2
214
214
path : modules/hal/nxp
215
215
groups :
216
216
- hal
@@ -281,7 +281,7 @@ manifest:
281
281
- hal
282
282
- name : hostap
283
283
path : modules/lib/hostap
284
- revision : c55683ce514953277be5566fceb38c4c2485f1e1
284
+ revision : pull/98/head
285
285
- name : liblc3
286
286
revision : 48bbd3eacd36e99a57317a0a4867002e0b09e183
287
287
path : modules/lib/liblc3
You can’t perform that action at this time.
0 commit comments