How to Change default WIFI setting of DSGW-210

The gateway default WIFI setting of DSGW-210 is in AP mode.

Can I change it to client mode to connect to my existing WIFI network?

Where to change the setting?

Currently the gateway only enables the AP mode by default, if you would like to enable the station mode, please log in to the gateway using ssh and with wpa_suppclient to enable it.

Could you provide some more details please.
I have installed and configured wpa_supplicant and I am able to connect to Wifi with the manual command: wpa_supplicant -B -d -i wlan1 -c /etc/wpa_supplicant.conf
but I want to set the client mode and automatic connection as client with my network as standard after boot. How can I make these settings with the debian image?
Thanks a lot!

you can add the commands to the startup script. For example, /usr/bin/reapp.sh

I am facing an issue with DSGW-210.

I connect to the default access point, log in to the gateway using SSH.

nano /etc/wpa_supplicant.conf
ifconfig eth0 down && ifconfig wlan1 up
wpa_passphrase “” > /etc/wpa_supplicant.conf
wpa_supplicant -B Dwext -i wlan1 -c /etc/wpa_supplicant.conf

After this it displays
Successfully initialized wpa_supplicant

It does not get IP address, so I run
sudo udhcpc -i wlan1

Before this steps complete, pc that i use to connect to DSGW-210 disconnects from default access point (DSGW_<5 digits of mac>. It also does not get IP from the wifi i am trying to connect to.

This continues in a cycle.

Any help to resolve this issue is appreciated,

I’ve tried as your steps but cannot replicate your issue.
I think you should omit the command wpa_passphrase “” > /etc/wpa_supplicant.conf . Otherwise, check you configuration to see if it is correct.