hostap/src
Jouni Malinen c98b83f2d3 P2P: Do not update peer Listen channel based on PD/Invitation
Commits 17bef1e97a and
ffe98dfb88 started using p2p_add_device()
with other frames than just Probe Response frames from scan results.
However, these changes did not take into account that the PD Request
and Invitation Request frames are normally received on the our own
Listen channel, not on the Listen channel of the peer. As such, these
frames must not be used to update Listen channel information for the
peer.

Fix this by letting p2p_add_device() know whether the results are from
scan results and if not, skip the peer table updates that are specific
to Probe Response frames.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
intended-for: hostap-1
2012-04-26 16:11:17 +03:00
..
ap Fix validation of PSK-from-RADIUS-server required response 2012-04-21 19:46:58 +03:00
common P2P: Add provision discovery failure event 2012-04-17 19:44:13 +03:00
crypto Make random_add_randomness() debug print less verbose 2012-04-08 11:34:54 +03:00
drivers Sync with include/linux/nl80211.h from wireless-testing.git 2012-04-19 20:41:42 +03:00
eap_common Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
eap_peer TLS: Use separate TLS library context for tunneled TLS 2012-04-07 20:57:02 +03:00
eap_server EAP-SIM/AKA server: Fix re-authentication not to update pseudonym 2012-02-16 23:31:30 +02:00
eapol_auth Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
eapol_supp Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
l2_packet Make bind failure messages unique 2012-04-06 12:10:36 +03:00
p2p P2P: Do not update peer Listen channel based on PD/Invitation 2012-04-26 16:11:17 +03:00
radius Remove extra linefeed from hostapd_logger message 2012-04-01 13:41:03 +03:00
rsn_supp TDLS: Add support for TDLS frame RX with bridge interfaces 2012-03-30 11:12:33 +03:00
tls Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
utils Remove experimental Symbian build 2012-04-07 13:00:30 +03:00
wps WPS: Allow vendor specific attribute to be added into M1 2012-04-04 00:08:57 +03:00
lib.rules Add rules for building src/crypto as a library 2009-12-05 22:03:46 +02:00
Makefile P2P: Add initial version of P2P Module 2010-09-09 07:17:17 -07:00