The latest development version of this page may be more current than this released 1.14.1 version.
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.

Direct dependencies

NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/net/ip/Kconfig:555

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:82

Menu path: (top menu) → Networking → IP stack

config NET_PROMISCUOUS_MODE
    bool
    prompt "Enable promiscuous mode support [EXPERIMENTAL]" if NETWORKING
    select NET_MGMT if NETWORKING
    select NET_MGMT_EVENT if NETWORKING
    select NET_L2_ETHERNET_MGMT if NET_L2_ETHERNET && NETWORKING
    depends on NETWORKING
    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.)