WPS: Fix CONFIG_WPS_OOB build
[libeap.git] / src / wps / wps_common.c
2010-09-20 Jouni MalinenWPS: Fix CONFIG_WPS_OOB build
2010-09-09 Jouni MalinenWPS 2.0: Make WSC 2.0 support to be build option (CONFI...
2010-09-09 Jouni MalinenWPS 2.0: Add virtual/physical display and pushbutton...
2010-09-09 Jouni MalinenWPS 2.0: Add new attributes and update version negotiation
2010-08-11 Jouni MalinenWPS: Make DH debug prints easier to understand
2010-07-18 Jouni MalinenWPS: Add more debug info for DH keys
2010-04-04 Jouni MalinenWPS: Do not include Label in default Config Methods
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-29 Jouni MalinenMove uuid_gen_mac_addr() from uuid.c into src/wps
2009-11-26 Jouni MalinenWPS: Clean up Primary Device Type handling
2009-11-14 Jouni MalinenWPS: Remove derivation of management keys
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-08-26 Masashi HonmaWPS: Aggregate deinit calls in WPS OOB
2009-03-06 Masashi HonmaWPS: Add support for NFC out-of-band mechanism
2009-02-26 Jouni MalinenWPS UFD: Build OOB functionality only if UFD is enabled
2009-02-26 Jouni MalinenWPS UFD: Remove oob_dev pointer from wps_context
2009-02-26 Jouni MalinenWPS UFD: Use private data structure for oob_device_data
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-01-23 Jouni MalinenWPS: Lock AP Setup on multiple AP PIN validation failures
2009-01-22 Jouni MalinenWPS: Pad DH Public Key and Shared Key to 192 octets
2008-12-19 Jouni MalinenWPS: Added event callback for successfully completed...
2008-12-19 Jouni MalinenWPS: Added callback for failure-after-M2/M2D
2008-11-29 Jouni MalinenWPS: Added helper functions for generating and validati...
2008-11-29 Jouni MalinenWPS: Moved WPS IE building for ProbeReq/AssocReq into...
2008-11-29 Jouni MalinenWPS: Split wps_common.c into parts
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: Parse Request Type from WPS IE in (Re)AssocReq...
2008-11-27 Jouni MalinenWPS: Moved Credential and AP Settings processing in...
2008-11-26 Jouni MalinenWPS: Added parsing of Request Type and Response Type...
2008-11-23 Jouni MalinenAdded preliminary Wi-Fi Protected Setup (WPS) implement...