From cc5b1477ff6ca26ea1191362c29f95e4a9ae80d5 Mon Sep 17 00:00:00 2001 From: Rex Chen Date: Tue, 20 May 2025 11:36:28 +0900 Subject: [PATCH] drivers: wifi: nxp: support monitor mode tx frame Add WIFI_HOST_TXRX_MGMT_FRAME macro to support tx frame in monitor mode. Signed-off-by: Rex Chen --- drivers/wifi/nxp/Kconfig.nxp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/drivers/wifi/nxp/Kconfig.nxp b/drivers/wifi/nxp/Kconfig.nxp index d8597907bbd..2099db4dc12 100644 --- a/drivers/wifi/nxp/Kconfig.nxp +++ b/drivers/wifi/nxp/Kconfig.nxp @@ -844,6 +844,12 @@ config NXP_WIFI_NET_MONITOR help This option is used to set/get network monitor configuration. +config NXP_WIFI_HOST_TXRX_MGMT_FRAME + bool "Host send management and data frame in monitor mode" + default y + help + This option is used to send management and data frame in monitor mode. + config NXP_WIFI_CAU_TEMPERATURE bool "Cau temperature" default y