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 56fecea commit 1ce0f03Copy full SHA for 1ce0f03
test.py
@@ -46,7 +46,8 @@
46
print(" Mode:%s" % (ap.mode, ))
47
print(" Frequency:%s (Channel %d)" % \
48
(wifi._formatFrequency(ap.frequency.getFrequency()),
49
- frequencies.index(wifi._formatFrequency(getWirelessName
+ frequencies.index(wifi._formatFrequency(
50
+ ap.frequency.getFrequency())) + 1))
51
if (ap.quality.updated & \
52
pythonwifi.flags.IW_QUAL_QUAL_UPDATED):
53
quality_updated = "="
0 commit comments