WPS: Add MAC address to validation error message for Probe Request
[libeap.git] / src / wps / wps.h
2010-09-22 Jouni MalinenWPS: Add MAC address to validation error message for...
2010-09-20 Jouni MalinenWPS: Fix Beacon WPS IE on concurrent dualband AP in...
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-09 Jouni MalinenP2P: Set Device Password ID in WPS M1/M2 per new rules
2010-09-09 Jouni MalinenP2P: Do no process Probe Request with P2P wildcard...
2010-09-09 Jouni MalinenP2P: Add Device Name into WPS IE in Probe Request frames
2010-09-09 Jouni MalinenWPS 2.0: Add strict validation of SetSelectedRegistrar...
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-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-05-26 Jouni MalinenAdd WPS IE into (Re)Association Response frame if WPS...
2009-12-28 Jouni MalinenWPS: Add Enrollee-seen event message and wpa_gui-qt4...
2009-12-24 Jouni MalinenMerge driver ops set_wps_beacon_ie and set_wps_probe_re...
2009-12-21 Jouni MalinenWPS: Make Config Methods configurable for wpa_supplicant
2009-12-21 Jouni MalinenWPS: Add option for forcing Registrar to use PSK format...
2009-12-19 Jouni MalinenWPS ER: Delay wpa_supplicant termination to allow unsub...
2009-12-12 Jouni MalinenWPS: Handle Selected Registrar as a union of info from...
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-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-18 Jouni MalinenWPS: Fix MAC Address inside Credential be that of Enrol...
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-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-11 Jouni MalinenAdd parsed information from WPS IE(s) into scan results
2009-09-07 Jouni MalinenWPS: Store device info and make it available through...
2009-09-06 Jouni MalinenWPS: Add support for AP reconfiguration with wps_reg
2009-05-26 Jouni MalinenWPS: Add support for setting timeout for PIN
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-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 Masashi HonmaWPS: Add UFD support (USBA out-of-band mechanism)
2009-02-06 Jouni MalinenWPS UPnP: Added support for multiple external Registrars
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-21 Jouni MalinenWPS: Added option to disable AP auto-config on first...
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-03 Jouni MalinenRemoved registrar pointer from wps_config and wps_data
2009-01-03 Jouni MalinenRemoved duplicated authenticator yes/no from wps_config...
2009-01-03 Jouni MalinenRemoved unused WPS_PENDING processing result
2009-01-03 Jouni MalinenAdded Doxygen documentation for WPS code
2009-01-01 Jouni MalinenWPS: Cleanup UUID and MAC address configuration
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-11-29 Jouni MalinenWPS: Added support for fragmented WPS IE in Beacon...
2008-11-29 Jouni MalinenWPS: Added helper functions for generating and validati...
2008-11-29 Jouni MalinenWPS: Set Request Type properly into WPS IE in ProbeReq...
2008-11-29 Jouni MalinenWPS: Moved WPS IE building for ProbeReq/AssocReq into...
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: Added comments for main data structures
2008-11-28 Jouni MalinenWPS: Merged two cred_cb variables into the same one
2008-11-23 Jouni MalinenAdded preliminary Wi-Fi Protected Setup (WPS) implement...