P2P: Add P2P_GROUP_MEMBER command to fetch client interface address
authorPurushottam Kushwaha <pkushwah@qti.qualcomm.com>
Wed, 13 Apr 2016 05:30:08 +0000 (11:00 +0530)
committerJouni Malinen <j@w1.fi>
Mon, 18 Apr 2016 21:41:16 +0000 (00:41 +0300)
commit57b38882e5f6fffa96c3397ba2c2436a872354df
treede5f9e9dbbb49479063745f3160c57b0a87a38c2
parent0ee89250982cd3d424952d88cdc2f5c52e500a81
P2P: Add P2P_GROUP_MEMBER command to fetch client interface address

This allows local GO to fetch the P2P Interface Address of a P2P Client
in the group based on the P2P Device Address for the client. This
command should be sent only on a group interface (the same peer may be
in multiple concurrent groups).

Usage:
P2P_GROUP_MEMBER <P2P Device Address>

Output:
<P2P Interface Address>

Signed-off-by: Purushottam Kushwaha <pkushwah@qti.qualcomm.com>
src/p2p/p2p.h
src/p2p/p2p_group.c
wpa_supplicant/ctrl_iface.c
wpa_supplicant/wpa_cli.c