Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for S1G beacon to the dot11 layer. (#2) #4458

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Jul 11, 2024

  1. Add support for S1G beacon to the dot11 layer. (#2)

     - Includes unit test parsing and confirming an S1G beacon
     - Includes support for the new Frame Control format for type=3,
       subtype=1 (S1G beacon)
     - Includes changes to support addressing used in S1G beacon.
    
    All dot11 unit tests pass with this change.
    rkinder2023 authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    d377b13 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. More unit test changes to trigger workflows (#3)

    * Add support for S1G beacon to the dot11 layer.
     - Includes unit test parsing and confirming an S1G beacon
     - Includes support for the new Frame Control format for type=3,
       subtype=1 (S1G beacon)
     - Includes changes to support addressing used in S1G beacon.
    
    All dot11 unit tests pass with this change.
    rkinder2023 authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    2fc3244 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ee2030 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    285e3bb View commit details
    Browse the repository at this point in the history
  2. Update S1G beacon parsing based on code review. (#4)

    * Fix review comments from @p-l-:
     - Use set for 'type in' checks for extension frame type 3, subtype 1
       (S1G beacon).
    
    * Update to FCfield to split into three parts for type 3, subtype 1 (S1G
    beacon frame control field). This allows use of BitField for the 'bw',
    and FlagsField for the remaining bits.
    rkinder2023 authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    59b7330 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    58eb197 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe31812 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    fc06630 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    e6440dc View commit details
    Browse the repository at this point in the history