WPS: Fix strict validation of encrypted data for WSC 2.0-only case
[libeap.git] / src / wps / wps_enrollee.c
2010-09-23 Jouni MalinenWPS: Fix strict validation of encrypted data for WSC...
2010-09-09 Jouni MalinenWPS 2.0: Convert new attributes into WFA vendor extension
2010-09-09 Jouni MalinenWPS 2.0: Make WSC 2.0 support to be build option (CONFI...
2010-09-09 Jouni MalinenWPS 2.0: Validate WPS attributes in management frames...
2010-09-09 Jouni MalinenWPS 2.0: Ignore WEP Credentials as station Enrollee
2010-09-09 Jouni MalinenWPS 2.0: Enforce new security policy of received AP...
2010-09-09 Jouni MalinenWPS 2.0: Disable WPS workarounds if CONFIG_WPS_STRICT...
2010-09-09 Jouni MalinenWPS 2.0: Add new attributes and update version negotiation
2010-08-24 Jouni MalinenWPS: Optimize M2 processing in AP Setup Locked case
2010-08-24 Jouni MalinenWPS: Use WSC_NACK if no device password is known on...
2009-12-21 Jouni MalinenWPS: Make Config Methods configurable for wpa_supplicant
2009-11-29 Jouni MalinenRemove src/crypto from default include path
2009-11-18 Jouni MalinenWPS: Fix MAC Address inside Credential be that of Enrol...
2009-11-15 Jouni MalinenWPS: Determine the OpCode based on message type attribu...
2009-11-14 Jouni MalinenWPS: Remove derivation of management keys
2009-09-07 Jouni MalinenWPS: Store device info and make it available through...
2009-03-06 Masashi HonmaWPS: Add support for NFC out-of-band mechanism
2009-02-27 Masashi HonmaFix Enrollee WPS state attribute in AP
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: Make build conditional on CONFIG_WPS_UFD=y
2009-02-26 Masashi HonmaWPS: Add UFD support (USBA out-of-band mechanism)
2009-02-06 Jouni MalinenWPS: Moved Version attribute validation into a shared...
2009-01-29 Jouni MalinenWPS: Add support for external Registrars using UPnP...
2009-01-28 Jouni MalinenFixed WPS Authenticator attribute processing after M2D
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 Masashi HonmaUse WPS state Not Configured instead of Configured...
2009-01-17 Jouni MalinenWPS: Provide the unparsed Credential attribute to cred_cb()
2009-01-03 Jouni MalinenRemoved duplicated authenticator yes/no from wps_config...
2009-01-03 Jouni MalinenAdded Doxygen documentation for WPS code
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-16 Jouni MalinenWPS: Improved error processing to use NACK correctly
2008-11-29 Jouni MalinenWPS: Moved RF Bands processing into wps_dev_attr.c
2008-11-29 Jouni MalinenWPS: Moved ProbeReq/AssocReq WPS IE building into wps_c...
2008-11-29 Jouni MalinenWPS: Pass device data into wps_enrollee_build_probe_req...
2008-11-29 Jouni MalinenWPS: Parse Request Type from WPS IE in (Re)AssocReq...
2008-11-28 Jouni MalinenWPS: Merged two cred_cb variables into the same one
2008-11-28 Jouni MalinenWPS: Moved device attributes into wps_context::dev...
2008-11-27 Jouni MalinenWPS: Moved Credential and AP Settings processing in...
2008-11-23 Jouni MalinenAdded preliminary Wi-Fi Protected Setup (WPS) implement...