Explore replacing libwpasupplicant.a
with a pure Rust implementation
#1602
Labels
package:esp-wifi
Issues related to the esp-wifi package
This should be a non-default feature (i.e. defaulting to the precompiled
libwpasupplicant.a
)It seems feasible to do this and might give some benefits (like better compile-time optimizations, compile time feature selection, better integration with esp-hal). It will most probably only offer a subset of functionality
Downsides might be that this code won't be battle-tested. However, we can have a look at the CVEs and see if anything potentially might apply. Due to reduced functionality and the use of Rust many of those probably won't apply
Resources
The text was updated successfully, but these errors were encountered: