Skip to content

rt_hostap is a full implementation of WPA/WPA2 and targeted for RTOS, which origins from hostap.

License

Notifications You must be signed in to change notification settings

kelvincheung/rt_hostap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rt_hostap
==============

rt_hostap is a full implementation of WPA/WPA2 and targeted for RTOS,
which origins from hostap.



Features
--------

Supported 802.11 modes:
- Station
- AP
- P2P

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

rt_hostap is a full implementation of WPA/WPA2 and targeted for RTOS, which origins from hostap.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages