The WEP key is evidently entered into the area of the sketch as shown below:
- Code: Select all
// WEP 128-bit keys
// sample HEX keys
prog_uchar wep_keys[] PROGMEM = { (bunch of HEX digits separated by commas here)
However, my wireless environment is WEP encoded to 64-bits, thus only a 10-digit HEX string is required for Key 0. Can I simply plug my 10 HEX characters into the progmem space and hope that WiShield will somehow figure out how to log onto the network?