WPS ER: Clean up WPS session on PutMessage error cases
[mech_eap.git] / src / wps / wps_er.c
2015-09-07 Jouni MalinenWPS ER: Clean up WPS session on PutMessage error cases
2014-06-07 Jouni MalinenWPS ER: Fix UDN parser to handle missing field
2014-03-25 Jouni MalinenWPS: Enable WSC 2.0 support unconditionally
2014-01-27 Jouni MalinenWPS NFC: Allow BSSID and channel to be included in...
2014-01-27 Jouni MalinenNFC: Update WPS ER to use the new connection handover...
2014-01-27 Jouni MalinenWPS: Remove Version attribute from NFC messages
2013-12-26 Jouni MalinenWPS ER: Fix deinit timeout handling with delayed/failin...
2013-04-28 Jouni MalinenWPS ER: Allow UPnP interface to be forced
2013-04-27 Jouni MalinenAdd dup_binstr() to help common binary string tasks
2013-04-01 Jouni MalinenWPS NFC: Allow configuration token to be built from...
2013-04-01 Jouni MalinenWPS ER: Allow Enrollee to be specified with MAC address
2013-04-01 Jouni MalinenWPS ER: Allow AP to be specified with BSSID
2012-06-28 Jouni MalinenWPS ER: Add support for building NFC configuration...
2012-02-11 Jouni MalinenRemove the GPL notification from files contributed...
2011-08-31 Jouni MalinenWPS ER: Fix UPnP XML Device Description parser to find...
2011-02-07 Jouni MalinenP2P: Allow WPS_PBC command on GO to select on P2P Devic...
2010-11-11 Jouni MalinenWPS ER: Fix compiler warning on non-WPS2 builds
2010-11-02 Jouni MalinenWPS ER: Clear WPS state if PutMessage does not include...
2010-10-31 Jouni MalinenWPS ER: Add validation of WPS attributes in proxied...
2010-10-25 Jouni MalinenWPS ER: Cache AP settings for APs that restart UPnP
2010-10-25 Jouni MalinenWPS ER: Add more details to wps_er_pbc failure returns
2010-10-25 Jouni MalinenWPS ER: Fix SetSelectedRegistrar to include wildcard...
2010-10-25 Jouni MalinenWPS ER: Only activate PBC mode on single AP
2010-10-25 Jouni MalinenWPS ER: Show SetSelectedRegistrar events as ctrl_iface...
2010-10-20 Jouni MalinenWPS ER: Add wps_er_set_config to use local configuration
2010-09-24 Jouni MalinenWPS ER: Add more debug info on initialization errors
2010-09-23 Jouni MalinenWPS ER: Make sure PIN timeout does not interrupt PBC...
2010-09-23 Jouni MalinenWPS ER: Fix debug message for protocol run done case
2010-09-09 Jouni MalinenWPS: Fix ER PBC overlap detection build with P2P changes
2010-09-09 Jouni MalinenWPS 2.0: Convert new attributes into WFA vendor extension
2010-09-09 Jouni MalinenWPS ER: Use PBC overlap detection
2010-09-09 Jouni MalinenWPS ER: Do not use SetSelectedRegistrar when learning...
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 support for AuthorizedMACs attribute
2010-09-09 Jouni MalinenWPS 2.0: Add new attributes and update version negotiation
2010-07-21 Jouni MalinenWPS: Limit WPS ER event_id < 2^31 bits to avoid issues...
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-27 Jouni MalinenWPS ER: Fix Credential to use correct Enrollee MAC...
2010-01-10 Jouni MalinenWPS ER: Check uuid_str2bin() return value
2010-01-10 Jouni MalinenWPS ER: Verify os_get_random() return value
2010-01-09 Jouni MalinenWPS: Remove unused mac_addr_text parameter from get_net...
2009-12-19 Jouni MalinenWPS ER: Delay wpa_supplicant termination to allow unsub...
2009-12-19 Jouni MalinenWPS ER: Unsubscribe from AP events whenever removing...
2009-12-19 Jouni MalinenWPS ER: Convert lists to use struct dl_list
2009-11-21 Jouni MalinenWPS ER: Deinitialize protocol instance with STA after...
2009-11-21 Jouni MalinenWPS ER: Use random event identifier in event URL
2009-11-21 Jouni MalinenWPS ER: Move SSDP functionality into a separate file
2009-11-21 Jouni MalinenWPS ER: Add more AP information into the ctrl_interface...
2009-11-21 Jouni MalinenWPS ER: Fetch AP's M1 to learn device type and WPS...
2009-11-21 Jouni MalinenWPS ER: Use (addr,UUID) as the key for AP entries
2009-11-21 Jouni MalinenWPS ER: Stop AP unlink loop on match
2009-11-21 Jouni MalinenWPS ER: Move STA entry unlinking into a separate function
2009-11-21 Jouni MalinenWPS ER: Fix AP entry freeing on timeout
2009-11-20 Jouni MalinenWPS ER: Refresh ER data on WPS_ER_START when already...
2009-11-20 Jouni MalinenWPS ER: Fix Enrollee entry freeing on timeout
2009-11-15 Jouni MalinenWPS ER: Clear WPS protocol run on PutMessage failure
2009-11-15 Jouni MalinenWPS ER: Deinit WPS protocol data when freeing AP entry
2009-11-15 Jouni MalinenWPS ER: Use learnt AP settings to build credentials...
2009-11-15 Jouni MalinenWPS ER: Add command for fetching current AP settings
2009-11-15 Jouni MalinenWPS ER: Do not try to process AP Settings in proxied...
2009-11-15 Jouni MalinenWPS ER: Add preliminary PBC support
2009-11-15 Jouni MalinenWPS ER: Only send Enrollee notification on Probe Reques...
2009-11-15 Jouni MalinenWPS ER: Add ctrl_iface notifications for AP/Enrollee...
2009-11-15 Jouni MalinenWPS ER: Store AP UUID in binary format for future use
2009-11-13 Jouni MalinenWPS ER: Fix Op-Code for WSC_{ACK,NACK,Done}
2009-11-13 Jouni MalinenWPS ER: Add PIN configuration and SetSelectedRegistrar...
2009-11-11 Jouni MalinenWPS ER: Add PutWLANResponse generation and transmission
2009-11-11 Jouni MalinenWPS ER: Add STA/Enrollee entries and start processing...
2009-11-10 Jouni MalinenWPS ER: Parse WLANEvent notifications and send HTTP...
2009-11-09 Jouni MalinenWPS ER: Subscribe to UPnP events
2009-11-08 Jouni MalinenWPS ER: Fetch and parse device description
2009-11-07 Jouni MalinenWPS: Add initial part of External Registrar functionality