Search code examples
pythonlinuxwifi

Getting Wi-Fi AP information in Python


How can I get wireless information of a Wi-Fi AP? (SSID, Channel, Tx-power, RSSI, ...)

I am currently doing by parsing iwconfig output, but I want to do it "in the right way."


Solution

  • A little bit googling got me Python Wifi I never used it myself. Hope it works for you.