I am trying to configure wpa_supplicant to use it in an embedded system project under the following environment:
- No operating system
- Proprietary compiler and processor
- Single Threaded
- No Filesystem
- Using OpenSSL library
- LWIP
Is there anyway to do that? noting that I only need the supplicant and not the server or authenticator part.