Skip to content

Conversation

@rado17
Copy link
Contributor

@rado17 rado17 commented Nov 11, 2025

Authorize flag is required to block the data traffic until the EAPoL negotiation is concluded.

@github-actions
Copy link

github-actions bot commented Nov 24, 2025

Module Monitor

Changes detected in module.yml

Firmware Blob Changes

Variant Old Version New Version Old Commit New Commit Diff Link
default 1.2.14.4 1.2.14.5 8f3c1e8 (main) cdb6c14 (PR #1930) nrfconnect/sdk-nrfxlib@8f3c1e8...cdb6c14
offloaded_raw_tx 1.2.14.4 1.2.14.5 8f3c1e8 (main) cdb6c14 (PR #1930) nrfconnect/sdk-nrfxlib@8f3c1e8...cdb6c14
radio_test 1.2.14.4 1.2.14.5 8f3c1e8 (main) cdb6c14 (PR #1930) nrfconnect/sdk-nrfxlib@8f3c1e8...cdb6c14
scan_only 1.2.14.4 1.2.14.5 8f3c1e8 (main) cdb6c14 (PR #1930) nrfconnect/sdk-nrfxlib@8f3c1e8...cdb6c14
system_with_raw 1.2.14.4 1.2.14.5 8f3c1e8 (main) cdb6c14 (PR #1930) nrfconnect/sdk-nrfxlib@8f3c1e8...cdb6c14

This comment was automatically generated.

/** If true, skip local and IANA Unicast reserved MACs **/
unsigned char skip_local_admin_macs;
/** If true, indicates that it's a P2P scan **/
unsigned char p2p_scan;
Copy link
Collaborator

@krish2718 krish2718 Nov 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can't we use no_cck flag for this as well? @karun2796

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In LMAC based on this no_cck they are setting some parameters like protection_type, preamble_type , rate_retries, rate_flags etc.
Will this no_cck set by default for p2p scan? If that is the case, We can use this no_cck flag.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, we can use the same info to skip 11b IEs + not sending in 11b rates. But anyways this is an optimization.

@krish2718
Copy link
Collaborator

@rado17 please rebase (there is a recent change to enforce DNM)

Add param to mark a connected peer authorized once the peer
is connected. Required in case of AP mode where authorized flag
needs to be set for each client.

Signed-off-by: Ravi Dondaputi <[email protected]>
Move nrf_wifi_util_get_ra to fmac_utils lib to make it accessible
across other files.

Signed-off-by: Ravi Dondaputi <[email protected]>
Update firmware binaries and RPU shared header for:
1. Suppressing 11b rates in the P2P probe requests.
2. Fix for race condition while sending keep alive frame.
3. Firmware bug causing broadcast BSSID fields in
   beacons causing frames to be dropped in Wi-Fi
   Monitor mode.
4. RPU Version update from 1.2.14.4 to 1.2.14.5.

Signed-off-by: Karun Kumar Eagalapati <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

DNM Do not merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants