Projecte

General

Perfil

Wireless autoconf » Historial » Revisió 3

Revisió 2 (Pau Escrich, 13-06-2011 17:47) → Revisió 3/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 
  config 
 > @config 'qmp' 'wireless' 
 	 
 >  	 option 'driver' 'mac80211' 
 	 
 >  	 option 'country' 'UZ' 
 	 
 >  	 option 'bssid' '02:CA:FF:EE:BA:BE' 
 
 
 > @ 
 driver can be `mac80211` for athXk, and `madwifi` for madwifi 

 And these are the config parameters for each wifi interface. 
 <pre> 
  config > @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> 



 '00:80:48:6b:25:b6'@