P2P: Avoid truncation of long listen operation due to offchan tx
authorJithu Jance <jithu@broadcom.com>
Wed, 20 Aug 2014 16:25:06 +0000 (21:55 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 18 Dec 2014 14:41:40 +0000 (16:41 +0200)
commit49e1e9ca88e3355d90ba373ba19f37d09be36e25
treee6ecac5b1838af3157ad688f8b5e69ac5e097a5d
parent89cd4355bbffbd2b35446a7ccf67c264ffdbf639
P2P: Avoid truncation of long listen operation due to offchan tx

On receiving the cancel remain on channel event, the pending_tx
is scheduled immediately and returned. This was preventing
the wpas_p2p_listen_start function from execution thereby resulting
in termination of the long listen operation.

Signed-off-by: Jithu Jance <jithu@broadcom.com>
wpa_supplicant/offchannel.c
wpa_supplicant/p2p_supplicant.c
wpa_supplicant/p2p_supplicant.h