Update copyright notices to include the new year
[mech_eap.git] / wpa_supplicant / wpa_supplicant.c
2011-02-27 Jouni MalinenUpdate copyright notices to include the new year
2011-02-24 Ben GreearWait 1 second before (re)scanning on authentication...
2011-02-24 Ben GreearSME: Add timers for authentication and asscoiation
2011-02-10 Jouni MalinenFix CONFIG_NO_STDOUT_DEBUG=y build
2011-02-10 Ben GreearUse wpa_msg() instead of wpa_printf()
2011-02-06 Ben GreearAdd interface name to wpa_msg() output
2011-01-09 Jouni MalinenUse set_key addr to distinguish default and multicast...
2011-01-09 Jouni MalinenUse more consistent set_key seq value when nothing...
2010-12-19 Jouni MalinenFix CONFIG_SME build without CONFIG_IEEE80211W
2010-12-19 Jouni MalinenUse SA Query procedure to recovery from AP/STA state...
2010-11-26 Ben GreearAdd interface name to some debug prints
2010-11-26 Jouni MalinenAllow driver wrappers to indicate whether result codes...
2010-11-26 Jouni MalinenExtend load balancing optimization in BSS blacklisting
2010-11-25 Jouni MalinenSME: Optimize recovery from common load balancing mecha...
2010-11-09 Samuel Ortizwpa_supplicant: Test all compiled drivers before failing
2010-11-09 Felix Fietkauwpa_supplicant: Fix port state management without IEEE8...
2010-10-27 Jouni MalinenFix memory leak in P2P build without MLME
2010-10-22 Jouni MalinenShow wpa_supplicant version number in the debug log
2010-09-09 Jouni MalinenP2P: Allow driver wrapper to indicate how many stations...
2010-09-09 Jouni MalinenP2P: Add mechanism for configuring UAPSD parameters...
2010-09-09 Jouni MalinenP2P: Add support for cross connection
2010-09-09 Jouni MalinenP2P: Include P2P IE in (Re)AssocReq to infra AP if...
2010-09-09 Jouni MalinenTrigger scan on reload-config only if there are enabled...
2010-09-09 Jouni MalinenP2P: Add P2P IE into (Re)Association Request frames
2010-09-09 Jouni MalinenP2P: Let the driver wrapper know if association is...
2010-09-09 Jouni MalinenP2P: Add initial version of P2P Module
2010-09-09 Jouni MalinenP2P: Do not register l2_packet on dedicated P2P device...
2010-09-09 Jouni MalinenP2P: Use config block with disabled==2 to store persist...
2010-09-09 Jouni MalinenP2P: Add dynamic network config block parameters for P2P
2010-09-09 Jouni MalinenAllow ctrl_iface SET command to change global config...
2010-09-04 Jouni MalinenNDIS: Fix association for WPS provisioning with protect...
2010-08-26 Jouni MalinenShare common code in wpa_supplicant_{disassociate,deaut...
2010-08-26 Jouni MalinenCancel authentication timeout on local deauth/disassoc...
2010-05-23 Jouni MalinenAdd Linux rfkill support
2010-05-02 Kel ModdermanFix enabling of networks while another network is being...
2010-04-16 Jouni MalinenDo not trigger initial scan if there are no enabled...
2010-04-11 Jouni MalinenAdd more wpa_supplicant AP mode parameters for the...
2010-04-11 Jouni MalinenAllow driver wrappers to indicate maximum remain-on...
2010-04-11 Jouni MalinenOptimize post-WPS scan based on channel used during...
2010-04-10 Jouni MalinenFT: Clean up wpa_sm_set_ft_params() by using common...
2010-04-09 Jouni MalinenFT: Copy FT Capability and Policy to MDIE from target AP
2010-03-29 Jouni MalinenMFP: Add MFPR flag into station RSN IE if 802.11w is...
2010-01-16 Jouni MalinenPreparations for v0.7.1 release hostap_0_7_1
2010-01-04 Marcel Holtmanndbus: Replace StateChanged with PropertiesChanged signal
2010-01-03 Jouni MalinenStandardize on a single definition of auth_alg bitfield...
2010-01-03 Jouni MalinenShare the same enum for MFP configuration
2010-01-03 Jouni MalinenMove wpa_supplicant specific scan code away from src...
2010-01-03 Jouni MalinenUse driver event, EVENT_EAPOL_RX, for EAPOL frame indic...
2010-01-03 Jouni MalinenReplace wpa_supplicant_sta_rx() call with driver event
2010-01-02 Jouni MalinenMaintain a pointer to the current BSS table entry
2010-01-02 Jouni MalinenDo not store raw scan results
2010-01-02 Jouni MalinenUse BSS table entry instead of raw scan result for...
2010-01-02 Jouni MalinenOnly expire scanned BSSes based on new scan results
2010-01-01 Witold Sowadbus: Divide DebugParams property to three separate...
2009-12-29 Jouni Malinendbus: Fix D-Bus network and BSS object registration...
2009-12-28 Jouni MalinenDefine struct wpa_ssid::mode as an enum with more reada...
2009-12-27 Jouni MalinenInclude BSS table unconditionally in the wpa_supplicant...
2009-12-27 Jouni MalinenAdd BSS table to track scan results without dropping...
2009-12-26 Jouni MalinenIndicate interface removal only if the interface was...
2009-12-26 Jouni MalinenGet rid of unnecessary typedefs for enums.
2009-12-23 Jouni MalinenAvoid NULL dereference on error path when default drive...
2009-12-19 Jouni MalinenWPS ER: Delay wpa_supplicant termination to allow unsub...
2009-12-19 Jouni Malineneloop: Remove global user data pointer
2009-12-15 Jouni MalinenInitialize new_connection = 1 to fix wpa_supplicant...
2009-12-06 Jouni MalinenMove EAP method registration away from src/eap_{peer...
2009-12-04 Jouni MalinenIBSS RSN: Wait for connection event and do not use...
2009-12-03 Jouni Malinennl80211: Add support for IBSS networks
2009-12-02 Jouni MalinenFix driver initialization not to crash if driver does...
2009-11-29 Jouni MalinenRemove src/rsn_supp from default header path
2009-11-29 Jouni MalinenRemove src/common from default header file path
2009-11-28 Jouni MalinenFix init2() driver_ops to get the correct global driver...
2009-11-23 Jouni MalinenRemove obsoleted get_scan_results() driver_ops
2009-11-23 Jouni MalinenRemove deprecated driver_ops handlers
2009-11-11 Witold SowaAdd notifications for scan result BSS changes (added...
2009-11-10 Jouni MalinenCall wpas_notify_network_selected only if a specific...
2009-11-04 Jouni MalinenAllow driver and ctrl_interface parameters to be overridden
2009-10-15 Witold Sowawpa_supplicant and dbus code separation
2009-10-12 Masashi HonmaMFP: Clear IGTK
2009-09-15 Johannes Bergdriver_nl80211: Fix MLME key settings for static WEP
2009-09-14 Jouni MalinenAdd preliminary background scan and roaming module...
2009-09-13 Witold SowaShare same freeing and error checking code in get_scan_...
2009-09-13 Witold SowaUse shared functions for network operations and param...
2009-09-13 Jouni MalinenAdd wpa_supplicant notification calls
2009-09-13 Witold SowaRemove extra whitespace
2009-09-04 Jouni MalinenDelay processing of EAPOL frames when not associated
2009-05-27 Dan Williamsdbus: add 'scanning' property
2009-04-21 Jouni Malinenwpa_supplicant AP: Add preliminary support for WPS...
2009-04-20 Jouni Malinenwpa_supplicant AP: Add EAPOL frame TX and RX
2009-04-20 Jouni MalinenMake deauthentication and disassociation consistent
2009-04-09 Jouni MalinenUse common get_hw_feature_data for hostapd and wpa_supp...
2009-04-09 Jouni MalinenMerge wpa_supplicant and hostapd driver wrapper impleme...
2009-04-03 Jouni MalinenShare same hw_feature definitions between hostapd and...
2009-03-26 Jouni MalinenAdd preliminary hostapd data structure initialization...
2009-03-26 Jouni MalinenMove wpa_supplicant_create_ap() into ap.c
2009-03-25 Jouni MalinenInitial step in adding simple AP mode support into...
2009-03-24 Jouni MalinenDeprecate set_drop_unencrypted(), set_auth_alg(), and...
2009-03-20 Jouni MalinenAdd SME support (separate authentication and association)
2009-03-07 Jouni MalinenDeterminer whether driver is wired at runtime based...
2009-03-02 Sam LefflerAdd support for wpa_supplicant syslog output
2009-02-14 Jouni MalinenRename "broadcast SSID" to "wildcard SSID"
next