Fix persistent P2P connection failure in case channel list changes
authorMahesh A Saptasagar <c_msapta@qti.qualcomm.com>
Mon, 27 Jan 2014 14:46:02 +0000 (20:16 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 7 Feb 2014 13:44:41 +0000 (15:44 +0200)
commit062a7c0d67f248391ec3bd946bde9dd2aad64ceb
tree785c6a858e19b33910a07ddbf03b25e0907d393c
parent0547124d47cb0f656d3ed7dd1ec4225a9df2a2f9
Fix persistent P2P connection failure in case channel list changes

P2P persistent connection may fail due to 802.11d channel change event
invalidating support of the operating frequency sent in the invitation
request, before receiving the invitation response. If the operating
frequency is invalid at the time the invitation response is processed
and there is no forced frequency provided by user, allow frequency
re-selection.

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