aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Preparations for 0.6.8 releaseJouni Malinen2009-02-154-76/+45
* Update nmake.mak to match with current filesJouni Malinen2009-02-151-1/+2
* Do not try session resumption after EAP failureJouni Malinen2009-02-152-1/+7
* Avoid using #ifdef inside printf stringJouni Malinen2009-02-151-8/+8
* Improved 'make install' (use BINDIR/LIBDIR, install shared objects)Daniel Mierswa2009-02-1516-2/+54
* Allow the privsep driver to pass the set_country to the real driverDaniel Mierswa2009-02-153-2/+30
* Check EAP-AKA' AT_KDF duplication only if KDF was negotiatedJouni Malinen2009-02-151-1/+4
* Add debug prints for couple of new EAP-AKA' attributesJouni Malinen2009-02-151-0/+4
* Rename "broadcast SSID" to "wildcard SSID"Jouni Malinen2009-02-145-18/+18
* driver_nl80211: Add support for multi-SSID scan requestsJouni Malinen2009-02-142-13/+14
* Add support for multi-SSID scan requestsJouni Malinen2009-02-141-72/+119
* driver_test: Implement scan2() handlerJouni Malinen2009-02-141-4/+12
* Add extended driver scan request command: driver_ops::scan2()Jouni Malinen2009-02-146-12/+82
* Allow multiple driver wrappers to be specified on command lineJouni Malinen2009-02-147-51/+102
* nl80211: Remove one second sleep after iface upJouni Malinen2009-02-121-11/+0
* New driver capability info: max number of scan SSIDsJouni Malinen2009-02-126-0/+64
* nl80211: Replace WEXT scan event with nl80211Jouni Malinen2009-02-121-15/+155
* nl80211: Replace SIOCGIWSCAN with NL80211_CMD_GET_SCANJouni Malinen2009-02-121-401/+77
* nl80211: Replace SIOCSIWSCAN with NL80211_CMD_TRIGGER_SCANJouni Malinen2009-02-121-23/+30
* Sync nl80211.h with the current wireless-testing versionJouni Malinen2009-02-121-0/+69
* Removed an obsolete comment about use of external program for EAPJouni Malinen2009-02-111-2/+1
* Add another Milenage test set that is suitable for EAP-AKA'Jouni Malinen2009-02-111-0/+4
* EAP-AKA': Verify that AMF separation bit is setJouni Malinen2009-02-111-1/+7
* wpa_gui-qt4: Add support for selecting between WEP open/shared key authJouni Malinen2009-02-103-26/+66
* Fix test-sha256 buildJouni Malinen2009-02-102-2/+3
* Use signal quality if level is not available for comparing max ratesHelmut Schaa2009-02-101-4/+7
* Fixed a copy-paste error in a function documentationJouni Malinen2009-02-101-1/+1
* wext: Force disconnect on deauthenticate()Jouni Malinen2009-02-101-13/+26
* wext: really disassociate (set random SSID)Dan Williams2009-02-101-2/+14
* WPS: Fix clearing of WPS IE with madwifi driverMasashi Honma2009-02-101-0/+2
* Use larger buffer for TLS encryption to avoid issues with GnuTLSJouni Malinen2009-02-092-1/+9
* WPS: Set correct Selected Registrar Config Methods attributeMasashi Honma2009-02-091-0/+1
* Send a dbus reply only if requested by the callerHelmut Schaa2009-02-091-2/+4
* Create os_daemon for OS X, as it's now deprecated (Leopard)Alan T. DeKok2009-02-081-1/+36
* Allow driver_bsd.c to be built for NetBSDJeremy C. Reed2009-02-081-0/+11
* Use os_strlcpy instead of os_strncpy when copying ifnameJouni Malinen2009-02-081-2/+2
* Fix MinGW build with CONFIG_EAP_TNC=yJouni Malinen2009-02-081-0/+2
* Avoid memory leak on error path in crypto_cipher_init()Jouni Malinen2009-02-071-0/+2
* Add crypto_cipher_{init,encrypt,decrypt,deinit} for GnuTLSJouni Malinen2009-02-071-1/+114
* Fix privsep build with CONFIG_CLIENT_MLME=yJouni Malinen2009-02-073-4/+74
* Include wpabuf.o in wpa_priv buildDaniel Mierswa2009-02-071-0/+1
* Removed printf size_t format warning on 64-bitJouni Malinen2009-02-071-2/+2
* Removed CONFIG_EAP_WSC=dyn optionJouni Malinen2009-02-071-5/+0
* Fix building dynamic EAP peer modulesPavel Roskin2009-02-072-2/+2
* UPnP: Renamed PutWLANResponse callback function to match actionJouni Malinen2009-02-063-8/+7
* WPS UPnP: Added support for multiple external RegistrarsJouni Malinen2009-02-068-35/+121
* WPS UPnP: Add IP address and port details into debug messagesJouni Malinen2009-02-063-16/+28
* UPnP: Workaround bogus NewWLANEventMAC in PutWLANResponseJouni Malinen2009-02-061-0/+16
* WPS: Allow minor version differences in Version attribute checkJouni Malinen2009-02-061-1/+2
* WPS: Moved Version attribute validation into a shared functionJouni Malinen2009-02-063-11/+19