]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Fix missing eloop_cancel_timeout in invitation trigger
authorRahul Jain <rahul.jain@samsung.com>
Thu, 20 Feb 2014 11:04:09 +0000 (16:34 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 21 Feb 2014 11:54:09 +0000 (13:54 +0200)
commitaef5047acc971c97622c85236f0cd84d169221e6
treea768ac326f1f2710d2aecf7910ea7e8406762ea9
parent3cdcb3a4b352bcc0ba3ebc77bddf285d7834a7b4
P2P: Fix missing eloop_cancel_timeout in invitation trigger

When a Probe Request frame from an invitation peer is received, a timer
is schedule to start invitation. However, this could have been scheduled
multiple times (once per Probe Request frame) which is undesirable since
only a single invitation should be initiated.

Signed-off-by: Rahul Jain <rahul.jain@samsung.com>
src/p2p/p2p.c