aboutsummaryrefslogtreecommitdiffstats
path: root/src/wps/wps_enrollee.c
Commit message (Expand)AuthorAgeFilesLines
* WPS: fix nonce comparisons (UPSTREAM)Eyal Shapira2012-08-131-5/+5
* WPS: Allow vendor specific attribute to be added into M1Anirban Sirkhell2012-04-041-1/+2
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* WPS: Disable AP PIN after 10 consecutive failuresJouni Malinen2012-01-301-0/+4
* WPS: Fix an interoperability issue with mixed mode and AP SettingsJouni Malinen2012-01-271-4/+31
* Use NULL instead of 0 for pointersJouni Malinen2011-11-181-4/+4
* WPS: Add a workaround for Windows 7 capability discovery for PBCJouni Malinen2011-05-171-1/+8
* WPS: Add mechanism for indicating non-standard WPS errorsChao-Wen Yang2011-01-131-6/+16
* Annotate places depending on strong random numbersJouni Malinen2010-11-241-2/+3
* WPS: Add special AP Setup Locked mode to allow read only ERJouni Malinen2010-11-171-1/+21
* WPS: Send WSC_NACK if message without Message Type is receivedJouni Malinen2010-11-041-1/+2
* WPS: Share common function for building WSC ACK/NACKJouni Malinen2010-11-041-47/+0
* WPS: Remove PushButton from M1 ConfigMethods on APJouni Malinen2010-11-041-1/+15
* WPS: Add Config Error into WPS-FAIL eventsJouni Malinen2010-10-141-7/+9
* WPS: Fix strict validation of encrypted data for WSC 2.0-only caseJouni Malinen2010-09-221-3/+4
* WPS 2.0: Convert new attributes into WFA vendor extensionJouni Malinen2010-09-091-7/+7
* WPS 2.0: Make WSC 2.0 support to be build option (CONFIG_WPS2)Jouni Malinen2010-09-091-0/+6
* WPS 2.0: Validate WPS attributes in management frames and WSC messagesJouni Malinen2010-09-091-0/+32
* WPS 2.0: Ignore WEP Credentials as station EnrolleeJouni Malinen2010-09-091-1/+27
* WPS 2.0: Enforce new security policy of received AP SettingsJouni Malinen2010-09-091-0/+40
* WPS 2.0: Disable WPS workarounds if CONFIG_WPS_STRICT is definedJouni Malinen2010-09-091-6/+21
* WPS 2.0: Add new attributes and update version negotiationJouni Malinen2010-09-091-22/+11
* WPS: Optimize M2 processing in AP Setup Locked caseJouni Malinen2010-08-241-4/+8
* WPS: Use WSC_NACK if no device password is known on M2 RXJouni Malinen2010-08-241-1/+2
* WPS: Make Config Methods configurable for wpa_supplicantJouni Malinen2009-12-211-12/+1
* Remove src/crypto from default include pathJouni Malinen2009-11-291-2/+2
* WPS: Fix MAC Address inside Credential be that of Enrollee'sJouni Malinen2009-11-191-0/+30
* WPS: Determine the OpCode based on message type attribute (UPnP)Jouni Malinen2009-11-151-0/+11
* WPS: Remove derivation of management keysJouni Malinen2009-11-141-4/+0
* WPS: Store device info and make it available through AP ctrl_ifaceJouni Malinen2009-09-071-1/+12
* WPS: Add support for NFC out-of-band mechanismMasashi Honma2009-03-061-0/+3
* Fix Enrollee WPS state attribute in APMasashi Honma2009-02-271-1/+1
* WPS UFD: Build OOB functionality only if UFD is enabledJouni Malinen2009-02-261-0/+2
* WPS UFD: Use pre-configured DH keys only with OOBJouni Malinen2009-02-261-1/+2
* WPS UFD: Make build conditional on CONFIG_WPS_UFD=yJouni Malinen2009-02-261-2/+4
* WPS: Add UFD support (USBA out-of-band mechanism)Masashi Honma2009-02-261-1/+17
* WPS: Moved Version attribute validation into a shared functionJouni Malinen2009-02-061-3/+3
* WPS: Add support for external Registrars using UPnP transportJouni Malinen2009-01-291-1/+8
* Fixed WPS Authenticator attribute processing after M2DJouni Malinen2009-01-281-1/+8
* WPS: Lock AP Setup on multiple AP PIN validation failuresJouni Malinen2009-01-231-0/+2
* Added ap_settings option for overriding WPS AP Settings in M7Jouni Malinen2009-01-231-8/+20
* Use WPS state Not Configured instead of Configured in EnrolleeMasashi Honma2009-01-221-1/+1
* WPS: Provide the unparsed Credential attribute to cred_cb()Jouni Malinen2009-01-171-4/+13
* Removed duplicated authenticator yes/no from wps_config and wps_dataJouni Malinen2009-01-031-7/+7
* Added Doxygen documentation for WPS codeJouni Malinen2009-01-031-2/+4
* WPS: Added event callback for successfully completed registrationJouni Malinen2008-12-191-1/+7
* WPS: Added callback for failure-after-M2/M2DJouni Malinen2008-12-191-0/+24
* WPS: Added event callback and M2D notificationJouni Malinen2008-12-181-4/+26
* WPS: Improved error processing to use NACK correctlyJouni Malinen2008-12-161-26/+49
* WPS: Moved RF Bands processing into wps_dev_attr.cJouni Malinen2008-11-291-1/+1