nl80211: Replace hostapd WEXT events with nl80211 events
[wpasupplicant] / src /
2009-04-09 Jouni Malinennl80211: Replace hostapd WEXT events with nl80211 events
2009-04-09 Jouni Malinennl80211: Add Michael MIC failure event processing for...
2009-04-09 Jouni MalinenSync linux/nl80211.h with wireless-testing.git
2009-04-09 Jouni Malinennl80211: Merge hostapd and wpa_supplicant key configuration
2009-04-09 Francesco Gringolinl80211: Fix channel 14 use
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-04 Jouni Malinennl80211: Fix static WEP key configuration when using SME
2009-04-03 Jouni Malinenwpa_supplicant AP: Add get_hw_feature_data
2009-04-03 Jouni MalinenShare same hw_feature definitions between hostapd and...
2009-04-03 Jouni MalinenImplement management frame TX for wpa_supplicant AP...
2009-04-03 Jouni MalinenFix driver_ops function documentation
2009-04-02 Jouni Malinenwpa_supplicant AP: Add management frame RX for nl80211
2009-04-02 Jouni MalinenAdd Beacon configuration for wpa_supplicant AP mode
2009-04-01 Jouni Malinennl80211: Add IGTK (AES-128-CMAC) configuration
2009-04-01 Jouni MalinenSME: Add processing for rejected associations
2009-04-01 Jouni MalinenFix SHA-256-based KDF when using CCMP as the pairwise...
2009-03-31 Jouni Malinennl80211: Remove forgotten comment about SIOCSIWMODE
2009-03-31 Jouni Malinennl80211: Remove SIOCGIWRANGE and assume TKIP+CCMP+WPA...
2009-03-31 Jouni Malinennl80211: Remove WEXT Michael MIC event processing
2009-03-31 Jouni Malinennl80211: Remove WEXT_COMPAT
2009-03-30 Jouni MalinenWPS: Fix local configuration update after AP configuration
2009-03-26 Jouni MalinenAdd support for specifying subset of enabled frequencie...
2009-03-26 Jouni MalinenAllow hostapd/config.h and wpa_supplicant/config_ssid...
2009-03-26 Jouni MalinenFix WPS UPnP SSDP on 32-bit targets
2009-03-25 Jouni MalinenRename EAP server defines from EAP_* to EAP_SERVER_*
2009-03-25 Jouni MalinenInitial step in adding simple AP mode support into...
2009-03-24 Jouni Malinendriver_nl80211: Fix initial iftype change
2009-03-24 Jouni MalinenDeprecate set_drop_unencrypted(), set_auth_alg(), and...
2009-03-21 Jouni MalinenFix WPS UPnP build for FreeBSD
2009-03-21 Jouni MalinenFix driver_bsd.c build for FreeBSD
2009-03-20 Jouni Malinennl80211: Make get_ssid behave like get_bssid with SME
2009-03-20 Jouni Malinennl80211: Make set_bssid() WEXT_COMPAT
2009-03-20 Jouni Malinennl80211: Make PMKSA caching candidate event WEXT_COMPAT
2009-03-20 Jouni Malinennl80211: Mark PMKSA cache operations with WEXT_COMPAT
2009-03-20 Jouni Malinennl80211: Fix no-WEXT_COMPAT build
2009-03-20 Jouni Malinennl80211: Remove user space MLME code
2009-03-20 Jouni MalinenAdd SME support (separate authentication and association)
2009-03-20 Jouni MalinenUpdate linux/nl80211.h copy based on wireless-testing.git
2009-03-19 Jouni MalinenFix doxygen function comment
2009-03-19 Jouni MalinenFix IEEE 802.11r key derivation function to match with...
2009-03-16 Masashi HonmaTNC: Fix a stray pointer that could cause segfault...
2009-03-14 Jouni MalinenUpdate draft-cam-winget-eap-fast-provisioning reference...
2009-03-13 Jouni MalinenFix TNC with EAP-TTLS
2009-03-13 Jouni MalinenFix segmentation fault on EAP-TTLS phase 2 EAP method...
2009-03-13 Masashi HonmaTNC: Send EAP-Failure on TNC failure
2009-03-13 Larry StefaniZero struct ifreq data before use in l2_packet_init()
2009-03-09 Jouni MalinenFT: Fix status code values to match with IEEE 802.11r...
2009-03-09 Jouni MalinenFT: Add RIC Request processing and RIC Response generation
2009-03-09 Jouni MalinenFT: Add RIC Request generation and validation (but...
2009-03-08 Jouni MalinenWPS: Add a workaround for static WEP with Windows netwo...
2009-03-08 Jouni MalinenAdd a workaround for EAP-FAST with Cisco AP local RADIU...
2009-03-07 Jouni Malinendriver_ndis: Detect Native 802.11 drivers (NDIS 6,...
2009-03-07 Jouni Malinendriver_ndis: Add PAE group address to the multicast...
2009-03-07 Jouni MalinenDeterminer whether driver is wired at runtime based...
2009-03-06 Jouni MalinenWMM-AC: Fix hostapd processing of ADDTS Request and...
2009-03-06 Masashi HonmaWPS: Add support for NFC out-of-band mechanism
2009-03-04 Jouni MalinenWMM cleanup (WME -> WMM rename, comments, etc.)
2009-03-02 Sam LefflerAdd support for wpa_supplicant syslog output
2009-03-02 Jouni MalinenFix hostapd build with RADIUS support removed
2009-03-02 Jouni MalinenFix EAPOL/EAP reauthentication with external RADIUS...
2009-02-27 Jouni MalinenFix builds that need SHA256 or mod_exp, but not TLS...
2009-02-27 Masashi HonmaFix Enrollee WPS state attribute in AP
2009-02-26 Jouni MalinenUpdate EAP-GPSK references from internet draft to RFC...
2009-02-26 Jouni MalinenWPS UFD: Build OOB functionality only if UFD is enabled
2009-02-26 Jouni MalinenWPS UFD: Use pre-configured DH keys only with OOB
2009-02-26 Jouni MalinenWPS UFD: Remove oob_dev pointer from wps_context
2009-02-26 Jouni MalinenWPS UFD: Handle scandir() error and no matches results...
2009-02-26 Jouni MalinenWPS UFD: Define macros for the UFD directory templates
2009-02-26 Jouni MalinenWPS UFD: Use private data structure for oob_device_data
2009-02-26 Jouni MalinenWPS UFD: Make build conditional on CONFIG_WPS_UFD=y
2009-02-26 Jouni MalinenWPS UFD: Use mkdir() instead of system("mkdir ..")
2009-02-26 Masashi HonmaWPS: Add UFD support (USBA out-of-band mechanism)
2009-02-23 Jouni MalinenReduce latency on starting WPS negotiation (TX EAPOL...
2009-02-19 Jouni MalinenAllow SHA256-based key handshake to be used without...
2009-02-18 Jouni MalinenAdd BSS flags to scan results to indicate signal qualit...
2009-02-18 Jouni Malinennl80211: Use per-scan request WPS IE
2009-02-18 Jouni MalinenSync nl80211_copy.h with wireless-testing linux/nl80211.h
2009-02-15 Jouni MalinenDo not try session resumption after EAP failure
2009-02-15 Daniel MierswaImproved 'make install' (use BINDIR/LIBDIR, install...
2009-02-15 Daniel MierswaAllow the privsep driver to pass the set_country to...
2009-02-15 Jouni MalinenCheck EAP-AKA' AT_KDF duplication only if KDF was negot...
2009-02-15 Jouni MalinenAdd debug prints for couple of new EAP-AKA' attributes
2009-02-14 Jouni MalinenRename "broadcast SSID" to "wildcard SSID"
2009-02-14 Jouni Malinendriver_nl80211: Add support for multi-SSID scan requests
2009-02-14 Jouni Malinendriver_test: Implement scan2() handler
2009-02-14 Jouni MalinenAdd extended driver scan request command: driver_ops...
2009-02-14 Jouni MalinenAllow multiple driver wrappers to be specified on comma...
2009-02-12 Jouni Malinennl80211: Remove one second sleep after iface up
2009-02-12 Jouni MalinenNew driver capability info: max number of scan SSIDs
2009-02-12 Jouni Malinennl80211: Replace WEXT scan event with nl80211
2009-02-12 Jouni Malinennl80211: Replace SIOCGIWSCAN with NL80211_CMD_GET_SCAN
2009-02-12 Jouni Malinennl80211: Replace SIOCSIWSCAN with NL80211_CMD_TRIGGER_SCAN
2009-02-12 Jouni MalinenSync nl80211.h with the current wireless-testing version
2009-02-11 Jouni MalinenAdd another Milenage test set that is suitable for...
2009-02-11 Jouni MalinenEAP-AKA': Verify that AMF separation bit is set
2009-02-10 Helmut SchaaUse signal quality if level is not available for compar...
2009-02-10 Jouni Malinenwext: Force disconnect on deauthenticate()
2009-02-10 Dan Williamswext: really disassociate (set random SSID)
2009-02-09 Jouni MalinenUse larger buffer for TLS encryption to avoid issues...
next