Share same set_country driver op for hostapd and wpa_supplicant
[wpasupplicant] / src / wps /
2009-03-30 Jouni MalinenWPS: Fix local configuration update after AP configuration
2009-03-26 Jouni MalinenFix WPS UPnP SSDP on 32-bit targets
2009-03-21 Jouni MalinenFix WPS UPnP build for FreeBSD
2009-03-19 Jouni MalinenFix doxygen function comment
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 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: Remove oob_dev pointer from wps_context
2009-02-26 Jouni MalinenWPS UFD: Handle scandir() error and no matches results...
2009-02-26 Jouni MalinenWPS UFD: Define macros for the UFD directory templates
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 Jouni MalinenWPS UFD: Use mkdir() instead of system("mkdir ..")
2009-02-26 Masashi HonmaWPS: Add UFD support (USBA out-of-band mechanism)
2009-02-15 Daniel MierswaImproved 'make install' (use BINDIR/LIBDIR, install...
2009-02-09 Masashi HonmaWPS: Set correct Selected Registrar Config Methods...
2009-02-08 Jouni MalinenUse os_strlcpy instead of os_strncpy when copying ifname
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 MalinenWPS UPnP: Add IP address and port details into debug...
2009-02-06 Jouni MalinenWPS: Allow minor version differences in Version attribu...
2009-02-06 Jouni MalinenWPS: Moved Version attribute validation into a shared...
2009-02-06 Jouni MalinenUPnP: Removed shadowed variable
2009-02-06 Andriy TkachukWPS: Set correct Device Password ID in M2
2009-02-03 Jouni MalinenUPnP: Minor coding style cleanup
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-24 Jouni MalinenWPS: Add a workaround for incorrect passphrase encoding...
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 MalinenWPS: Pad DH Public Key and Shared Key to 192 octets
2009-01-22 Masashi HonmaUse WPS state Not Configured instead of Configured...
2009-01-22 Masashi HonmaWPS: Check Device Password ID attribute only if present...
2009-01-21 Jouni MalinenWPS: Added option to disable AP auto-config on first...
2009-01-20 Jouni MalinenChanged Credential MAC Address to be BSSID in AP/Registrar
2009-01-17 Jouni MalinenWPS: Provide the unparsed Credential attribute to cred_cb()
2009-01-17 Jouni MalinenChanged the Network Index value to 1 since that is...
2009-01-16 Jouni MalinenAdded an option to add (or override) Credential attribu...
2009-01-04 Jouni MalinenCompleted Doxygen documentation for functions declared...
2009-01-03 Jouni MalinenMark functions static if not used elsewhere and use...
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-25 Jouni MalinenWPS: As a workaround, pad zero-length device attributes
2008-12-25 Andriy TkachukWPS: Do not use Selected Registrar Config Methods from...
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-12-10 Jouni MalinenWorkaround number of compiler warnings with newer MinGW...
2008-11-30 Jouni MalinenWPS: Added support for wildcard PINs that work with...
2008-11-30 Jouni MalinenWPS: Added more verbose debug info on authentication...
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: 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: 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-28 Jouni MalinenWPS: Moved device attributes into wps_context::dev...
2008-11-27 Jouni MalinenWPS: Update supplicant configuration when acting as...
2008-11-27 Jouni MalinenWPS: Moved Credential building to use struct wps_credential
2008-11-27 Jouni MalinenWPS: Process old AP Settings in M7 when registering...
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 MalinenAdd a .gitignore for the new wps directory.
2008-11-23 Jouni MalinenAdded preliminary Wi-Fi Protected Setup (WPS) implement...