diff --git a/win32wifi/Win32Wifi.py b/win32wifi/Win32Wifi.py index 75aab60..835ce71 100644 --- a/win32wifi/Win32Wifi.py +++ b/win32wifi/Win32Wifi.py @@ -141,6 +141,7 @@ def __str__(self): result += "BSS Type: %s\n" % self.bss_type result += "PHY Type: %s\n" % self.phy_type result += "Capabilities: %d\n" % self.capabilities + result += "Rssi: %d\n" % self.rssi # result += "Raw Information Elements:\n" # result += "%r" % self.raw_information_elements result += "\nInformation Elements:\n"