]> git.ipfire.org Git - thirdparty/hostap.git/commit
GAS: Cancel gas_query_timeout when AP responds with comeback delay
authorvamsi krishna <vamsin@qti.qualcomm.com>
Thu, 19 Jan 2017 09:43:44 +0000 (15:13 +0530)
committerJouni Malinen <j@w1.fi>
Mon, 23 Jan 2017 05:02:30 +0000 (07:02 +0200)
commit53b38209f46f177faa87324c086f50a6d7689460
tree91a731ca24cb8e0ab8d88cbe2a4055ef1d89291c
parentd5bd94133978f99c5906beaa23e8ca370b47f8a0
GAS: Cancel gas_query_timeout when AP responds with comeback delay

When AP responds with comeback delay for initial GAS query sent by STA,
gas_query_timeout should be cancelled to avoid GAS failures when
comeback delay is more than GAS_QUERY_TIMEOUT_PERIOD. The
gas_query_timeout is getting registered again when tx_status is received
for GAS comeback request.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/gas_query.c