1IWCONFIG.py(8) Linux Programmer's Manual IWCONFIG.py(8)
2
3
4
6 iwconfig.py - configure a wireless network interface via Python
7
9 iwconfig.py [interface]
10 iwconfig.py interface [essid X] [nwid N] [mode M] [freq F]
11 [channel C][sens S ][ap A ][nick NN ]
12 [rate R] [rts RT] [frag FT] [txpower T]
13 [enc E] [key K] [power P] [retry R]
14 [modu M] [commit]
15 iwconfig.py --help
16 iwconfig.py --version
17
19 iwconfig.py intends to be a drop-in replacement for iwconfig(8), but
20 uses the pythonwifi module to implement its functionality in pure
21 Python. See the iwconfig(8) man page for more detail about what iwcon‐
22 fig.py can do.
23
24 But, at this time, this program does not work well (if at all).
25
26 The compatitibilty of specific operations iwconfig.py has with iwcon‐
27 fig(8) are listed below.
28
30 essid Not working.
31
32
33 nwid Not working.
34
35
36 nick[name]
37 Not working.
38
39
40 mode Not working.
41
42
43 freq/channel
44 Not working.
45
46
47 ap Not working.
48
49
50 rate/bit[rate]
51 Not working.
52
53
54 txpower
55 Not working.
56
57
58 sens Not working.
59
60
61 retry Not working.
62
63
64 rts[_threshold]
65 Not working.
66
67
68 frag[mentation_threshold]
69 Not working.
70
71
72 key/enc[ryption]
73 Not working.
74
75
76 power Not working.
77
78
79 modu[lation]
80 Not working.
81
82
83 commit Not working.
84
85
87 Sean Robinson - seankrobinson@gmail.com
88
90 Portions Copyright 1996-2006 Jean Tourrilhes
91 Copyright 2004-2005 Roman Joost
92 Copyright 2009 Sean Robinson
93
95 /proc/net/dev, /proc/net/wireless
96
98 iwconfig(8), iwlist.py(8),
99
100
101
102Python WiFi 16 December 2009 IWCONFIG.py(8)