You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hostap/src
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>
13 years ago
..
ap Set driver Probe Response template for AP mode offload 13 years ago
common Use wpa_key_mgmt_*() helpers 13 years ago
crypto Rename tls_prf() to tls_prf_sha1_md5() 13 years ago
drivers nl80211: Send Probe Response template to the driver 13 years ago
eap_common Rename tls_prf() to tls_prf_sha1_md5() 13 years ago
eap_peer EAP-AKA peer: Keep pseudonym identity across EAP exchanges 13 years ago
eap_server EAP server: Force identity request after eapRestart for passthrough 13 years ago
eapol_auth Make sure that EAP callbacks are not done if state machine has been removed 13 years ago
eapol_supp Use an enum for EAP SM requests 13 years ago
l2_packet l2_packet: Use wpa_printf() instead of perror() 14 years ago
p2p P2P: Remove forgotten TODO comment 13 years ago
radius Add MSK dump mechanism into hostapd RADIUS server for testing 13 years ago
rsn_supp Check wpa_supplicant_parse_ies() return value more consistently 13 years ago
tls TLS: Add support for SHA256-based cipher suites from RFC 5246 13 years ago
utils Avoid possible compiler warning in os_gmtime() 13 years ago
wps Skip WPS PBC overlap detection if P2P address is the same 13 years ago
Makefile P2P: Add initial version of P2P Module 14 years ago
lib.rules Add rules for building src/crypto as a library 15 years ago