-
Notifications
You must be signed in to change notification settings - Fork 6
lw_hostap is a light weight implementation of WPA/WPA2 and targeted for RTOS, which origins from hostap.
License
weenas/lw_hostap
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
lw_hostap
==============
lw_hostap is a light weight implementation of WPA/WPA2 and targeted for RTOS,
which origins from hostap.
Features
--------
Supported 802.11 modes:
- Station
- AP
Supported WPA/IEEE 802.11i features:
- WEP
- WPA-PSK ("WPA-Personal")
- RSN/WPA2 (IEEE 802.11i)
* pre-authentication
* PMKSA caching
Building
--------
In order to be able to build lw_hostap, you will first need to
select which parts of it will be included. This is done by creating a
build time configuration file, .config, in the directory hostap and
wpa_supplicant directory separately. Configuration options are text lines using
following format: CONFIG_<option>=y. Lines starting with # are considered
comments and are ignored. See defconfig file for an example configuration
and a list of available options and additional notes.
cp defconfig .config
After you have created a configuration file, you can build
lw_hostap with 'make' command.
make
For cross compilation, please set the environment variable CC.
CC=arm-linux-gcc make
About
lw_hostap is a light weight implementation of WPA/WPA2 and targeted for RTOS, which origins from hostap.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published