Question
WEP in AP mode
Posted on June 15, 2015 at 12:34
Is there a limitation/restriction of of the WEP key lengths in AP mode?
Set password to 'test1':
AT+S.SCFG=wifi_wep_keys[0],7465737431 AT+S.SCFG=wifi_wep_key_lens,05 This works OK. I can connect fine with WEP authentication. However trying : Set password to 'test11': AT+S.SCFG=wifi_wep_keys[0],746573743131 AT+S.SCFG=wifi_wep_key_lens,06 Doesn't work I can't connet to the access point? However, if I change key to 14 bytes, and wep ley length to '0D' it seems to works again? Can the length only be '05' or '0D'? Thanks in advance. (P.S. I am running 3.4 firmware).