Switch infsrc 20051118.click: Difference between revisions

From
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
Line 1: Line 1:
AddressInfo(my_wlan ath0:eth);
d
inf_src :: InfiniteSource(DATASIZE 1500, ACTIVE true)
-> cnt :: AverageCounter()
-> EtherEncap(0x8086, my_wlan, ff:ff:ff:ff:ff:ff)
-> wifi_encap :: WifiEncap(0x00, 0:0:0:0:0:0)
-> SetTXPower(63)
-> set_rate :: SetTXRate(RATE 22)
-> ExtraEncap()
-> SetChannel(DEV ath0, ROTATE true)
-> to_dev :: ToDevice (ath0);

Latest revision as of 09:27, 25 January 2006

AddressInfo(my_wlan ath0:eth);

inf_src :: InfiniteSource(DATASIZE 1500, ACTIVE true) 
  -> cnt :: AverageCounter()
  -> EtherEncap(0x8086, my_wlan, ff:ff:ff:ff:ff:ff) 
  -> wifi_encap :: WifiEncap(0x00, 0:0:0:0:0:0) 
  -> SetTXPower(63)
  -> set_rate :: SetTXRate(RATE 22) 
  -> ExtraEncap() 
  -> SetChannel(DEV ath0, ROTATE true)
  -> to_dev :: ToDevice (ath0);