]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Reject p2p_find while P2P connection is in progress
authorDeepthi Gowri <c_gowri@qti.qualcomm.com>
Thu, 1 Aug 2013 12:39:47 +0000 (15:39 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 1 Aug 2013 12:39:47 +0000 (15:39 +0300)
commitce970851af76ed96d203d56c660c73ba02c99673
tree1f12caef7903500f43522206a6aa578994127764
parentf7b4ef220845f700a19149a96e0fad54d905e123
P2P: Reject p2p_find while P2P connection is in progress

Though p2p_find is not expected during ongoing P2P connection, it is
possible that any third party application issues a p2p_find resulting in
connection failure. Address this by rejecting any p2p_find command while
connection is in progress.

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