Projecte

General

Perfil

Wireless autoconf » Historial » Versió 3

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