]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Fix p2p_ignore_shared_freq=1 when inviting a peer
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 19 Nov 2013 10:26:16 +0000 (12:26 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 19 Nov 2013 10:26:16 +0000 (12:26 +0200)
commitd0f61a4beafd7b33ae93eeb70c33a7c330924faf
treefcb0023d7e9d2de88779bf088f35670c2a1ec42e
parent21e491f2f60643a423bf40438955b62806ec6467
P2P: Fix p2p_ignore_shared_freq=1 when inviting a peer

p2p_ignore_shared_freq=1 was supposed to allow a MCC-capable device to
ignore a preference for using the same channel on multiple interfaces.
However, it was not used when inviting a peer to re-invoke a persistent
group. This case needs special handling since the peer's channel list is
not available to perform channel reselection and the operating channel
indicated in the Invitation Request frames ends up getting used as the
operating channel if the transmitted of that frames becomes the GO.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/p2p_supplicant.c