mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-29 08:14:02 -05:00
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:
parent
7a56af545a
commit
f65f539d9a
@ -20,7 +20,7 @@
|
||||
|
||||
|
||||
/** GAS query timeout in seconds */
|
||||
#define GAS_QUERY_TIMEOUT_PERIOD 5
|
||||
#define GAS_QUERY_TIMEOUT_PERIOD 2
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user