WPS: Add initial part of External Registrar functionality
[libeap.git] / wpa_supplicant / wps_supplicant.c
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...