diff options
author | Jouni Malinen <jouni.malinen@atheros.com> | 2008-10-01 14:07:55 +0300 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2008-10-01 14:07:55 +0300 |
commit | d64dabeebcc1bacd1a38c377d083e3fd3a703d3e (patch) | |
tree | ae35695eb8e9b32cb159c2c2fd415512eae486f3 /hostapd/ChangeLog | |
parent | 510c02d4a362cd572303fa845b139eacb2dab387 (diff) | |
download | external_wpa_supplicant_8_ti-d64dabeebcc1bacd1a38c377d083e3fd3a703d3e.zip external_wpa_supplicant_8_ti-d64dabeebcc1bacd1a38c377d083e3fd3a703d3e.tar.gz external_wpa_supplicant_8_ti-d64dabeebcc1bacd1a38c377d083e3fd3a703d3e.tar.bz2 |
Added a new driver wrapper, "none", for RADIUS server only configuration
This can be used to limit hostapd code size and clean up debug output for
configurations that do not use hostapd to control AP functionality.
Diffstat (limited to 'hostapd/ChangeLog')
-rw-r--r-- | hostapd/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hostapd/ChangeLog b/hostapd/ChangeLog index 54045ac..742464a 100644 --- a/hostapd/ChangeLog +++ b/hostapd/ChangeLog @@ -15,6 +15,8 @@ ChangeLog for hostapd authenticate or (re)associate request frames dropping association) * added support for using SHA256-based stronger key derivation for WPA2 (IEEE 802.11w) + * added new "driver wrapper" for RADIUS-only configuration + (driver=none in hostapd.conf; CONFIG_DRIVER_NONE=y in .config) 2008-08-10 - v0.6.4 * added peer identity into EAP-FAST PAC-Opaque and skip Phase 2 |