]> git.ipfire.org Git - thirdparty/hostap.git/history - wpa_supplicant/wpa_supplicant.c
P2P: Add support for cross connection
[thirdparty/hostap.git] / wpa_supplicant / wpa_supplicant.c
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"
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...
next