Remove src/crypto from default include path
[libeap.git] / hostapd / wps_hostapd.c
2009-11-29 Jouni MalinenRemove src/crypto from default include path
2009-11-29 Jouni MalinenMove EAPOL authenticator state machine into src/eapol_auth
2009-11-29 Jouni MalinenConver hostapd specific files to include common.h
2009-11-29 Jouni MalinenInclude sta_flags.h explicitly, not via sta_info.h
2009-11-29 Jouni MalinenRemove src/common from default header file path
2009-11-26 Jouni MalinenWPS: Clean up Primary Device Type handling
2009-11-15 Jouni MalinenWPS: Do not use ASCII-dump on binary PutWLANResponse...
2009-11-14 Jouni MalinenWPS: Remove unused WFA WLANConfig Service actions
2009-11-10 Jouni MalinenWPS: Fix credential processing for open network case
2009-09-29 Jouni MalinenFix hostapd wpa_msg() calls ctx for wpa_supplicant...
2009-09-11 Jouni MalinenConvert WPS IE concat routine to a generic helper
2009-09-07 Jouni MalinenWPS: Store device info and make it available through...
2009-06-12 Jouni MalinenAdd generic infrastructure for Probe Request callbacks
2009-05-26 Jouni MalinenWPS: Add support for setting timeout for PIN
2009-03-30 Jouni MalinenWPS: Fix hostapd runtime WPS configuration after Enroll...
2009-03-25 Jouni MalinenRemove local variable shadowing to avoid a warning
2009-03-08 Jouni MalinenWPS: Add a workaround for static WEP with Windows netwo...
2009-03-06 Masashi HonmaWPS: Add support for NFC out-of-band mechanism
2009-02-27 Jouni MalinenWPS: Convert WEP key to hex
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 Jouni MalinenWPS: Use WEP key index 1..4 instead of 0..3 when config...
2009-02-06 Jouni MalinenUPnP: Renamed PutWLANResponse callback function to...
2009-02-06 Jouni MalinenWPS UPnP: Added support for multiple external Registrars
2009-02-06 Jouni MalinenUPnP: Workaround bogus NewWLANEventMAC in PutWLANResponse
2009-01-29 Jouni MalinenWPS: Add support for external Registrars using UPnP...
2009-01-23 Jouni MalinenWPS: Lock AP Setup on multiple AP PIN validation failures
2009-01-23 Jouni MalinenAdded ap_settings option for overriding WPS AP Settings...
2009-01-22 Jouni MalinenAllow WPS device strings to be unconfigured
2009-01-21 Jouni MalinenWPS: Added option to disable AP auto-config on first...
2009-01-21 Jouni MalinenAdded wps_cred_processing configuration option for...
2009-01-21 Jouni MalinenEnable wpa_msg() for hostapd
2009-01-17 Jouni MalinenWPS: Provide the unparsed Credential attribute to cred_cb()
2009-01-16 Jouni MalinenAdded an option to add (or override) Credential attribu...
2009-01-08 Jouni MalinenSplit hostapd/driver.h into two files
2009-01-01 Jouni MalinenWPS: Generate UUID based on MAC address, if not set
2008-11-30 Jouni MalinenWPS: Added support for wildcard PINs that work with...
2008-11-29 Jouni MalinenWPS: Fixed hostapd to use allocated buffers for device...
2008-11-29 Jouni MalinenWPS: Moved RF Bands processing into wps_dev_attr.c
2008-11-23 Jouni MalinenAdded preliminary Wi-Fi Protected Setup (WPS) implement...