Hello.
I've got a problem with the G58 terminal. The application I developed for that terminal works fine everywhere I tested it except at the destination location. They use CISCO Aironet 1310s for access points. Their WiFi network is not broadcasting (hidden), has WPA2 pre-shared key authentification. I have the following code to manually create a connection:
Code:
WifiNetworkGrid_Setup_WiFi.AddConfiguration(false, "10.1.75.24", "255.255.255.0", "10.1.75.1", 1, ->
"MHTSNOW", ENC_AES, AUTH_WPA2PSK, WMODE_BSS, "", "fr0st33!", true)
WifiNetworkGrid_Setup_WiFi is an object of WifiNetworkGridV2 type.
After the connection is created (either with my code or manually, using the WifiNetworkGridV2 functionality), they try to make it active by selecting that connection in the grid and pressing the CONNECT softkey button. The application seem to be trying to connect, but it doesn't actually get into the network.
So, maybe you have suggestions where to look for or what to check to find out the roots of the problem and fix it.
Thanks in advance,
Alexey.