View Single Post
Old 15th May 2011
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

Is your WEP key in hexidecimal? Containing only the number 0-9 and the letters A through F or a through f?

If so, you should set your nwkey with a leading "0x", to indicate the values are hexidecimal and not ASCII:

ifconfig bwi0 obeid nwkey 0x37324a7f

or

ifconfig bwi0 obeid nwkey 0xdeadbeefcafe
Reply With Quote