1IWLIST.py(8) Linux Programmer's Manual IWLIST.py(8)
2
3
4
6 iwlist.py - Get more detailed wireless information from a wireless
7 interface via Python
8
10 iwlist.py [interface]
11 iwlist.py [interface] scanning
12 iwlist.py [interface] frequency
13 iwlist.py [interface] rate
14 iwlist.py [interface] keys
15 iwlist.py [interface] power
16 iwlist.py [interface] txpower
17 iwlist.py [interface] retry
18 iwlist.py [interface] event
19 iwlist.py [interface] auth
20 iwlist.py [interface] wpakeys
21 iwlist.py [interface] genie
22 iwlist.py [interface] modulation
23 iwlist.py --help
24 iwlist.py --version
25
27 iwlist.py is a drop-in replacement for iwlist(8), but uses the python‐
28 wifi module to implement its functionality in pure Python. See the
29 iwlist(8) man page for more detail about what iwlist.py can do.
30
31 The compatitibilty of specific operations iwlist.py has with iwlist(8)
32 are listed below.
33
35 scanning
36
37 Essentially the same as iwlist(8), but with a possible different
38 line order in the results and probably less information per AP.
39
40
41 frequency
42
43 Not working, but it should be.
44
45
46 rate
47
48 Probably as unreliable as iwlist(8).
49
50
51 keys
52
53 Very close to the same output.
54
55
56 power
57
58 Close, but not well tested.
59
60
61 txpower
62
63 Not working.
64
65
66 retry
67
68 Very close to the same output.
69
70
71 event
72
73 Not working.
74
75
76 auth
77
78 Not working.
79
80
81 wpakeys
82
83 Not working.
84
85
86 genie
87
88 Not working.
89
90
91 modulation
92
93 Not working.
94
95
97 Sean Robinson - seankrobinson@gmail.com
98
100 Portions Copyright 1996-2006 Jean Tourrilhes
101 Copyright 2004-2005 Roman Joost
102 Copyright 2009 Sean Robinson
103
105 /proc/net/dev, /proc/net/wireless
106
108 iwlist(8), iwconfig.py(8),
109
110
111
112Python WiFi 16 December 2009 IWLIST.py(8)