WPS: Generate UUID based on MAC address, if not set
[libeap.git] / wpa_supplicant / wps_supplicant.c
2009-01-01 Jouni MalinenWPS: Generate UUID based on MAC address, if not set
2008-12-21 Jouni MalinenFixed PBC overlap detection to handle case of missing...
2008-12-20 Jouni MalinenWPS: Added support for wildcard SSID matching in ap_sca...
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-17 Jouni MalinenWPS: Fixed deinit code for freeing config and registrar...
2008-12-15 Jouni MalinenUse a fixed wps_msg prefix with WPS creds notification
2008-12-15 Jouni MalinenWPS: Added control interface notification for available...
2008-12-15 Jouni MalinenFixed memory leak in WPS PBC overlap detection
2008-12-13 Jouni MalinenAdded configuration of WPS device parameters for wpa_su...
2008-11-29 Jouni MalinenWPS: Added support for fragmented WPS IE in Beacon...
2008-11-29 Jouni MalinenWPS: Added wpa_supplicant ctrl_iface commands to start...
2008-11-29 Jouni MalinenWPS: Set Request Type properly into WPS IE in ProbeReq...
2008-11-29 Jouni MalinenWPS: Moved RF Bands processing into wps_dev_attr.c
2008-11-28 Jouni MalinenWPS: Moved mac_addr and uuid configuration into wps_context
2008-11-28 Jouni MalinenWPS: Moved wps_context initialization into wps_supplicant.c
2008-11-28 Jouni MalinenWPS: Merged two cred_cb variables into the same one
2008-11-28 Jouni MalinenWPS: Move WPS glue code from wpas_glue.c to wps_supplic...