Changeset 5437
- Timestamp:
- 03/10/08 16:12:12 (5 months ago)
- Files:
-
- framework3/trunk/external/ruby-lorcon/test.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework3/trunk/external/ruby-lorcon/test.rb
r5428 r5437 27 27 ].pack('C*') 28 28 29 30 # Configure the card for reliable injection 31 29 32 tx = Lorcon::Device.new('ath0', 'madwifing') 30 tx.channel = 11 33 tx.fmode = "INJECT" 34 tx.channel = 11 35 tx.txrate = 2 36 tx.modulation = "DSSS" 31 37 32 38 sa = Time.now.to_f
