:orphan: .. title:: NET_PROMISCUOUS_MODE .. option:: 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 =================== \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`NET_MGMT ` - \ :option:`NET_MGMT_EVENT ` - \ :option:`NET_L2_ETHERNET_MGMT ` if \ :option:`NET_L2_ETHERNET ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig:808`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:87`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack .. parsed-literal:: config NET_PROMISCUOUS_MODE bool "Enable promiscuous mode support [EXPERIMENTAL]" select \ :option:`NET_MGMT ` select \ :option:`NET_MGMT_EVENT ` select \ :option:`NET_L2_ETHERNET_MGMT ` if \ :option:`NET_L2_ETHERNET ` depends on \ :option:`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.)*