aboutsummaryrefslogtreecommitdiffstats
path: root/src/eap_peer/eap_wsc.c
Commit message (Expand)AuthorAgeFilesLines
* WPS: Allow NFC password token from AP to be used with wps_regJouni Malinen2012-06-281-1/+7
* WPS: Fix OOB Device Password use for EAP-WSC peerJouni Malinen2012-06-271-1/+10
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* P2P: Set Device Password ID in WPS M1/M2 per new rulesJouni Malinen2010-09-091-0/+4
* WPS: Make fragment size configurable for EAP-WSC peerJouni Malinen2010-09-091-0/+2
* WPS 2.0: Add support for AuthorizedMACs attributeJouni Malinen2010-09-091-1/+1
* WPS: Allow fragment size to be configuredJouni Malinen2010-07-201-1/+5
* WPS: Reduce client timeout with EAP-WSC to avoid long waitJouni Malinen2010-07-181-1/+12
* WPS: Add support for AP reconfiguration with wps_regJouni Malinen2009-09-061-1/+80
* WPS: Add support for setting timeout for PINJouni Malinen2009-05-261-1/+1
* WPS: Add support for external Registrars using UPnP transportJouni Malinen2009-01-291-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-031-1/+1
* Removed duplicated authenticator yes/no from wps_config and wps_dataJouni Malinen2009-01-031-1/+0
* Removed unused WPS_PENDING processing resultJouni Malinen2009-01-031-6/+0
* Added Doxygen documentation for WPS codeJouni Malinen2009-01-031-1/+1
* WPS: Cleanup UUID and MAC address configurationJouni Malinen2009-01-011-2/+0
* Use wildcard UUID when setting AP PIN for Registrar in wpa_supplicantJouni Malinen2008-12-211-11/+3
* WPS: Fixed deinit code for freeing config and registrar dataJouni Malinen2008-12-181-0/+1
* Rename MSG to MESG to avoid conflicts with Windows header filesJouni Malinen2008-12-111-9/+9
* WPS: Get AP PIN from configuration instead of using hardcoded valueJouni Malinen2008-11-291-2/+4
* WPS: Moved mac_addr and uuid configuration into wps_contextJouni Malinen2008-11-281-5/+2
* WPS: Moved wps_context initialization into wps_supplicant.cJouni Malinen2008-11-281-27/+11
* WPS: Merged two cred_cb variables into the same oneJouni Malinen2008-11-281-6/+2
* WPS: Moved device attributes into wps_context::dev for Enrollee caseJouni Malinen2008-11-281-9/+20
* WPS: Process old AP Settings in M7 when registering as external RegistrarJouni Malinen2008-11-271-5/+2
* Fixed a typo in a debug messageJouni Malinen2008-11-271-2/+2
* WPS: Moved UUID configuration from phase1 into global config areaJouni Malinen2008-11-261-16/+2
* Added preliminary Wi-Fi Protected Setup (WPS) implementationJouni Malinen2008-11-231-0/+552