:orphan: .. title:: CONFIG_NET_PROMISCUOUS_MODE .. kconfig:: CONFIG_NET_PROMISCUOUS_MODE CONFIG_NET_PROMISCUOUS_MODE ########################### *Enable promiscuous mode support [EXPERIMENTAL]* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`NET_MGMT ` - \ :kconfig:`NET_MGMT_EVENT ` - \ :kconfig:`NET_L2_ETHERNET_MGMT ` if \ :kconfig:`NET_L2_ETHERNET ` Symbols that select this symbol =============================== - \ :kconfig:`NET_ETHERNET_BRIDGE ` Kconfig definition ================== At ``/net/ip/Kconfig:827`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack .. code-block:: kconfig config NET_PROMISCUOUS_MODE bool "Enable promiscuous mode support [EXPERIMENTAL]" select NET_MGMT select NET_MGMT_EVENT select NET_L2_ETHERNET_MGMT if NET_L2_ETHERNET 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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*