wpasupplicant
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-23 Jouni MalinenFix WPS in non-WPA modes with drivers that implement...
2009-02-19 Jouni MalinenAllow SHA256-based key handshake to be used without...
2009-02-19 Jouni MalinenAdd new driver wrapper for the Atheros driver
2009-02-18 Jouni MalinenWPS: Use WEP key index 1..4 instead of 0..3 when config...
2009-02-18 Andriy TkachukWPS: Fix WEP key index to use 1..4 instead of 0..3
2009-02-18 Sebastien DecugisFix hostapd build without NEED_MLME
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 Malinennl80211: Add TX/RX packet counts into accounting inform...
2009-02-18 Jouni MalinenSync nl80211_copy.h with wireless-testing linux/nl80211.h
2009-02-17 Andriy TkachukWPS: support WEP keys in hex characters format in recei...
2009-02-17 Andriy TkachukWPS: support registration with APs in WEP security...
2009-02-16 Jouni MalinenUpdated to-do list for wpa_supplicant
2009-02-16 Jouni Malinendriver_nl80211: Fix STA accounting data collection
2009-02-15 Jouni MalinenPreparations for 0.6.8 release
2009-02-15 Jouni MalinenUpdate nmake.mak to match with current files
2009-02-15 Jouni MalinenDo not try session resumption after EAP failure
2009-02-15 Jouni MalinenAvoid using #ifdef inside printf string
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 MalinenAdd 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 MalinenRemoved an obsolete comment about use of external progr...
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 Jouni Malinenwpa_gui-qt4: Add support for selecting between WEP...
2009-02-10 Jouni MalinenFix test-sha256 build
2009-02-10 Helmut SchaaUse signal quality if level is not available for compar...
2009-02-10 Jouni MalinenFixed a copy-paste error in a function documentation
2009-02-10 Jouni Malinenwext: Force disconnect on deauthenticate()
2009-02-10 Dan Williamswext: really disassociate (set random SSID)
2009-02-10 Masashi HonmaWPS: Fix clearing of WPS IE with madwifi driver
2009-02-09 Jouni MalinenUse larger buffer for TLS encryption to avoid issues...
2009-02-09 Masashi HonmaWPS: Set correct Selected Registrar Config Methods...
2009-02-09 Helmut SchaaSend a dbus reply only if requested by the caller
2009-02-08 Alan T. DeKokCreate os_daemon for OS X, as it's now deprecated ...
2009-02-08 Jeremy C. ReedAllow driver_bsd.c to be built for NetBSD
2009-02-08 Jouni MalinenUse os_strlcpy instead of os_strncpy when copying ifname
2009-02-08 Jouni MalinenFix MinGW build with CONFIG_EAP_TNC=y
2009-02-07 Jouni MalinenAvoid memory leak on error path in crypto_cipher_init()
2009-02-07 Jouni MalinenAdd crypto_cipher_{init,encrypt,decrypt,deinit} for...
2009-02-07 Jouni MalinenFix privsep build with CONFIG_CLIENT_MLME=y
2009-02-07 Daniel MierswaInclude wpabuf.o in wpa_priv build
2009-02-07 Jouni MalinenRemoved printf size_t format warning on 64-bit
2009-02-07 Jouni MalinenRemoved CONFIG_EAP_WSC=dyn option
2009-02-07 Pavel RoskinFix building dynamic EAP peer modules
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 MalinenWPS UPnP: Add IP address and port details into debug...
2009-02-06 Jouni MalinenUPnP: Workaround bogus NewWLANEventMAC in PutWLANResponse
2009-02-06 Jouni MalinenWPS: Allow minor version differences in Version attribu...
2009-02-06 Jouni MalinenWPS: Moved Version attribute validation into a shared...
2009-02-06 Jouni MalinenUPnP: Removed shadowed variable
2009-02-06 Andriy TkachukWPS: Set correct Device Password ID in M2
2009-02-06 Jouni MalinenAdded CONFIG_WPS_UPNP for wpa_supplicant tests
2009-02-05 Daniel MierswaExplicitly link against libdl when including TNC support
2009-02-05 Masashi HonmaSetting probe request ie with madwifi driver
2009-02-05 Jouni MalinenAdd crypto_mod_exp() for GnuTLS (libgcrypt)
2009-02-05 Jouni MalinenFixed eapol_test linking with CONFIG_IBSS_RSN=y
2009-02-05 Jouni MalinenCleaned up printf format warnings on 64-bit build
2009-02-05 Jouni MalinenFixed scan buffer increasing with WEXT
2009-02-04 Jouke WitteveenBetter support in RoboSwitch driver
2009-02-04 Helmut SchaaFix a segfault in wpa_supplicant_deinit
2009-02-04 Jouni MalinenAdd CONFIG_DRIVER_NL80211 and clarify client MLME limit...
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-02-03 Jouni MalinenUPnP: Minor coding style cleanup
2009-02-03 Jouke WitteveenBetter support in RoboSwitch driver
2009-02-01 Jouni Malinenwpa_gui-qt4: Disable WPS tab in the same way as the...
2009-01-31 Jouni MalinenRemove orphaned wpa_cli control socket on EADDRINUSE
2009-01-30 Jouni MalinenAdd comments on the new Broadcom driver not using drive...
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-28 Jouni MalinenFixed WPS Authenticator attribute processing after M2D
2009-01-27 Jouni MalinenUse Data::Data only with Host AP driver; mac80211 can...
next