Skip to content

Keepenjoying/lw_hostap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lw_hostap
==============

Copyright (c) 2016, Kelvin Cheung <keguang.zhang@gmail.com> and contributors
All Rights Reserved.



WHAT IS THIS?
-------------

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

No packages published

Languages

  • C 98.4%
  • Other 1.6%