aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix wpa_supplicant build for uClinuxIhar Hrachyshka2009-01-051-3/+3
* Silenced number of Doxygen warningsJouni Malinen2009-01-046-21/+21
* Completed Doxygen documentation for functions declared in wps/wps.hJouni Malinen2009-01-041-7/+54
* Added endianness annotation for sparseJouni Malinen2009-01-031-1/+1
* Fixed sparse warnings about integer vs. pointer useJouni Malinen2009-01-031-2/+1
* Mark functions static if not used elsewhere and use proper prototypesJouni Malinen2009-01-034-30/+32
* Include the header file to validate function prototype.Jouni Malinen2009-01-031-0/+1
* Moved WPS Registrar initialization from EAP peer to wps_supplicant.cJouni Malinen2009-01-031-57/+0
* Removed registrar pointer from wps_config and wps_dataJouni Malinen2009-01-036-25/+24
* Removed duplicated authenticator yes/no from wps_config and wps_dataJouni Malinen2009-01-037-23/+8
* Removed unused WPS_PENDING processing resultJouni Malinen2009-01-033-16/+1
* Added Doxygen documentation for WPS codeJouni Malinen2009-01-037-35/+386
* Fixed number of doxygen warningsJouni Malinen2009-01-027-9/+14
* Move addr_un definitions to avoid using out-of-scope bufferJouni Malinen2009-01-021-1/+3
* WPS: Generate UUID based on MAC address, if not setJouni Malinen2009-01-012-0/+31
* WPS: Cleanup UUID and MAC address configurationJouni Malinen2009-01-014-10/+5
* Include pending MFP defines in nl80211_copy.hJouni Malinen2008-12-312-6/+6
* Sync nl80211.h copy with the current kernel versionJouni Malinen2008-12-311-0/+31
* Renamed nl80211 HT channel parameters to match with kernelJouni Malinen2008-12-311-11/+11
* MFP: Fix SA Query Action CategoryJouni Malinen2008-12-311-1/+1
* Fix TLS message processing if Flags field is not presentJouni Malinen2008-12-301-2/+15
* WPS: Set recommended retransmission times with EAP method specific hintJouni Malinen2008-12-291-0/+10
* Fixed retransmission of EAP requests if no response is receivedJouni Malinen2008-12-291-4/+45
* Add RADIUS server support for identity selection hint (RFC 4284)Jouni Malinen2008-12-264-0/+44
* Add Key Length field into IGTK sub-element (FTIE) per 802.11w/D7.0Jouni Malinen2008-12-261-3/+9
* Renamed Ping procedure into SA Query procedure per 802.11w/D7.0Jouni Malinen2008-12-261-9/+9
* Fixed the MFP Status/Reason Code values per 802.11w/D7.0Jouni Malinen2008-12-261-3/+1
* WPS: As a workaround, pad zero-length device attributesJouni Malinen2008-12-251-10/+60
* WPS: Do not use Selected Registrar Config Methods from scan resultsAndriy Tkachuk2008-12-251-6/+15
* Added get_interfaces() handler to list all NDIS adaptersJouni Malinen2008-12-241-2/+236
* Added a mechanism for quering driver wrappers for available interfacesJouni Malinen2008-12-244-3/+55
* Mark local functions static.Jouni Malinen2008-12-221-6/+8
* Added support for global driver data (shared by multiple interfaces)Jouni Malinen2008-12-224-5/+72
* Use wildcard UUID when setting AP PIN for Registrar in wpa_supplicantJouni Malinen2008-12-211-11/+3
* Fixed NDIS AuthMode configuration for WPS connectionJouni Malinen2008-12-211-0/+5
* IANA allocated EAP method type 51 to EAP-GPSKJouni Malinen2008-12-201-3/+2
* WPS: Added event callback for successfully completed registrationJouni Malinen2008-12-196-2/+23
* WPS: Added callback for failure-after-M2/M2DJouni Malinen2008-12-196-2/+77
* WPS: Added event callback and M2D notificationJouni Malinen2008-12-183-4/+53
* Fix CONFIG_WPS=y, CONFIG_TLS=internal buildAndriy Tkachuk2008-12-181-2/+2
* WPS: Fixed deinit code for freeing config and registrar dataJouni Malinen2008-12-181-0/+1
* WPS: Improved error processing to use NACK correctlyJouni Malinen2008-12-163-39/+108
* Fixed EAP-AKA build in case EAP-AKA' is disabledJouni Malinen2008-12-161-0/+4
* Use a fixed wps_msg prefix with WPS creds notificationJouni Malinen2008-12-151-0/+2
* WPS: Added control interface notification for available WPS APsJouni Malinen2008-12-151-0/+8
* Fixed interoperability issue with PEAPv0 cryptobinding and NPSJouni Malinen2008-12-152-1/+12
* Cleaned up EAP-MSCHAPv2 key derivationJouni Malinen2008-12-148-61/+33
* Ported driver_test to Windows (only UDP socket available)Jouni Malinen2008-12-122-41/+105
* driver_test: Optional support for using UDP socketJouni Malinen2008-12-121-7/+89
* Comment out dynamic CertEnumCertificatesInStore loading by defaultJouni Malinen2008-12-111-0/+4