Preparations for v0.7.1 release
[libeap.git] / wpa_supplicant / wpa_supplicant.c
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"
2009-02-14 Jouni MalinenAllow multiple driver wrappers to be specified on comma...
2009-02-12 Jouni MalinenNew driver capability info: max number of scan SSIDs
2009-02-10 Jouni MalinenFixed a copy-paste error in a function documentation
2009-02-04 Helmut SchaaFix a segfault in wpa_supplicant_deinit
2009-01-17 Jouni MalinenIBSS RSN: Set the PSK based on network configuration
2009-01-17 Jouni MalinenProcess received EAPOL frames in IBSS RSN code if in...
2009-01-17 Jouni MalinenDisable per-BSSID authentication for RSN IBSS
2009-01-14 Jouni MalinenAdded initial step for IBSS RSN support
2009-01-06 Jouni MalinenPreparations for 0.6.7 release
2009-01-03 Jouni MalinenMark functions static if not used elsewhere and use...
2009-01-03 Jouni MalinenAdded Doxygen documentation for WPS code
2009-01-02 Jouni MalinenInitialize wpa_ie_len to 0 if WPA IE is not set on...
2008-12-31 Jouni MalinenMFP: Require MFP is it is enabled and AP scan shows...
2008-12-25 Andriy TkachukLonger auth_timeout for WPS key_mgmt
2008-12-22 Jouni MalinenAdded support for global driver data (shared by multipl...
2008-12-20 Jouni MalinenWPS: Added support for wildcard SSID matching in ap_sca...
2008-12-09 Jouni MalinenRenamed the 'alpha2' variable to 'country' to match...
2008-12-09 Luis R. Rodriguezwpa_supplicant: Add support for setting of a regulatory...
2008-11-30 Jouni MalinenAlways clear EAP altAccept and altReject variables...
2008-11-29 Jouni MalinenWPS: Set Request Type properly into WPS IE in ProbeReq...
2008-11-29 Jouni MalinenWPS: Moved ProbeReq/AssocReq WPS IE building into wps_c...
2008-11-28 Jouni MalinenWPS: Moved wps_context initialization into wps_supplicant.c
2008-11-23 Jouni MalinenAdded preliminary Wi-Fi Protected Setup (WPS) implement...
2008-11-18 Jouke WitteveenAdd RoboSwitch driver interface for wpa_supplicant
2008-09-29 Jouni MalinenFT: Do not call wpa_ft_prepare_auth_request() if FT...
2008-09-29 Dan WilliamsAdd an optional set_mode() driver_ops handler for setti...
2008-09-01 Jouni MalinenFT: Fixed FTIE for authentication after a failed associ...
2008-08-31 Jouni MalinenAdded support for using SHA256-based stronger key deriv...
2008-08-30 Jouni MalinenUpdated MFP defines based on IEEE 802.11w/D6.0 and...
2008-06-04 Dan WilliamsGive adhoc associations a bit more time
2008-06-03 Jouni MalinenIntroduced new helper function is_zero_ether_addr()
2008-02-28 Jouni MalinenRe-initialize hostapd/wpa_supplicant git repository...