sderuiter wrote: > mirhon;405516 Wrote: >> @Peter >> >> I'm not sure how to add WEP key using your udap_shell_1_0_0.exe. >> On Net-UDAP site: >> http://projects.robinbowes.com/Net-UDAP/trac#January212009 >> I can read: >> "I just committed a change that switches to hex entry for WEP keys. >> This simply means that instead of entering a hex key like this: abcd, >> you should now enter it like this: 61626364." >> >> How to add WEP key using this exe (hex or plain text)? > > Hi, I have the same issue. My WEP key is in HEX, which leads to a > yellow button. The SBR does work over wired, it has the latest firmware > downloaded. > > But how should I convert my 10digit HEX key to ASCII? > > I haven't found a reference that translates above "abcd" into > "61626364", maybe this is just an example.
As Siduhe has pointed out, there are several on-line tools that can convert from ascii to hex and vice versa. What you need to do is: 1. Take your hex key, e.g. '61626364' and convert it to ascii. This will result in something like 'abcd' 2. Use the resulting ascii string to set the WEP key You will run into problems if you have used hex results in non-printable ascii characters. You could get round that by choosing a nice ascii password, converting to hex, storing the WEP key in your WAP, then using the original ascii to set the WEP key on your SBR. Of course, the best way to fix this would be to upgrade to the latest version of Net-UDAP which accepts WEP key entry in hex. R. _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/discuss
