]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Do not include own information in the peer table
authorMarek Kwaczynski <marek.kwaczynski@tieto.com>
Sun, 18 Dec 2011 14:38:48 +0000 (16:38 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 18 Dec 2011 14:38:48 +0000 (16:38 +0200)
commit2f0c8936bfe1d08568ef860a81bfc4c5f3bcc51d
treeef27bf7be9cfe120af3bec77850c816f91f0d15d
parentf2fe5b366337a274a42ab049e0b5673f527d3c5d
P2P: Do not include own information in the peer table

When the station is connected to P2P GO after calling p2p_find command
the device sees itself. It is related to lack of filtering itself from
clients connected to P2P GO.

Step by step:
1. dev1: p2p_group_add
2. dev2: p2p_connect <MAC1> pbc join
3. dev1: wps_pbc
4. dev2: p2p_find

Skip P2P client information for our own device from a GO with which
we are connected.
src/p2p/p2p.c