-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed remnants of forcePackets setting
The setting was already removed in 2019 with the rewrite of the settings module. In my tests, it didn't make the performance better, but added complexity and made the web interface unstable.
- Loading branch information
Spacehuhn
committed
Jan 17, 2021
1 parent
abf56ca
commit 333e3eb
Showing
5 changed files
with
38 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,29 @@ | ||
{ | ||
"version":"over9000", | ||
"ssid":"pwned", | ||
"password":"deauther", | ||
"channel":1, | ||
"hidden":false, | ||
"captivePortal":true, | ||
"lang": "en", | ||
"autosave":true, | ||
"autosavetime":30000, | ||
"display":false, | ||
"displayTimeout":600, | ||
"serial":true, | ||
"serialEcho":true, | ||
"web":true, | ||
"led":true, | ||
"maxch":14, | ||
"macSt":"aa:bb:cc:dd:ee:ff", | ||
"macAP":"00:11:22:33:44:55", | ||
"chtime":384, | ||
"minDeauths":3, | ||
"attacktimeout":600, | ||
"forcepackets":3, | ||
"deauthspertarget":20, | ||
"deauthReason":1, | ||
"beaconchannel":false, | ||
"beaconInterval":false, | ||
"randomTX":false, | ||
"probesPerSSID":1 | ||
{ | ||
"version": "over9000", | ||
"ssid": "pwned", | ||
"password": "deauther", | ||
"channel": 1, | ||
"hidden": false, | ||
"captivePortal": true, | ||
"lang": "en", | ||
"autosave": true, | ||
"autosavetime": 30000, | ||
"display": false, | ||
"displayTimeout": 600, | ||
"serial": true, | ||
"serialEcho": true, | ||
"web": true, | ||
"led": true, | ||
"maxch": 14, | ||
"macSt": "aa:bb:cc:dd:ee:ff", | ||
"macAP": "00:11:22:33:44:55", | ||
"chtime": 384, | ||
"minDeauths": 3, | ||
"attacktimeout": 600, | ||
"deauthspertarget": 20, | ||
"deauthReason": 1, | ||
"beaconchannel": false, | ||
"beaconInterval": false, | ||
"randomTX": false, | ||
"probesPerSSID": 1 | ||
} |