CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER¶
Max WiFi TX power (dBm)
Type: int
Help¶
Set maximum transmit power for WiFi radio. Actual transmit power for high
data rates may be lower than this setting.
Default¶
- 20 
Kconfig definition¶
At <Zephyr Driver>/wifi/esp32/Kconfig.esp32:210
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:78 → <Zephyr Driver>/wifi/Kconfig:36
Menu path: (Top) → Device Drivers → Wi-Fi Drivers → ESP32 SoC WiFi support
config ESP32_PHY_MAX_WIFI_TX_POWER
    int "Max WiFi TX power (dBm)"
    range 10 20
    default 20
    depends on WIFI_ESP32 && WIFI
    help
      Set maximum transmit power for WiFi radio. Actual transmit power for high
      data rates may be lower than this setting.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)