aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant
Commit message (Expand)AuthorAgeFilesLines
...
* eapol_test: Allow generated RADIUS attributes to be replacedJouni Malinen2009-01-131-5/+23
* Removed wpa_sm dereference from pmksa_cache_list()Jouni Malinen2009-01-131-1/+2
* Partial fix for test_wpa buildJouni Malinen2009-01-132-17/+3
* wpa_gui-qt4: silence compile warning + wpsTab enable/disableKel Modderman2009-01-112-1/+2
* Share the same radiotap helper implementationJouni Malinen2009-01-091-1/+1
* Fixed eapol_test build after RADIUS API changes (const)Jouni Malinen2009-01-091-2/+3
* Preparations for 0.6.7 releaseJouni Malinen2009-01-065-8/+7
* wpa_cli: Embed command usage into the wpa_cli_commands arrayEygene Ryabinkin2009-01-051-105/+138
* wpa_cli: Improve sensitive command detection for readline historyEygene Ryabinkin2009-01-051-51/+125
* wpa_cli: fix readline history cleaningEygene Ryabinkin2009-01-051-8/+6
* Fixed a typo in usage helpJouni Malinen2009-01-041-1/+1
* eapol_test: Add a universal way of adding extra RADIUS attributesTomasz Wolniewicz2009-01-041-30/+127
* Silenced number of Doxygen warningsJouni Malinen2009-01-043-8/+12
* Remove wpa_gui from doxygen documentationsJouni Malinen2009-01-042-2/+2
* Fixed IMAGE_PATH for doxygen run in root directoryJouni Malinen2009-01-042-2/+2
* Remove temporary Qt build directories from Doxygen runJouni Malinen2009-01-042-2/+2
* Remove unwanted wpa_supplicant -> struct wpa_supplicant linksJouni Malinen2009-01-041-1/+6
* Resolve a Doxygen warningJouni Malinen2009-01-041-3/+3
* Fixed Doxygen function linksJouni Malinen2009-01-041-29/+29
* Use NULL, not 0, when comparing a pointerJouni Malinen2009-01-031-1/+1
* Removed sparse destinations since "CC=cgcc make" works fineJouni Malinen2009-01-031-6/+0
* Mark functions static if not used elsewhere and use proper prototypesJouni Malinen2009-01-034-17/+13
* Moved WPS Registrar initialization from EAP peer to wps_supplicant.cJouni Malinen2009-01-031-0/+49
* Added Doxygen documentation for WPS codeJouni Malinen2009-01-034-8/+8
* Create all doxygen docs from root directory to get proper path namesJouni Malinen2009-01-033-18/+17
* Fixed number of doxygen warningsJouni Malinen2009-01-023-4/+3
* Added more src subdirectories into doxygen docsJouni Malinen2009-01-022-6/+10
* Updated doxygen configuration files to work with new doxygenJouni Malinen2009-01-022-11/+7
* Initialize wpa_ie_len to 0 if WPA IE is not set on all pathsJouni Malinen2009-01-021-1/+2
* WPS: Generate UUID based on MAC address, if not setJouni Malinen2009-01-014-3/+11
* MFP: Require MFP is it is enabled and AP scan shows support for itJouni Malinen2008-12-311-0/+12
* NEED_BASE64 for WPSAndriy Tkachuk2008-12-261-0/+1
* Added a note about IEEE 802.11w/D7.0 updateJouni Malinen2008-12-261-0/+1
* Renamed Ping procedure into SA Query procedure per 802.11w/D7.0Jouni Malinen2008-12-261-23/+23
* Longer auth_timeout for WPS key_mgmtAndriy Tkachuk2008-12-251-1/+2
* Added a ChangeLog entry about the new Windows installerJouni Malinen2008-12-251-0/+4
* wpa_gui-qt4: Do not about new network adapters unless service is runningJouni Malinen2008-12-252-1/+6
* Fixed control interface enabling for dynamically added interfaceJouni Malinen2008-12-251-1/+1
* Add Windows registry entries during installationJouni Malinen2008-12-251-0/+15
* wpa_gui-qt4: Added support for adding new network interfacesJouni Malinen2008-12-255-1/+338
* wpasvc: Add skip_on_error registry value to skip interfaces on errorJouni Malinen2008-12-242-3/+16
* Added a mechanism for quering driver wrappers for available interfacesJouni Malinen2008-12-242-0/+74
* Added support for global driver data (shared by multiple interfaces)Jouni Malinen2008-12-222-1/+38
* Changed the example device_type value to be Computer/PCJouni Malinen2008-12-221-1/+1
* Add Start menu shortcuts to wpa_gui and uninstallJouni Malinen2008-12-211-0/+14
* Fixed PBC overlap detection to handle case of missing UUID-EJouni Malinen2008-12-211-14/+2
* wpa_gui-qt4: Added wpasvc start/stop functionality for WindowsJouni Malinen2008-12-212-1/+176
* Silence a compiler warningJouni Malinen2008-12-211-1/+1
* Added more notes about WPS GUI scan operations and wpa_guiJouni Malinen2008-12-201-1/+15
* WPS: Added support for wildcard SSID matching in ap_scan=2 modeJouni Malinen2008-12-204-1/+47