-
CONFIG_NET_PROMISCUOUS_MODE
¶
Enable promiscuous mode support [EXPERIMENTAL]
Type: bool
Help¶
Enable promiscuous mode support. This only works if the network device driver supports promiscuous mode. The user application also needs to read the promiscuous mode data.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At subsys/net/ip/Kconfig:555
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:82
Menu path: (top menu) → Networking → IP stack
config NET_PROMISCUOUS_MODE bool prompt "Enable promiscuous mode support [EXPERIMENTAL]" ifNETWORKING
selectNET_MGMT
ifNETWORKING
selectNET_MGMT_EVENT
ifNETWORKING
selectNET_L2_ETHERNET_MGMT
ifNET_L2_ETHERNET
&&NETWORKING
depends onNETWORKING
help Enable promiscuous mode support. This only works if the network device driver supports promiscuous mode. The user application also needs to read the promiscuous mode data.
(Definitions include propagated dependencies, including from if’s and menus.)