espressif / esp-hosted

Hosted Solution (Linux/MCU) with ESP32 (Wi-Fi + BT + BLE)
Other
706 stars 169 forks source link

How to get WiFi transmission power #414

Closed xmlhp closed 4 months ago

xmlhp commented 4 months ago

hosted-ng os:linux How to query the current transmit power (TX-Power) of the Linux driver?

mantriyogesh commented 4 months ago

@kapilkedawat PTAL..

kapilkedawat commented 4 months ago

Please use iw dev <iface> info command

xmlhp commented 4 months ago

thanks