-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
station: Store and consider command bit state
This appears to be indicative of which side sent the SABM: sender sends SABM with its own SSID field clearing the C/H bit, and the destination SSID setting the C/H bit. So in the station context, we really have two separate peers: - Peer with C/H cleared: is a peer that sent US a `SABM(E)` - Peer with C/H set: is a peer that WE sent a `SABM(E)` Default to C/H set to `True`, since most users will be making outbound connections.
- Loading branch information
1 parent
fca874c
commit d2cf0ef
Showing
3 changed files
with
91 additions
and
7 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