GAS: Clear offchannel_tx_started when ending remain-on-channel
authorJouni Malinen <j@w1.fi>
Sun, 20 Dec 2015 17:37:06 +0000 (19:37 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 20 Dec 2015 17:40:01 +0000 (19:40 +0200)
commitc012567df6249d14b6aa78f40fa7f16f6cb8fb97
tree87a71c5e5c9beb61e8eb3e1ad2e8faf0da6eeb2a
parentd5f5d260b8f8459f82ba8c150707c0cd9343ca8b
GAS: Clear offchannel_tx_started when ending remain-on-channel

Commit 2c0d0ae370f72fbe6248feed7ea0635303e3dc5a ('GAS: End
remain-on-channel due to delayed GAS comeback request') started ending
the remain-on-channel operation between the initial request and the
following comeback request. However, it did not check or update the
offchannel_tx_started variable. While this alone would not necessarily
be problematic, this makes it more difficult to optimize wait time for
offchannel TX operations, so make sure the internal tracking variable
gets updated.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/gas_query.c