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 Hostapd
Building hostapd[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 hostapd executable[edit]
cd hostapd/
Use the following <defconfig> file as .config
make export DESTDIR=${NFSROOT} make install
For more details regarding the wpa supplicant please refer to the hostapd home page
HOME