Projecte

General

Perfil

Wireless autoconf » Historial » Versió 4

Pau Escrich, 13-06-2011 17:48

1 1 Pau Escrich
h1. Wireless autoconf
2
3
Wireless configuration for file: /etc/config/qmp
4
5
These are the default parameters sharing all wireless interfaces
6 4 Pau Escrich
<pre>
7
config 'qmp' 'wireless'
8 3 Pau Escrich
 	option 'driver' 'mac80211'
9
 	option 'country' 'UZ'
10 1 Pau Escrich
 	option 'bssid' '02:CA:FF:EE:BA:BE'
11 4 Pau Escrich
</pre>
12 3 Pau Escrich
 
13 1 Pau Escrich
driver can be `mac80211` for athXk, and `madwifi` for madwifi
14 2 Pau Escrich
15
And these are the config parameters for each wifi interface.
16 3 Pau Escrich
<pre>
17
 config 'wireless'
18
 	option 'channel' '44'
19
 	option 'mode' 'adhoc'
20
 	option 'name' 'qmp'
21
 	option 'mac' '00:80:48:6b:25:b5'
22
 
23
 config 'wireless'
24
 	option 'channel' '10'
25
 	option 'mode' 'ap'
26
 	option 'name' 'qmp.cat-AP'
27
 	option 'mac' '00:80:48:6b:25:b6'
28
29
</pre>