P2P: Add an option to specify group SSID in P2P_CONNECT join case
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 30 Dec 2015 17:12:38 +0000 (19:12 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 30 Dec 2015 17:12:38 +0000 (19:12 +0200)
commit8edd9f10589010a690f045b5bd898eb156f47c29
treecd37953a2096b83bfec9c001c407a7dbb59f327f
parent70e0cb33f2c655b0ed5f7195661b08526252a232
P2P: Add an option to specify group SSID in P2P_CONNECT join case

The new optional ssid=<hexdump> argument to P2P_CONNECT can be used to
make P2P Client operations during join-an-existing-group more robust by
filtering out scan results based on the SSID in addition to the P2P
Device/Interface Address. This can help if the same MAC address has been
used in multiple groups recently and the cached scan results may still
include an older BSS.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/README-P2P
wpa_supplicant/ctrl_iface.c