Skip to content

Commit da0c30d

Browse files
VivekUppundanashif
authored andcommitted
drivers: wifi: nrfwifi: Add promiscuous mode support functions
This adds promiscuous mode support functions into build for filter operation when the configuration CONFIG_NRF70_PROMISC_DATA_RX is enabled. Signed-off-by: Vivekananda Uppunda <[email protected]>
1 parent c9b56de commit da0c30d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/wifi/nrfwifi/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ zephyr_library_sources_ifdef(CONFIG_NRF70_STA_MODE
128128
${OS_AGNOSTIC_BASE}/fw_if/umac_if/src/fmac_util.c
129129
)
130130

131+
zephyr_library_sources_ifdef(CONFIG_NRF70_PROMISC_DATA_RX
132+
${OS_AGNOSTIC_BASE}/fw_if/umac_if/src/fmac_promisc.c
133+
)
134+
131135
zephyr_library_sources_ifdef(CONFIG_NRF70_ON_QSPI
132136
src/qspi/src/qspi_if.c
133137
)

0 commit comments

Comments
 (0)