GSC3505 cannot provision with xml the WiFi SSID-Pass


#1

Hello there,

The bellow is for GSC3505 - Version: 1.0.1.18

i use the grandstream xml generator and whenever i try to enter my wifi data (enable wifi, set WPA2 PSK, set SSID and set password) is not working as it enter those data in the end of the Configuration Template as seen bellow:

<P7800>1</P7800>
<P7812>test_wifi</P7812>
<P7814>2</P7814>
<P83015>Th1$P@$$</P83015>

Entering those P values inside the XML file (near the corresponding fields) and removing them under the End of Configuration Template, it also is not able to connect to the WiFi.

Last but not least, the device is connecting to the WIFI when i enter the password from the Web GUI.

Any solutions?


#2

Hi,
The wifi password pvalue is P7830 on GSC3510/3505. Thanks


#3

Hello,

Thank you for your reply.

From the gsc3505_config_1.0.1.18.txt i see this:

#######################################################################

Network Settings - Wi-Fi Setting -> Add Network

#######################################################################

Wi-Fi Function. 0- Disable, 1- Enable

P7800 = 0

ESSID

P7812 =

Security Mode for Hidden SSID. 0 - None, 1 - WEP, 2 - WPA WPA2 PSK, 3 - 802.1X EAP. Default value is 0.

Number: 0, 1, 2, 3

P7814 = 0

Password

String

P83015 =

I changed the SSID password to P7830 but again i got from the xml generator

<!-- End of Configuration Template -->
<P7800>1</P7800>
<P7812>SSID_name</P7812>
<P7814>2</P7814>
<P7830>SSID_Password</P7830>

and from it’s body:

<!-- Wi-Fi Function. 0- Disable, 1- Enable -->
<!-- P7800 = 0 -->
<!-- P7812 = -->

<!-- Security Mode for Hidden SSID. 0 - None, 1 - WEP, 2 - WPA WPA2 PSK, 3 - 802.1X EAP. Default value is 0. -->
<!-- Number: 0, 1, 2, 3 -->
<!-- P7814 = 0 -->
<!-- String -->
<!-- P83015 = -->

#4

Hi,
There is a problem with the config template file of gsc3510/gsc3505, we will update the template file ASAP.