]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/config_ssid.h
P2P: Maintain a list of P2P Clients for persistent group on GO
authorJouni Malinen <j@w1.fi>
Thu, 22 Dec 2011 20:47:41 +0000 (22:47 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 22 Dec 2011 20:47:41 +0000 (22:47 +0200)
commitfbdcfd577a3f6245c9c34e09842e766777a84ea7
tree8a3728f8b1a499a600981142ed4b3232d1c83778
parent87f841a1407dc8f988d6c43a9c4307e34e86986f
P2P: Maintain a list of P2P Clients for persistent group on GO

Add a new persistent group network block field, p2p_client_list, to
maintain a list of P2P Clients that have connected to a persistent
group. This allows GO of a persistent group to figure out more easily
whether re-invocation of a persistent group can be used with a specific
peer device.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/ap/hostapd.h
src/ap/sta_info.c
wpa_supplicant/ap.c
wpa_supplicant/config.c
wpa_supplicant/config_file.c
wpa_supplicant/config_ssid.h
wpa_supplicant/notify.c
wpa_supplicant/notify.h
wpa_supplicant/p2p_supplicant.c
wpa_supplicant/p2p_supplicant.h