P2P: Add a command for removing a client from all groups
authorJouni Malinen <j@w1.fi>
Sun, 1 Sep 2013 14:37:22 +0000 (17:37 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 1 Sep 2013 18:35:10 +0000 (21:35 +0300)
commitf2c566027e7e97203c11b5cacc527aecb017394f
treef9992214e3cca9dcc97e2ccfc0f6fc86354b5efa
parent01a57fe420f49588ecc1d59d5a5faf18cf551521
P2P: Add a command for removing a client from all groups

The new control interface command P2P_REMOVE_CLIENT <P2P Device
Address|iface=Address> can now be used to remove the specified client
from all groups (ongoing and persistent) in which the local device is a
GO. This will remove any per-client PSK entries and deauthenticate the
device.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/ap/sta_info.c
src/ap/sta_info.h
wpa_supplicant/ctrl_iface.c
wpa_supplicant/p2p_supplicant.c
wpa_supplicant/p2p_supplicant.h
wpa_supplicant/wpa_cli.c