1
0
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:
Christian B 2018-12-23 13:29:25 +01:00 committed by GitHub
parent 257d7827a0
commit db01cd473d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) */