aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed a typo in a commentJouni Malinen2008-12-201-1/+1
* Register wpasvc service on install and unregister on uninstallJouni Malinen2008-12-201-0/+4
* Added Windows NSIS installer for wpa_supplicantJouni Malinen2008-12-201-0/+75
* Changed win_gui cross compilation to use cleaner Qt setupJouni Malinen2008-12-202-13/+7
* IANA allocated EAP method type 51 to EAP-GPSKJouni Malinen2008-12-201-0/+1
* WPS: Added event callback for successfully completed registrationJouni Malinen2008-12-192-0/+11
* WPS: Added callback for failure-after-M2/M2DJouni Malinen2008-12-192-0/+14
* WPS: Added event callback and M2D notificationJouni Malinen2008-12-182-0/+24
* Fixed global conf write to skip default values for uuid and os_versionJouni Malinen2008-12-182-3/+3
* Fixed PSK editing in wpa_gui (copy-paste bug in field names)Jouni Malinen2008-12-183-2/+3
* WPS: Fixed deinit code for freeing config and registrar dataJouni Malinen2008-12-181-2/+4
* WPS: Added wpa_gui-qt4 support for BSS selection and AP PIN useJouni Malinen2008-12-166-120/+171
* Use less frequent polling when wpa_gui is hiddenJouni Malinen2008-12-161-0/+8
* WPS: Added WPS support into wpa_gui-qt4Jouni Malinen2008-12-153-0/+248
* Use a fixed wps_msg prefix with WPS creds notificationJouni Malinen2008-12-151-1/+1
* WPS: Added control interface notification for available WPS APsJouni Malinen2008-12-153-0/+32
* Fixed memory leak in WPS PBC overlap detectionJouni Malinen2008-12-151-0/+2
* Fixed interoperability issue with PEAPv0 cryptobinding and NPSJouni Malinen2008-12-151-0/+2
* Cleaned up EAP-MSCHAPv2 key derivationJouni Malinen2008-12-141-0/+10
* Added INT_RANGE parser for global configuration variablesJouni Malinen2008-12-131-17/+23
* Use shared string parser for global configuration fieldsJouni Malinen2008-12-131-168/+57