WPS: Use WEP key index 1..4 instead of 0..3 when configuring AP
[wpasupplicant] / hostapd /
2009-02-18 Jouni MalinenWPS: Use WEP key index 1..4 instead of 0..3 when config...
2009-02-18 Sebastien DecugisFix hostapd build without NEED_MLME
2009-02-18 Jouni Malinennl80211: Add TX/RX packet counts into accounting inform...
2009-02-16 Jouni Malinendriver_nl80211: Fix STA accounting data collection
2009-02-10 Masashi HonmaWPS: Fix clearing of WPS IE with madwifi driver
2009-02-06 Jouni MalinenUPnP: Renamed PutWLANResponse callback function to...
2009-02-06 Jouni MalinenWPS UPnP: Added support for multiple external Registrars
2009-02-06 Jouni MalinenUPnP: Workaround bogus NewWLANEventMAC in PutWLANResponse
2009-02-05 Daniel MierswaExplicitly link against libdl when including TNC support
2009-02-05 Jouni MalinenFixed scan buffer increasing with WEXT
2009-02-04 Pavel RoskinUse better examples for MadWifi path in defconfig,...
2009-02-04 Jouni Malinen802.11n: scan for overlapping BSSes before starting...
2009-02-04 Jouni MalinenVerify that driver supports configured HT capabilities
2009-01-30 Sebastien DecugisRemove unused variable from struct hostapd_config
2009-01-30 Jouni MalinenDo not use country_code default (was: US)
2009-01-29 Jouni MalinenAdded notes about WPS UPnP support and external Registrars
2009-01-29 Jouni MalinenWPS: Add support for external Registrars using UPnP...
2009-01-27 Jouni MalinenUse Data::Data only with Host AP driver; mac80211 can...
2009-01-27 Jouni Malinendriver_nl80211: Fixed inactivity poll status processing
2009-01-27 Johannes Bergdriver_nl80211: use Linux socket filter to improve...
2009-01-24 Jouni MalinenDo not forget wpa_passphrase so that WPS can use it
2009-01-23 Jouni MalinenWPS: Lock AP Setup on multiple AP PIN validation failures
2009-01-23 Jouni MalinenAdded ap_settings option for overriding WPS AP Settings...
2009-01-23 Jouni MalinenFree extra_cred when freeing configuration
2009-01-22 Jouni MalinenAllow WPS device strings to be unconfigured
2009-01-21 Jouni MalinenDocumented interface for external WPS credential processing
2009-01-21 Jouni MalinenFixed WPS with open and shared WEP networks
2009-01-21 Jouni MalinenWPS: Added option to disable AP auto-config on first...
2009-01-21 Jouni MalinenAdded wps_cred_processing configuration option for...
2009-01-21 Jouni MalinenEnable wpa_msg() for hostapd
2009-01-20 Jouni MalinenIncreased wpa_cli/hostapd_cli ping interval and made...
2009-01-19 Jouni MalinenFixed MFP Association Comeback mechanism to use Timeout...
2009-01-17 Jouni MalinenWPS: Provide the unparsed Credential attribute to cred_cb()
2009-01-16 Jouni MalinenAdded an option to add (or override) Credential attribu...
2009-01-14 Jouni MalinenRenamed PMKSA cache functions to avoid duplicate symbol...
2009-01-14 Jouni MalinenMoved rsn_pmkid() into shared code to avoid duplication
2009-01-13 Jouni MalinenMoved RADIUS Class attribute helpers into RADIUS module
2009-01-13 Jouni MalinenRemoved dead code
2009-01-13 Jouni MalinenFixed copy-paste error in retry configuration (incorrec...
2009-01-13 Jouni MalinenRemoved unused set_regulatory_domain driver function
2009-01-12 Jouni MalinenFixed build without CONFIG_IEEE80211N
2009-01-12 Jouni MalinenFixed a typo in printf -> wpa_printf changes
2009-01-12 Jouni MalinenFixed build with wpa_printf disabled
2009-01-12 Jouni MalinenRemoved hw_features.o from build if hostapd MLME is...
2009-01-12 Jouni MalinenAdded build option for disabling control interface...
2009-01-12 Jouni MalinenAdded build option for removing VLAN support (CONFIG_NO...
2009-01-12 Jouni MalinenFixed CONFIG_NO_HOSTAPD_LOGGER build
2009-01-12 Jouni MalinenComment out RADIUS configuration parsing if RADIUS...
2009-01-12 Jouni MalinenReplaced printf() calls with wpa_printf()
2009-01-12 Jouni MalinenRemove TLS-PRF from hostapd build if it is not needed
2009-01-12 Jouni MalinenAdded CONFIG_NO_AES_EXTRAS for hostapd
2009-01-12 Jouni MalinenFixed couple of build failures with minimal configuration
2009-01-11 Jouni MalinenSilenced some sparse warnings
2009-01-10 Jouni MalinenFixed build with 802.11n disabled
2009-01-09 Jouni MalinenCleaned up main() by splitting it into number of helper...
2009-01-09 Jouni MalinenMoved driver callback functions from hostapd.c to a...
2009-01-09 Jouni MalinenMoved TKIP countermeasures from hostapd.c to its own...
2009-01-09 Jouni MalinenCleanup: move related functions closer to eachother
2009-01-09 Jouni MalinenFixed TKIP countermeasueres for drivers that do not...
2009-01-09 Jouni MalinenAdd wrapper functions for IEEE 802.11 driver calls...
2009-01-09 Jouni MalinenUse a wrapper function for ieee802_1x_receive() to...
2009-01-09 Jouni MalinenMoved disassociation processing away from driver_*.c
2009-01-09 Jouni MalinenMoved association check from driver_*.c into ieee802_1x...
2009-01-09 Jouni MalinenMoved WPA setup etc. association processing away from...
2009-01-09 Jouni MalinenMove RX-from-unknown-STA processing away from driver_*.c
2009-01-09 Jouni MalinenMoved TX status processing for STA entries away from...
2009-01-09 Jouni MalinenShare the same radiotap helper implementation
2009-01-09 Jouni MalinenMoved rfc1042_header into driver_*.c that use it
2009-01-09 Jouni MalinenFixed a typo in a comment
2009-01-08 Jouni MalinenMove generic definitions away from hostapd.h
2009-01-08 Jouni MalinenSplit hostapd/driver.h into two files
2009-01-08 Jouni MalinenAdded support for removing RADIUS accounting and RADIUS...
2009-01-08 Jouni MalinenRemove MLME code from build if none of the enabled...
2009-01-08 Jouni MalinenReplaced printf() with wpa_printf()
2009-01-08 Jouni MalinenAdded CONFIG_NO_STDOUT_DEBUG for hostapd
2009-01-08 Jouni MalinenMark shared secret const in RADIUS client routines
2009-01-08 Jouni MalinenMoved documentation from developer.txt into source...
2009-01-06 Jouni MalinenPreparations for 0.6.7 release
2009-01-04 Jouni MalinenFixed IMAGE_PATH for doxygen run in root directory
2009-01-03 Jouni MalinenAdded endianness annotation for sparse
2009-01-03 Jouni MalinenFixed sparse warnings about integer vs. pointer use
2009-01-03 Jouni MalinenRemoved sparse destinations since "CC=cgcc make" works...
2009-01-03 Jouni MalinenMark functions static if not used elsewhere and use...
2009-01-03 Jouni MalinenCreate all doxygen docs from root directory to get...
2009-01-02 Jouni MalinenFixed number of doxygen warnings
2009-01-02 Jouni MalinenAdded more src subdirectories into doxygen docs
2009-01-02 Jouni MalinenUpdated doxygen configuration files to work with new...
2009-01-02 Jouni MalinenInclude ieee802_11_defs.h explicitly instead of assumin...
2009-01-01 Jouni MalinenWPS: Generate UUID based on MAC address, if not set
2008-12-31 Jouni MalinenInclude pending MFP defines in nl80211_copy.h
2008-12-31 Jouni MalinenRenamed nl80211 HT channel parameters to match with...
2008-12-31 Jouni MalinenFixed SA Query Request length
2008-12-31 Jouni MalinenClear BIP keys, too, when removing broadcast keys with...
2008-12-31 Jouni MalinenMFP: Remove mac80211 workaround of IGTK in monitor...
2008-12-30 Jouni MalinenAdded ctrl_interface command for sending a SA Query...
2008-12-29 Jouni MalinenDisconnect the STA if EAP timeout is reached
2008-12-29 Jouni MalinenFixed retransmission of EAP requests if no response...
2008-12-26 Jouni MalinenAdd RADIUS server support for identity selection hint...
2008-12-26 Andriy TkachukNEED_BASE64 for WPS
2008-12-26 Jouni MalinenAdded a TODO item for sending protected Disassoc after...
next