aboutsummaryrefslogtreecommitdiffstats
path: root/src/wps/wps.h
Commit message (Expand)AuthorAgeFilesLines
...
* WPS: Make Config Methods configurable for wpa_supplicantJouni Malinen2009-12-211-0/+1
* WPS: Add option for forcing Registrar to use PSK format in CredentialJouni Malinen2009-12-211-0/+30
* WPS ER: Delay wpa_supplicant termination to allow unsubscriptionJouni Malinen2009-12-191-1/+1
* WPS: Handle Selected Registrar as a union of info from all RegistrarsJouni Malinen2009-12-121-2/+0
* Move uuid_gen_mac_addr() from uuid.c into src/wpsJouni Malinen2009-11-291-0/+1
* WPS: Clean up Primary Device Type handlingJouni Malinen2009-11-261-6/+9
* WPS ER: Add more AP information into the ctrl_interface messageJouni Malinen2009-11-211-0/+3
* WPS ER: Refresh ER data on WPS_ER_START when already startedJouni Malinen2009-11-201-0/+1
* WPS: Fix MAC Address inside Credential be that of Enrollee'sJouni Malinen2009-11-191-1/+1
* WPS ER: Add command for fetching current AP settingsJouni Malinen2009-11-151-0/+2
* WPS ER: Add preliminary PBC supportJouni Malinen2009-11-151-0/+1
* WPS ER: Add ctrl_iface notifications for AP/Enrollee add/removeJouni Malinen2009-11-151-1/+48
* WPS ER: Add PIN configuration and SetSelectedRegistrar callJouni Malinen2009-11-131-0/+20
* WPS: Add initial part of External Registrar functionalityJouni Malinen2009-11-071-0/+4
* WPS: Add PBC overlap and timeout events from WPS moduleOleg Kravtsov2009-11-011-1/+11
* Allow the internal DH implementation to be overriddenJouni Malinen2009-10-111-0/+5
* Add parsed information from WPS IE(s) into scan resultsJouni Malinen2009-09-111-0/+1
* WPS: Store device info and make it available through AP ctrl_ifaceJouni Malinen2009-09-071-0/+7
* WPS: Add support for AP reconfiguration with wps_regJouni Malinen2009-09-061-1/+11
* WPS: Add support for setting timeout for PINJouni Malinen2009-05-261-1/+1
* WPS: Add a workaround for static WEP with Windows network probeJouni Malinen2009-03-081-0/+5
* WPS: Add support for NFC out-of-band mechanismMasashi Honma2009-03-061-0/+9
* WPS UFD: Remove oob_dev pointer from wps_contextJouni Malinen2009-02-261-7/+4
* WPS UFD: Use private data structure for oob_device_dataJouni Malinen2009-02-261-4/+4
* WPS: Add UFD support (USBA out-of-band mechanism)Masashi Honma2009-02-261-0/+47
* WPS UPnP: Added support for multiple external RegistrarsJouni Malinen2009-02-061-4/+17
* WPS: Add support for external Registrars using UPnP transportJouni Malinen2009-01-291-1/+43
* WPS: Lock AP Setup on multiple AP PIN validation failuresJouni Malinen2009-01-231-1/+12
* Added ap_settings option for overriding WPS AP Settings in M7Jouni Malinen2009-01-231-0/+13
* WPS: Added option to disable AP auto-config on first registrationJouni Malinen2009-01-211-0/+24
* WPS: Provide the unparsed Credential attribute to cred_cb()Jouni Malinen2009-01-171-0/+5
* Added an option to add (or override) Credential attribute(s) in M8Jouni Malinen2009-01-161-0/+25
* Removed registrar pointer from wps_config and wps_dataJouni Malinen2009-01-031-4/+2
* Removed duplicated authenticator yes/no from wps_config and wps_dataJouni Malinen2009-01-031-6/+0
* Removed unused WPS_PENDING processing resultJouni Malinen2009-01-031-6/+1
* Added Doxygen documentation for WPS codeJouni Malinen2009-01-031-16/+246
* WPS: Cleanup UUID and MAC address configurationJouni Malinen2009-01-011-2/+0
* WPS: Added event callback for successfully completed registrationJouni Malinen2008-12-191-1/+2
* WPS: Added callback for failure-after-M2/M2DJouni Malinen2008-12-191-1/+5
* WPS: Added event callback and M2D notificationJouni Malinen2008-12-181-0/+25
* WPS: Added support for fragmented WPS IE in Beacon and Probe ResponseJouni Malinen2008-11-291-3/+3
* WPS: Added helper functions for generating and validating PINsJouni Malinen2008-11-291-0/+4
* WPS: Set Request Type properly into WPS IE in ProbeReq/AssocReqJouni Malinen2008-11-291-2/+2
* WPS: Moved WPS IE building for ProbeReq/AssocReq into wps.cJouni Malinen2008-11-291-19/+17
* WPS: Moved RF Bands processing into wps_dev_attr.cJouni Malinen2008-11-291-0/+1
* WPS: Moved ProbeReq/AssocReq WPS IE building into wps_common.cJouni Malinen2008-11-291-4/+3
* WPS: Pass device data into wps_enrollee_build_probe_req_ie()Jouni Malinen2008-11-291-1/+3
* WPS: Parse Request Type from WPS IE in (Re)AssocReq and derive mgmt keysJouni Malinen2008-11-291-0/+1
* WPS: Added comments for main data structuresJouni Malinen2008-11-281-1/+7
* WPS: Merged two cred_cb variables into the same oneJouni Malinen2008-11-281-3/+0