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 ea184114ca Allow auto-connect to request scan in associating state
Disconnection event may be received while in associating state.
Previously, wpa_supplicant could get stuck not trying to reconnect
in that case at least with nl80211. Allow scan request in this
state to avoid the issue. This helps especially with APs that do
load balancing by sending Deauthentication frame as a response to
Reassociation Request frame after successful Authentication frame
exchange.
14 years ago
doc P2P: Add Device Password ID to GO Neg Request RX event 14 years ago
eap_example Rename EAP server source files to avoid duplicate names 15 years ago
hostapd P2P: Add forgotten allow_cross_connection example 14 years ago
mac80211_hwsim Remove mac80211_hwsim code 15 years ago
patches Updated OpenSSL 0.9.8i patch to use new session ticket override API 16 years ago
radius_example radius_example: Fix memory leak on deinit 15 years ago
src P2P: Add option for disabling intra BSS distribution 14 years ago
testing Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 17 years ago
tests Add generic doubly-linked list implementation 15 years ago
wpa_supplicant Allow auto-connect to request scan in associating state 14 years ago
www Preparations for 0.7.2 release 14 years ago
.gitignore Add root .gitignore file to cleanup ignore lists 15 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 Add wpa_gui-qt4 translation files into build 14 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).