Skip to content

Commit

Permalink
samples: wifi: shell: Add monitor and promiscuous mode overlay
Browse files Browse the repository at this point in the history
This change adds monitor mode and promiscuous mode overlay to
shell sample

Signed-off-by: Vivekananda Uppunda <[email protected]>
  • Loading branch information
VivekUppunda authored and jfischer-no committed Feb 21, 2024
1 parent d18d469 commit 679d196
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions samples/wifi/shell/overlay-monitor-mode.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_NRF700X_RAW_DATA_RX=y
2 changes: 2 additions & 0 deletions samples/wifi/shell/overlay-promiscuous-mode.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CONFIG_NRF700X_PROMISC_DATA_RX=y
CONFIG_NET_PROMISCUOUS_MODE=y

0 comments on commit 679d196

Please sign in to comment.