espressif / esp32-wifi-lib

ESP32 WiFi stack precompiled libraries
Apache License 2.0
167 stars 71 forks source link

Can ESP32 change Station and AP Power? #27

Open uecken opened 2 years ago

uecken commented 2 years ago

Hi, I want to control Station and AP Power. I assumes that ESP32-SoftAP communicates with ESP32-Station and other WiFi device.

The following function seems to change AP Power. Can this function also change station power? esp_wifi_set_max_tx_power

In addition, can STA/AP change power real time?

jack0c commented 1 year ago

Yes, this API changes global Wi-Fi TX power, and can change the power real time.