Projecte

General

Perfil

Wireless autoconf » Historial » Revisió 4

Revisió 3 (Pau Escrich, 13-06-2011 17:48) → Revisió 4/15 (Pau Escrich, 13-06-2011 17:48)

h1. Wireless autoconf 

 Wireless configuration for file: /etc/config/qmp 

 These are the default parameters sharing all wireless interfaces 
 <pre> 
 
  config 'qmp' 'wireless' 
 	 option 'driver' 'mac80211' 
 	 option 'country' 'UZ' 
 	 option 'bssid' '02:CA:FF:EE:BA:BE' 
 </pre> 
 
 driver can be `mac80211` for athXk, and `madwifi` for madwifi 

 And these are the config parameters for each wifi interface. 
 <pre> 
  config 'wireless' 
 	 option 'channel' '44' 
 	 option 'mode' 'adhoc' 
 	 option 'name' 'qmp' 
 	 option 'mac' '00:80:48:6b:25:b5' 
 
  config 'wireless' 
 	 option 'channel' '10' 
 	 option 'mode' 'ap' 
 	 option 'name' 'qmp.cat-AP' 
 	 option 'mac' '00:80:48:6b:25:b6' 

 </pre>