aboutsummaryrefslogtreecommitdiffstats
path: root/src/wps/wps_common.c
Commit message (Expand)AuthorAgeFilesLines
* Move p2p_connect PIN format validation into a separate functionJouni Malinen2012-06-301-0/+16
* WPS: Share a single function for generating NFS password tokensJouni Malinen2012-06-281-1/+51
* WPS: Add support for NFC configuration token from external programJouni Malinen2012-06-281-9/+16
* WPS: Add new mechanism for generation NFC configuration tokenJouni Malinen2012-06-281-1/+1
* WPS: Add new mechanism for NFC config method using password tokenJouni Malinen2012-06-271-0/+24
* WPS: Add support for OOB dev password lengths 16..31Jouni Malinen2012-06-271-5/+5
* WPS: Fix potential memory leak with NFC password tokenJouni Malinen2012-06-271-0/+1
* WPS: Fix NFC password token building with WPS 2.0Jouni Malinen2012-06-271-1/+1
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* WPS ER: Fix segfault in some selected registrar change casesJouni Malinen2011-11-301-9/+0
* Remove unnecessary include file inclusionJouni Malinen2011-11-131-1/+0
* Dispatch more WPS events through hostapd ctrl_ifaceAnish Nataraj2011-08-041-0/+9
* WPS: Add mechanism for indicating non-standard WPS errorsChao-Wen Yang2011-01-131-1/+2
* Annotate places depending on strong random numbersJouni Malinen2010-11-241-1/+2
* WPS: Share common function for building WSC ACK/NACKJouni Malinen2010-11-041-0/+47
* WPS: Add Config Error into WPS-FAIL eventsJouni Malinen2010-10-141-1/+3
* WPS: Fix CONFIG_WPS_OOB buildJouni Malinen2010-09-191-2/+2
* WPS 2.0: Make WSC 2.0 support to be build option (CONFIG_WPS2)Jouni Malinen2010-09-091-0/+4
* WPS 2.0: Add virtual/physical display and pushbutton config methodsJouni Malinen2010-09-091-0/+9
* WPS 2.0: Add new attributes and update version negotiationJouni Malinen2010-09-091-2/+5
* WPS: Make DH debug prints easier to understandJouni Malinen2010-08-111-1/+1
* WPS: Add more debug info for DH keysJouni Malinen2010-07-171-0/+2
* WPS: Do not include Label in default Config MethodsJouni Malinen2010-04-041-2/+1
* WPS: Make Config Methods configurable for wpa_supplicantJouni Malinen2009-12-211-0/+39
* Remove src/crypto from default include pathJouni Malinen2009-11-291-5/+5
* Move uuid_gen_mac_addr() from uuid.c into src/wpsJouni Malinen2009-11-291-1/+30
* WPS: Clean up Primary Device Type handlingJouni Malinen2009-11-261-0/+38
* WPS: Remove derivation of management keysJouni Malinen2009-11-141-50/+0
* WPS: Add PBC overlap and timeout events from WPS moduleOleg Kravtsov2009-11-011-0/+18
* Allow the internal DH implementation to be overriddenJouni Malinen2009-10-111-3/+4
* WPS: Aggregate deinit calls in WPS OOBMasashi Honma2009-08-261-11/+9
* WPS: Add support for NFC out-of-band mechanismMasashi Honma2009-03-061-0/+19
* WPS UFD: Build OOB functionality only if UFD is enabledJouni Malinen2009-02-261-0/+4
* WPS UFD: Remove oob_dev pointer from wps_contextJouni Malinen2009-02-261-5/+4
* WPS UFD: Use private data structure for oob_device_dataJouni Malinen2009-02-261-9/+11
* WPS UFD: Make build conditional on CONFIG_WPS_UFD=yJouni Malinen2009-02-261-0/+2
* WPS: Add UFD support (USBA out-of-band mechanism)Masashi Honma2009-02-261-0/+200
* WPS: Lock AP Setup on multiple AP PIN validation failuresJouni Malinen2009-01-231-0/+14
* WPS: Pad DH Public Key and Shared Key to 192 octetsJouni Malinen2009-01-221-0/+1
* WPS: Added event callback for successfully completed registrationJouni Malinen2008-12-191-0/+9
* WPS: Added callback for failure-after-M2/M2DJouni Malinen2008-12-191-0/+13
* WPS: Added helper functions for generating and validating PINsJouni Malinen2008-11-291-0/+51
* WPS: Moved WPS IE building for ProbeReq/AssocReq into wps.cJouni Malinen2008-11-291-71/+0
* WPS: Split wps_common.c into partsJouni Malinen2008-11-291-926/+0
* WPS: Moved RF Bands processing into wps_dev_attr.cJouni Malinen2008-11-291-11/+1
* WPS: Moved ProbeReq/AssocReq WPS IE building into wps_common.cJouni Malinen2008-11-291-0/+132
* WPS: Parse Request Type from WPS IE in (Re)AssocReq and derive mgmt keysJouni Malinen2008-11-291-9/+62
* WPS: Moved Credential and AP Settings processing in common codeJouni Malinen2008-11-271-0/+216
* WPS: Added parsing of Request Type and Response Type attributesJouni Malinen2008-11-261-0/+16
* Added preliminary Wi-Fi Protected Setup (WPS) implementationJouni Malinen2008-11-231-0/+839