fragattacks/src/wps
Vitaly Wool c3daaf3325 Skip WPS PBC overlap detection if P2P address is the same
WPS overlap detection can detect false overlap if a P2P peer
changes UUID while authentication is ongoing. Changing UUID
is of course wrong but this is what some popular devices do
so we need to work around it in order to keep compatibility
with these devices. There already is a mechanism in WPS
registrar to skip overlap detection if P2P addresses of two
sessions match but it wasn't really triggered because the
address wasn't filled in in the caller function.

Let's fill in this address and also clean up WPS PBC sessions
on WSC process completion if UUID was changed.

Signed-hostap: Vitaly Wool<vitalywool@gmail.com>
2011-12-11 12:03:18 +02:00
..
http_client.c WPS: Add more debug info for UPnP operations 2010-10-17 20:20:28 +03:00
http_client.h WPS ER: Unsubscribe from AP events whenever removing the AP entry 2009-12-19 23:20:22 +02:00
http_server.c Fix doxygen file level comments 2009-11-28 21:34:14 +02:00
http_server.h Fix doxygen file level comments 2009-11-28 21:14:36 +02:00
http.h WPS: Move POST URL validation into web_connection_parse_post() 2009-12-12 16:48:50 +02:00
httpread.c Fix doxygen file level comments 2009-11-28 21:34:14 +02:00
httpread.h Fix doxygen file level comments 2009-11-28 21:14:36 +02:00
Makefile Remove unnecessary SUBDIRS loops from src/*/Makefile 2010-04-17 17:10:31 +03:00
ndef.c Resolve some sparse warnings 2009-11-25 00:57:00 +02:00
upnp_xml.c WPS ER: Fix UPnP XML Device Description parser to find correct device 2011-08-31 13:56:03 +03:00
upnp_xml.h WPS ER: Fix UPnP XML Device Description parser to find correct device 2011-08-31 13:56:03 +03:00
wps_attr_build.c Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
wps_attr_parse.c Remove unused variables 2011-10-23 12:42:55 +03:00
wps_attr_process.c WPS 2.0: Disable WPS workarounds if CONFIG_WPS_STRICT is defined 2010-09-09 06:07:47 -07:00
wps_common.c WPS ER: Fix segfault in some selected registrar change cases 2011-11-30 14:44:23 +02:00
wps_defs.h WPS: Add mechanism for indicating non-standard WPS errors 2011-01-13 17:50:59 +02:00
wps_dev_attr.c P2P: Add option for requested device type in P2P search/scan 2011-03-19 12:57:46 +02:00
wps_dev_attr.h P2P: Add option for requested device type in P2P search/scan 2011-03-19 12:57:46 +02:00
wps_enrollee.c Use NULL instead of 0 for pointers 2011-11-18 22:07:30 +02:00
wps_er_ssdp.c WPS ER: Cache AP settings for APs that restart UPnP 2010-10-25 22:22:07 +03:00
wps_er.c WPS ER: Fix UPnP XML Device Description parser to find correct device 2011-08-31 13:56:03 +03:00
wps_er.h WPS ER: Cache AP settings for APs that restart UPnP 2010-10-25 22:22:07 +03:00
wps_i.h WPS ER: Fix segfault in some selected registrar change cases 2011-11-30 14:44:23 +02:00
wps_nfc_pn531.c WPS: Add support for NFC out-of-band mechanism 2009-03-06 16:16:22 +02:00
wps_nfc.c WPS: Add support for NFC out-of-band mechanism 2009-03-06 16:16:22 +02:00
wps_registrar.c Skip WPS PBC overlap detection if P2P address is the same 2011-12-11 12:03:18 +02:00
wps_ufd.c Remove unnecessary include file inclusion 2011-11-13 22:13:04 +02:00
wps_upnp_ap.c WPS 2.0: Add strict validation of SetSelectedRegistrar attributes 2010-09-09 06:07:48 -07:00
wps_upnp_event.c WPS UPnP: Add more priority for queuing EAP events 2010-10-17 21:30:25 +03:00
wps_upnp_i.h WPS: Change concurrent radio AP to use only one WPS UPnP instance 2010-11-11 14:50:13 +02:00
wps_upnp_ssdp.c Remove unused variable and function 2011-10-22 21:59:17 +03:00
wps_upnp_web.c Fix typos found by codespell 2011-09-22 00:43:59 +03:00
wps_upnp.c Fix typos found by codespell 2011-09-22 00:43:59 +03:00
wps_upnp.h WPS: Change concurrent radio AP to use only one WPS UPnP instance 2010-11-11 14:50:13 +02:00
wps_validate.c WPS: Fix strict validation of encrypted data for WSC 2.0-only case 2010-09-22 19:17:13 -07:00
wps.c WPS: Use strdup to initialize dev_password for PBC 2011-11-17 19:58:33 +02:00
wps.h WPS: Fix stopping of active WPS operation on dual concurrent AP 2011-11-30 16:48:14 +02:00