]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Cancel action frame offchan wait after recv GO Neg Conf
authorEyal Shapira <eyal@wizery.com>
Thu, 19 Dec 2013 10:03:29 +0000 (12:03 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 7 Jan 2014 14:12:03 +0000 (16:12 +0200)
commit472fa2168a950315cb939029252cd75366eb113a
tree239127d02fb326fd198193163b0f3650ce4c8251
parentbfdc2a3172567dc7a77920557cbdb64d55d471bc
P2P: Cancel action frame offchan wait after recv GO Neg Conf

The missing call to scan_action_done() may keep us off-channel for 250
ms following sending GO Negotiation Response. In case the operating
channel is different from this channel and we're GO, a race could lead
to start beaconing while off-channel. This could potentially cause the
Beacon frames to go out on incorrect channel with some drivers.

Signed-hostap: Eyal Shapira <eyal@wizery.com>
src/p2p/p2p_go_neg.c