Fix build with CONFIG_WPS_OOB
[libeap.git] / wpa_supplicant / wps_supplicant.c
2010-10-06 Jouni MalinenFix build with CONFIG_WPS_OOB
2010-09-20 Jouni MalinenWPS: Add more verbose debug info on PBC session overlap...
2010-09-20 Jouni MalinenWPS: Add BSSID to strict validation error messages
2010-09-10 Ardong ChenWPS: Allow pending WPS operation to be cancelled
2010-09-10 Ardong ChenWPS: Fix timeout event to be sent over ctrl_interface
2010-09-09 Jouni MalinenFix build without CONFIG_P2P=y
2010-09-09 Jouni MalinenP2P: Use SSID from GO Negotiation to limit WPS provisio...
2010-09-09 Jouni MalinenTrigger WPS configuration update on string changes
2010-09-09 Jouni MalinenWPS: Fix configuration strings on config reload
2010-09-09 Jouni MalinenP2P: Set Device Password ID in WPS M1/M2 per new rules
2010-09-09 Jouni MalinenP2P: Add initial version of P2P Module
2010-09-09 Jouni MalinenP2P: Do not save temporary networks
2010-09-09 Jouni MalinenP2P: Do not filter BSSes based on SSID during P2P Provi...
2010-09-09 Jouni MalinenP2P: Let WPS code know if it is used in a P2P group
2010-09-09 Jouni MalinenAllow ctrl_iface SET command to change global config...
2010-09-09 Jouni MalinenWPS: Make fragment size configurable for EAP-WSC peer
2010-09-09 Jouni MalinenWPS 2.0: Make sure PHY/VIRT flag gets set for PBC
2010-09-09 Jouni MalinenWPS 2.0: Validate WPS attributes in management frames...
2010-09-09 Jouni MalinenWPS 2.0: Add support for AuthorizedMACs attribute
2010-07-18 Jouni MalinenWPS: Do not allow Label and Display config methods...
2010-06-11 Jouni MalinenWPS: Use different scan result sorting rules when doing...
2010-05-27 Jouni MalinenWPS ER: Add command for configuring an AP
2010-05-27 Jouni MalinenWPS ER: Add ctrl_iface event for learned AP settings
2010-05-27 Jouni MalinenWPS ER: Allow AP filtering based on IP address
2010-04-11 Jouni MalinenOptimize post-WPS scan based on channel used during...
2010-01-03 Jouni MalinenMove wpa_supplicant specific scan code away from src...
2010-01-02 Jouni MalinenUse BSS table entry instead of raw scan result for...
2010-01-02 Jouni MalinenWPS: Use BSS table instead of raw scan results
2009-12-28 Jouni MalinenWPS: Clear SSID selection if more than one BSSID match...
2009-12-27 Jouni MalinenUse wpa_msg_ctrl() for WPS AP available events
2009-12-21 Jouni MalinenWPS: Make Config Methods configurable for wpa_supplicant
2009-12-19 Jouni MalinenWPS ER: Delay wpa_supplicant termination to allow unsub...
2009-12-12 Jouni MalinenWPS: Add display and keypad config methods for WPS ER
2009-11-29 Jouni MalinenRemove src/crypto from default include path
2009-11-29 Jouni MalinenRemove src/rsn_supp from default header path
2009-11-29 Jouni MalinenRemove src/common from default header file path
2009-11-26 Jouni MalinenWPS: Update couple of missed Primary Device Type uses
2009-11-26 Jouni MalinenWPS: Clean up Primary Device Type handling
2009-11-21 Jouni MalinenWPS ER: Add more AP information into the ctrl_interface...
2009-11-20 Jouni MalinenWPS ER: Refresh ER data on WPS_ER_START when already...
2009-11-15 Jouni MalinenWPS ER: Deinit ER before WPS registrar/context
2009-11-15 Jouni MalinenWPS ER: Add command for fetching current AP settings
2009-11-15 Jouni MalinenWPS ER: Add preliminary PBC support
2009-11-15 Jouni MalinenWPS ER: Add ctrl_iface notifications for AP/Enrollee...
2009-11-13 Jouni MalinenWPS ER: Add PIN configuration and SetSelectedRegistrar...
2009-11-10 Jouni MalinenWPS: Fix WPS build with ER support disabled
2009-11-07 Jouni MalinenWPS: Add initial part of External Registrar functionality
2009-11-01 Oleg KravtsovWPS: Add PBC overlap and timeout events from WPS module
2009-10-11 Jouni MalinenAllow the internal DH implementation to be overridden
2009-09-13 Jouni MalinenAdd wpa_supplicant notification calls
2009-09-11 Jouni MalinenAdd parsed information from WPS IE(s) into scan results
2009-09-06 Jouni MalinenWPS: Add support for AP reconfiguration with wps_reg
2009-08-15 Jouni MalinenWPS: Workaround mixed-mode WPA+WPA2 auth type in creden...
2009-03-30 Jouni MalinenWPS: Fix local configuration update after AP configuration
2009-03-26 Jouni MalinenAdd preliminary hostapd data structure initialization...
2009-03-06 Masashi HonmaWPS: Add support for NFC out-of-band mechanism
2009-03-05 Jouni MalinenWPS: Add a workaround for TKIP/CCMP mixed mode credentials
2009-02-26 Jouni MalinenWPS UFD: Build OOB functionality only if UFD is enabled
2009-02-26 Jouni MalinenWPS UFD: Use pre-configured DH keys only with OOB
2009-02-26 Jouni MalinenWPS UFD: Remove oob_dev pointer from wps_context
2009-02-26 Masashi HonmaWPS: Add UFD support (USBA out-of-band mechanism)
2009-02-18 Andriy TkachukWPS: Fix WEP key index to use 1..4 instead of 0..3
2009-02-17 Andriy TkachukWPS: support WEP keys in hex characters format in recei...
2009-01-23 Jouni MalinenWPS: Lock AP Setup on multiple AP PIN validation failures
2009-01-23 Jouni MalinenAllow WPS APs for PIN enrollment even without Selected...
2009-01-18 Jouni MalinenWPS: Add configurable option for processing credentials...
2009-01-17 Jouni MalinenWPS: Provide the unparsed Credential attribute to cred_cb()
2009-01-17 Jouni MalinenWPS: Ignore credentials for unsupported authentication...
2009-01-17 Jouni MalinenFixed WPS credential conversion to wpa_supplicant confi...
2009-01-03 Jouni MalinenMoved WPS Registrar initialization from EAP peer to...
2009-01-03 Jouni MalinenAdded Doxygen documentation for WPS code
2009-01-01 Jouni MalinenWPS: Generate UUID based on MAC address, if not set
2008-12-21 Jouni MalinenFixed PBC overlap detection to handle case of missing...
2008-12-20 Jouni MalinenWPS: Added support for wildcard SSID matching in ap_sca...
2008-12-19 Jouni MalinenWPS: Added event callback for successfully completed...
2008-12-19 Jouni MalinenWPS: Added callback for failure-after-M2/M2D
2008-12-18 Jouni MalinenWPS: Added event callback and M2D notification
2008-12-17 Jouni MalinenWPS: Fixed deinit code for freeing config and registrar...
2008-12-15 Jouni MalinenUse a fixed wps_msg prefix with WPS creds notification
2008-12-15 Jouni MalinenWPS: Added control interface notification for available...
2008-12-15 Jouni MalinenFixed memory leak in WPS PBC overlap detection
2008-12-13 Jouni MalinenAdded configuration of WPS device parameters for wpa_su...
2008-11-29 Jouni MalinenWPS: Added support for fragmented WPS IE in Beacon...
2008-11-29 Jouni MalinenWPS: Added wpa_supplicant ctrl_iface commands to start...
2008-11-29 Jouni MalinenWPS: Set Request Type properly into WPS IE in ProbeReq...
2008-11-29 Jouni MalinenWPS: Moved RF Bands processing into wps_dev_attr.c
2008-11-28 Jouni MalinenWPS: Moved mac_addr and uuid configuration into wps_context
2008-11-28 Jouni MalinenWPS: Moved wps_context initialization into wps_supplicant.c
2008-11-28 Jouni MalinenWPS: Merged two cred_cb variables into the same one
2008-11-28 Jouni MalinenWPS: Move WPS glue code from wpas_glue.c to wps_supplic...