mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-25 14:44:09 +00:00
Reduce network lag during site survey
* Reduced network lag when running a site survey
This commit is contained in:
parent
257d7827a0
commit
db01cd473d
@ -21,7 +21,7 @@
|
|||||||
* The Realtek 8188CE SoftAP will spend around 100ms to send the probe response after receiving the probe request.
|
* The Realtek 8188CE SoftAP will spend around 100ms to send the probe response after receiving the probe request.
|
||||||
* So, this driver tried to extend the dwell time for each scanning channel.
|
* So, this driver tried to extend the dwell time for each scanning channel.
|
||||||
* This will increase the chance to receive the probe response from SoftAP. */
|
* This will increase the chance to receive the probe response from SoftAP. */
|
||||||
#define SURVEY_TO (100)
|
#define SURVEY_TO (0)
|
||||||
|
|
||||||
#define REAUTH_TO (300) /* (50) */
|
#define REAUTH_TO (300) /* (50) */
|
||||||
#define REASSOC_TO (300) /* (50) */
|
#define REASSOC_TO (300) /* (50) */
|
||||||
|
Loading…
Reference in New Issue
Block a user