Deauther update with Adaptive Multi-Band Support - #2836
Open
Ninja-jr wants to merge 13 commits into
Open
Conversation
Added band detection and adaptive functions, including support for multiple bands and AP information structure.
Ninja-jr
marked this pull request as draft
August 26, 2026 18:12
Added APInfo structure to deauther.h for better access to access point information.
Refactor WiFi band detection and channel building functions, removing unused structures and comments. Enhance clarity and organization of the code.
Ninja-jr
marked this pull request as ready for review
August 26, 2026 18:29
Ninja-jr
pushed a commit
to Ninja-jr/Bruce_firmware
that referenced
this pull request
Aug 26, 2026
|
oo looks cool! |
Moved BandType enum to shared header and updated WiFiState structure.
Removed redundant comments and retained enum definition.
Ninja-jr
pushed a commit
to Ninja-jr/Bruce_firmware
that referenced
this pull request
Aug 26, 2026
Removed BandType enum and SupportedBands struct definitions from deauther.h.
Ninja-jr
pushed a commit
to Ninja-jr/Bruce_firmware
that referenced
this pull request
Aug 26, 2026
Ninja-jr
marked this pull request as draft
August 26, 2026 21:54
Added band detection functions to identify supported WiFi bands.
Removed band detection and channel building functions from the deauther module.
Ninja-jr
marked this pull request as ready for review
August 26, 2026 22:09
Added functions to build channel lists based on supported bands and access points.
Ninja-jr
pushed a commit
to Ninja-jr/Bruce_firmware
that referenced
this pull request
Aug 26, 2026
Contributor
Author
|
All good now...ready to merge. Tested and works as intended and even better |
Ninja-jr
pushed a commit
to Ninja-jr/Bruce_firmware
that referenced
this pull request
Aug 29, 2026
Ninja-jr
pushed a commit
to Ninja-jr/Bruce_firmware
that referenced
this pull request
Aug 30, 2026
Ninja-jr
pushed a commit
to Ninja-jr/Bruce_firmware
that referenced
this pull request
Aug 30, 2026
Ninja-jr
pushed a commit
to Ninja-jr/Bruce_firmware
that referenced
this pull request
Aug 30, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Complete overhaul of the deauther module with automatic band detection and adaptive channel hopping. Now supports 2.4GHz, 5GHz, and 6GHz bands with intelligent fallback for older hardware.
Changes Made
1. Automatic Band Detection
detectSupportedBands(): Detects which bands (2.4/5/6GHz) the hardware supports at runtimeSupportedBandsstruct: Tracks supported bands and band count2. Adaptive Channel Hopping
buildChannelListFromAPs(): Builds channel lists based on detected APs across bandsbuildDefaultChannelList(): Creates channel lists from supported bandsadaptiveDeauthLoop(): Unified hopping loop that cycles through multi-band channels3. Multi-Band Attack Support
4. Enhanced Display Feedback
5. Future-Proof Architecture
Memory Impact
Compatibility
Configuration Changes
None required - automatically adapts to hardware.
Performance Improvements