aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant/wps_supplicant.c
Commit message (Expand)AuthorAgeFilesLines
* WPS: Fix local configuration update after AP configurationJouni Malinen2009-03-301-0/+10
* Add preliminary hostapd data structure initialization for AP modeJouni Malinen2009-03-261-0/+1
* WPS: Add support for NFC out-of-band mechanismMasashi Honma2009-03-061-1/+2
* WPS: Add a workaround for TKIP/CCMP mixed mode credentialsJouni Malinen2009-03-051-0/+99
* 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-10/+18
* WPS UFD: Remove oob_dev pointer from wps_contextJouni Malinen2009-02-261-4/+5
* WPS: Add UFD support (USBA out-of-band mechanism)Masashi Honma2009-02-261-1/+43
* WPS: Fix WEP key index to use 1..4 instead of 0..3Andriy Tkachuk2009-02-181-3/+4
* WPS: support WEP keys in hex characters format in received credentialsAndriy Tkachuk2009-02-171-5/+28
* WPS: Lock AP Setup on multiple AP PIN validation failuresJouni Malinen2009-01-231-0/+2
* Allow WPS APs for PIN enrollment even without Selected RegistrarJouni Malinen2009-01-231-10/+52
* WPS: Add configurable option for processing credentials externallyJouni Malinen2009-01-181-1/+27
* WPS: Provide the unparsed Credential attribute to cred_cb()Jouni Malinen2009-01-171-0/+3
* WPS: Ignore credentials for unsupported authentication typeJouni Malinen2009-01-171-0/+10
* Fixed WPS credential conversion to wpa_supplicant configurationJouni Malinen2009-01-171-5/+0
* Moved WPS Registrar initialization from EAP peer to wps_supplicant.cJouni Malinen2009-01-031-0/+49
* Added Doxygen documentation for WPS codeJouni Malinen2009-01-031-3/+1
* WPS: Generate UUID based on MAC address, if not setJouni Malinen2009-01-011-1/+7
* Fixed PBC overlap detection to handle case of missing UUID-EJouni Malinen2008-12-211-14/+2
* WPS: Added support for wildcard SSID matching in ap_scan=2 modeJouni Malinen2008-12-201-0/+20
* 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/+12
* WPS: Added event callback and M2D notificationJouni Malinen2008-12-181-0/+22
* WPS: Fixed deinit code for freeing config and registrar dataJouni Malinen2008-12-181-2/+4
* Use a fixed wps_msg prefix with WPS creds notificationJouni Malinen2008-12-151-1/+1
* WPS: Added control interface notification for available WPS APsJouni Malinen2008-12-151-0/+26
* Fixed memory leak in WPS PBC overlap detectionJouni Malinen2008-12-151-0/+2
* Added configuration of WPS device parameters for wpa_supplicantJouni Malinen2008-12-131-11/+34
* WPS: Added support for fragmented WPS IE in Beacon and Probe ResponseJouni Malinen2008-11-291-0/+142
* WPS: Added wpa_supplicant ctrl_iface commands to start WPS processingJouni Malinen2008-11-291-0/+169
* WPS: Set Request Type properly into WPS IE in ProbeReq/AssocReqJouni Malinen2008-11-291-2/+7
* WPS: Moved RF Bands processing into wps_dev_attr.cJouni Malinen2008-11-291-0/+2
* WPS: Moved mac_addr and uuid configuration into wps_contextJouni Malinen2008-11-281-0/+2
* WPS: Moved wps_context initialization into wps_supplicant.cJouni Malinen2008-11-281-0/+38
* WPS: Merged two cred_cb variables into the same oneJouni Malinen2008-11-281-1/+2
* WPS: Move WPS glue code from wpas_glue.c to wps_supplicant.cJouni Malinen2008-11-281-0/+176