Wireless autoconf » Historial » Versió 2
Pau Escrich, 13-06-2011 17:47
| 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 | 2 | 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 | |||
| 13 | And these are the config parameters for each wifi interface. |
||
| 14 | 2 | Pau Escrich | > @config 'wireless' |
| 15 | > option 'channel' '44' |
||
| 16 | > option 'mode' 'adhoc' |
||
| 17 | > option 'name' 'qmp' |
||
| 18 | > option 'mac' '00:80:48:6b:25:b5' |
||
| 19 | > |
||
| 20 | > config 'wireless' |
||
| 21 | > option 'channel' '10' |
||
| 22 | > option 'mode' 'ap' |
||
| 23 | > option 'name' 'qmp.cat-AP' |
||
| 24 | > option 'mac' '00:80:48:6b:25:b6'@ |