You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains scripts for building statically linked **iw** and **wpa_supplicant** tools for Linux, which probably work on any Linux/Android distribution/version.
3
+
### Tested build environments:
4
+
* Alpine Linux edge armhf (running on Android under Linux Deploy)
5
+
* Alpine Linux edge aarch64 (running on Android under Linux Deploy)
`wpa_supplicant_build_config` file contains minimal wpa_supplicant build configuration with built-in cryptographic engine (does not depend on OpenSSL). Edit this file according to your needs, then run:
17
+
`make wpa_supplicant`
18
+
Note: if you want to use OpenSSL, firstly build it with `make openssl` then add to the wpa_supplicant config following (change the path to prefix directory):
0 commit comments