Does mbed support wpa_supplicant?

Hello,

the crypto libs that wpa_supplicant used are openssl and wolfssl(crypto_openssl.c , crypto_wolfssl.c). But for embedded system , openssl is too big, wolfssl is GPL license. Both are all not suitable for IoT device.
Does mbed plan to support the wpa_supplicant? like crypto_mbedssl.c.
Thanks!

Hi @David98
Thank you for your for your interest in Mbed TLS!

Note that we do not supply the ports of Mbed TLS to different platforms and libraries.
I believe you should be requesting this feature from wpa_supplicant maintainers.

Regards,
Mbed TLS Team member
Ron

Hi Ron,

Got it. Thank you!

Hi,

I am studying the porting effort involved in our project in moving away from OpenSSL and integrating MbedTLS. Were you successful in integrating MbedTLS with WPA supplicant?