We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 339e022 commit 56feceaCopy full SHA for 56fecea
test.py
@@ -46,8 +46,7 @@
46
print(" Mode:%s" % (ap.mode, ))
47
print(" Frequency:%s (Channel %d)" % \
48
(wifi._formatFrequency(ap.frequency.getFrequency()),
49
- frequencies.index(wifi._formatFrequency(
50
- ap.frequency.getFrequency())) + 1))
+ frequencies.index(wifi._formatFrequency(getWirelessName
51
if (ap.quality.updated & \
52
pythonwifi.flags.IW_QUAL_QUAL_UPDATED):
53
quality_updated = "="
@@ -111,4 +110,4 @@
111
110
rate_list[line * 5:line * 5 + rate_remainder - 1]) + \
112
"%s" % (wifi._formatBitrate(
113
rate_list[line * 5 + rate_remainder - 1])))
114
- index = index + 1
+ index = index + 1
0 commit comments