Home
last modified time | relevance | path

Searched refs:MGMT (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/drivers/ethernet/
Deth_smsc91x_priv.h133 #define MGMT 0x8 macro
Deth_smsc91x.c151 val = smsc_read_2(sc, MGMT); in smsc_mii_bitbang_read()
163 smsc_write_2(sc, MGMT, val); in smsc_mii_bitbang_write()
/Zephyr-latest/drivers/wifi/esp32/
DKconfig.esp32179 prompt "Type of WiFi RX MGMT buffers"
182 Select type of WiFi RX MGMT buffers:
184 If "Static" is selected, WiFi RX MGMT buffers are allocated when WiFi is initialized and released
185 when WiFi is de-initialized. The size of each static RX MGMT buffer is fixed to about 500 Bytes.
187 …If "Dynamic" is selected, each WiFi RX MGMT buffer is allocated as needed when a MGMT data frame is
188 …received. The MGMT buffer is freed after the MGMT data frame has been processed by the WiFi driver.
202 int "Max number of WiFi RX MGMT buffers"
/Zephyr-latest/subsys/net/ip/
DKconfig.mgmt130 bool "Stack analysis output on Net MGMT event core"
134 Add debug messages output on how much Net MGMT event stack is used.
DKconfig.stats26 bool "Expose statistics through NET MGMT API"