aboutsummaryrefslogtreecommitdiffstats
path: root/src/wps/wps.c
Commit message (Expand)AuthorAgeFilesLines
* Remove src/crypto from default include pathJouni Malinen2009-11-291-2/+2
* Remove src/common from default header file pathJouni Malinen2009-11-291-1/+1
* WPS: Update couple of missed Primary Device Type usesJouni Malinen2009-11-261-4/+5
* Allow the internal DH implementation to be overriddenJouni Malinen2009-10-111-0/+2
* Add parsed information from WPS IE(s) into scan resultsJouni Malinen2009-09-111-0/+101
* WPS: Store device info and make it available through AP ctrl_ifaceJouni Malinen2009-09-071-0/+3
* WPS: Add support for AP reconfiguration with wps_regJouni Malinen2009-09-061-1/+13
* WPS: Add support for NFC out-of-band mechanismMasashi Honma2009-03-061-0/+3
* WPS UFD: Make build conditional on CONFIG_WPS_UFD=yJouni Malinen2009-02-261-2/+6
* WPS: Add UFD support (USBA out-of-band mechanism)Masashi Honma2009-02-261-2/+3
* WPS UPnP: Added support for multiple external RegistrarsJouni Malinen2009-02-061-0/+13
* WPS: Check Device Password ID attribute only if present in AP searchMasashi Honma2009-01-221-4/+8
* Removed registrar pointer from wps_config and wps_dataJouni Malinen2009-01-031-2/+2
* Removed duplicated authenticator yes/no from wps_config and wps_dataJouni Malinen2009-01-031-1/+0
* Added Doxygen documentation for WPS codeJouni Malinen2009-01-031-4/+76
* WPS: Cleanup UUID and MAC address configurationJouni Malinen2009-01-011-5/+5
* WPS: Do not use Selected Registrar Config Methods from scan resultsAndriy Tkachuk2008-12-251-6/+15
* WPS: Added support for fragmented WPS IE in Beacon and Probe ResponseJouni Malinen2008-11-291-12/+6
* WPS: Set Request Type properly into WPS IE in ProbeReq/AssocReqJouni Malinen2008-11-291-4/+4
* WPS: Moved WPS IE building for ProbeReq/AssocReq into wps.cJouni Malinen2008-11-291-0/+71
* WPS: Parse Request Type from WPS IE in (Re)AssocReq and derive mgmt keysJouni Malinen2008-11-291-0/+18
* WPS: Merged two cred_cb variables into the same oneJouni Malinen2008-11-281-3/+0
* Added preliminary Wi-Fi Protected Setup (WPS) implementationJouni Malinen2008-11-231-0/+158