Hi guys,
I just received my first FEZ Cobra II (Rev B) - Wifi version, and I was experimenting with the builtin wifi module.
I am using the 2013-02-14 SDK, the G120 firmware is 4.2.9.0
RS9110 firmware version Number is 4.4.5
RS9110 driver version Number is 4.4.5
As I was about to join my network (SecMode 2) with a 34 chars password, I am getting this exception:
#### Exception System.IndexOutOfRangeException - 0xa9000000 (1) ####
#### Message:
#### GHI.Premium.Net.RS9110Helper::JoinRequest [IP: 0000] ####
#### GHI.Premium.Net.RS9110Helper::Join [IP: 001c] ####
#### GHI.Premium.Net.WiFiRS9110::Join [IP: 008b] ####
#### GadgeteerApp1.Program::ProgramStarted [IP: 0114] ####
#### GadgeteerApp1.Program::Main [IP: 0015] ####
#### Exception GHI.Premium.Net.NetworkInterfaceExtensionException - 0x00000000 (1) ####
#### Message:
#### GHI.Premium.Net.WiFiRS9110::Join [IP: 00e7] ####
#### GadgeteerApp1.Program::ProgramStarted [IP: 0114] ####
#### GadgeteerApp1.Program::Main [IP: 0015] ####
A first chance exception of type ‘GHI.Premium.Net.NetworkInterfaceExtensionException’ occurred in GHI.Premium.Net.dll
In a unsecured (SecMode 0) network, the Join returns without any exception.
Can this be because of the length of the password? The maximum for WPA2 is 64 chars. Is it possible for you to give it a try?
I can’t change this PSK right now, I will run some tests later with shorter PSK’s to see if this problem goes away.
Thank you very much.