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 4bb081f1b4 Renamed PMKSA cache functions to avoid duplicate symbols with supplicant
This allows hostapd/pmksa_cache.c and src/rsn_supp/pmksa_cache.c to be
linked into the same program.
16 years ago
eap_example Fixed eap_example build to match with EAP-PEAP changes 16 years ago
hostapd Renamed PMKSA cache functions to avoid duplicate symbols with supplicant 16 years ago
mac80211_hwsim Added a place for example mac80211_hwsim test cases 16 years ago
patches Updated OpenSSL 0.9.8i patch to use new session ticket override API 16 years ago
radius_example Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 17 years ago
src Moved rsn_pmkid() into shared code to avoid duplication 16 years ago
testing Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 17 years ago
wpa_supplicant eapol_test: Allow generated RADIUS attributes to be replaced 16 years ago
www Preparations for 0.6.7 release 16 years ago
COPYING Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 17 years ago
FAQ Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 17 years ago
README Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 17 years ago
build_nsis.sh Added Windows NSIS installer for wpa_supplicant 16 years ago
build_release Include SIM simular for EAP-SIM in Windows build 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).