P2P: Add test command for filtering which peers are discovered
authorJouni Malinen <jouni.malinen@atheros.com>
Tue, 29 Jun 2010 05:11:39 +0000 (22:11 -0700)
committerJouni Malinen <j@w1.fi>
Thu, 9 Sep 2010 14:17:19 +0000 (07:17 -0700)
commit80c9582a5f66f52e5d46a431f76eea0513e7a8ab
tree740e609c121b0b03f0e0840ece7acbca7420126e
parent6e6963ea866b748e84bc18f09baca348cf5d9489
P2P: Add test command for filtering which peers are discovered

"wpa_cli p2p_set peer_filter <MAC address>" can now be used to
only allow a single P2P Device (based on P2P Device Address) to be
discovered for testing. Setting the address to 00:00:00:00:00:00
disables the filter.
src/p2p/p2p.c
src/p2p/p2p.h
src/p2p/p2p_i.h
wpa_supplicant/ctrl_iface.c