Skip to content

Remove station mode from monitor #92226

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kapbh
Copy link
Contributor

@kapbh kapbh commented Jun 26, 2025

Monitor mode doesn't require station mode. Disabling station mode require necessary changes to work monitor mode.

kapbh added 2 commits June 26, 2025 09:06
Monitor mode doesn't require station mode. Disabling station mode
require necessary changes to work monitor mode.

Signed-off-by: Kapil Bhatt <[email protected]>
Disabling station mode require necessary changes to work monitor mode.

Signed-off-by: Kapil Bhatt <[email protected]>
Copy link

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
nrf_wifi zephyrproject-rtos/nrf_wifi@7cb2f44 (main) zephyrproject-rtos/nrf_wifi#58 zephyrproject-rtos/nrf_wifi#58/files

DNM label due to: 1 project with PR revision

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@github-actions github-actions bot added manifest manifest-nrf_wifi DNM (manifest) This PR should not be merged (controlled by action-manifest) labels Jun 26, 2025
Copy link

@@ -62,17 +62,19 @@ struct nrf_wifi_vif_ctx_zep {
#ifdef CONFIG_NET_STATISTICS_ETHERNET
struct net_stats_eth eth_stats;
#endif /* CONFIG_NET_STATISTICS_ETHERNET */
#if defined(CONFIG_NRF70_STA_MODE) || defined(CONFIG_NRF70_RAW_DATA_RX)
Copy link
Collaborator

Choose a reason for hiding this comment

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

why is RAW mode using TWT?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Wi-Fi Wi-Fi DNM (manifest) This PR should not be merged (controlled by action-manifest) manifest manifest-nrf_wifi platform: nRF Nordic nRFx
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants