GAS: Reduce query timeout to two seconds

The five second timeout for GAS queries is excessive and can result in
long waits in cases where APs are either misconfigured or frames are
lost.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
Jouni Malinen 2013-04-20 16:48:10 -07:00 committed by Jouni Malinen
parent 7a56af545a
commit f65f539d9a

View file

@ -20,7 +20,7 @@
/** GAS query timeout in seconds */
#define GAS_QUERY_TIMEOUT_PERIOD 5
#define GAS_QUERY_TIMEOUT_PERIOD 2
/**