Skip to content

Commit 53f5e6d

Browse files
krish2718nordicjm
authored andcommitted
[nrf fromtree] modules: hostap: Add external crypto support
Add an option for platforms or forks to provide their own hostap compatible crypto implementation. This may include proprietary or platform specific stuff that may or may not be upstreamed to Zephyr. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit bbfb546)
1 parent c73ec1c commit 53f5e6d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

modules/hostap/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,14 @@ config WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT
166166
config WIFI_NM_WPA_SUPPLICANT_CRYPTO_NONE
167167
bool "No Crypto support for WiFi"
168168

169+
config WIFI_NM_WPA_SUPPLICANT_CRYPTO_EXT
170+
bool "External Crypto support for hostap"
171+
help
172+
Use external crypto implementation for hostp, this is useful for
173+
platforms where the crypto implementation is provided by the platform
174+
and not by Zephyr. The external crypto implementation should provide
175+
the required APIs and any other dependencies required by hostap.
176+
169177
endchoice
170178

171179
config WIFI_NM_WPA_SUPPLICANT_CRYPTO_MBEDTLS_PSA

0 commit comments

Comments
 (0)