Migrate to Wireless connection

Hi guys,
I’ve an existing installation of Home Assistant (via etcher flashing) that is connected by Eth cable to my router.
For my purposes, I should change my connection type to the Wireless.
Is there a way to set the wireless connection at runtime or avoiding to re-flash the entire image?

I’ve already tried to flash a USB Stick with /network/system-connections without success.
I’ve read that this method works only with the first boot.

In http://hassio.local:8123/hassio/system you should have button IMPORT FROM USB.
But I’m not sure your config are proper. There’s some instruction saying file need to have name my-network:
https://github.com/home-assistant/hassos/blob/dev/Documentation/network.md

Hi @bbk,
thanks for your answer.

I’ve tried with this:

[connection]
id=hassos-network
uuid=ccd3d626-e037-4f11-9dea-c78e19eaecb5
type=802-11-wireless

[802-11-wireless]
mode=infrastructure
ssid=“home_w”

[802-11-wireless-security]
auth-alg=open
key-mgmt=wpa-psk
psk=“1234567890”

[ipv4]
method=auto

[ipv6]
addr-gen-mode=stable-privacy
method=auto

But not works :frowning: