release 1.3.0

This commit is contained in:
Andreas Schultz 2016-08-08 09:28:18 +02:00
parent 01919fffd9
commit 9fbf441896
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,7 @@ SmartCAPWAP
CAPWAP WTP and AC implementation
Version 1.3.0 - unreleased
Version 1.3.0 - 08 Aug 2016
---------------------------
* forward PAE (IEEE 802.1X Authentication) frames as raw 802.11 frames to AC

View File

@ -17,6 +17,7 @@ NOTE: The WTP has been ported to libev, the AC has not been adjusted and is ther
* Local MAC
* single radio, single WLAN mode
* 802.11n ([draft-ietf-opsawg-capwap-extension-06](https://tools.ietf.org/html/draft-ietf-opsawg-capwap-extension-06))
* WPA2-PSK
Only cards with cfg80211 netlink API are supported. The following devices
have been tested:
@ -26,7 +27,8 @@ have been tested:
### Planned WTP features:
* encryption (WPA2)
* WPA2 Enterprise
* 802.11r - BSS fast transition
* Hybrid-MAC ([RFC-7494](https://tools.ietf.org/html/rfc7494))
## INSTALLATION