You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Jouni Malinen 7914585fe0 EAP-FAST: Cleaned up TLV processing and added support for EAP Sequences
Number of TLVs were processed in groups and these cases were now separated
into more flexible processing of one TLV at the time. wpabuf_concat()
function was added to make it easier to concatenate TLVs. EAP Sequences are
now supported in both server and peer code, but the server side is not
enabled by default.
16 years ago
eap_example Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 16 years ago
hostapd EAP-FAST: Cleaned up TLV processing and added support for EAP Sequences 16 years ago
patches Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 16 years ago
radius_example Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 16 years ago
src EAP-FAST: Cleaned up TLV processing and added support for EAP Sequences 16 years ago
testing Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 16 years ago
wpa_supplicant EAP-FAST: Cleaned up TLV processing and added support for EAP Sequences 16 years ago
www Preparations for 0.4.11 release 16 years ago
COPYING Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 16 years ago
FAQ Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 16 years ago
README Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 16 years ago
build_release Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 16 years ago

README

wpa_supplicant and hostapd v0.6.x
---------------------------------

Copyright (c) 2002-2007, Jouni Malinen <j@w1.fi> and contributors
All Rights Reserved.

These program is dual-licensed under both the GPL version 2 and BSD
license. Either license may be used at your option.


This package may include either wpa_supplicant, hostapd, or both. See
README file respective subdirectories (wpa_supplicant/README or
hostapd/README) for more details.

Source code files have been moved around in v0.6.x releases and
compared to earlier releases, the programs are now build by first
going to a subdirectory (wpa_supplicant or hostapd) and creating
build configuration (.config) and running 'make' there (for
Linux/BSD/cygwin builds).