NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.
OMAP Wireless Connectivity OpenSource Compile WPA Supplicant
Building WPA supplicant[edit]
Before starting you need to complete the following sections:
- Setup build environment variables <Setting build environment>
- Build and install openSSL in your root file system <Building openSSL>
- Build and install libnl in your root file system <Building libnl>
- Clone the WPA supplicant git (same git is used for hostapd and WPA supplicant):
git clone git://w1.fi/srv/git/hostap.git
- Point to the specific Commit ID:
git reset --hard b8fb017272ed4794339978c9fbc0e74571a44728
build the WPA supplicant executable[edit]
- change to the wpa_supplicant directory
cd wpa_supplicant
- Use the following <defconfig> file as .config
- Run:
make make install
For more details regarding the wpa supplicant please refer to the wpa supplicant home page
HOME