Code:
cat /etc/sysconfig/network/ifcfg-wlan0
BOOTPROTO='dhcp'
STARTMODE='hotplug'
WIRELESS_ESSID='ASUS'
WIRELESS_AUTH_MODE='psk'
WIRELESS_MODE='managed'
WIRELESS_WPA_PSK='[hidden]'
WIRELESS_AP_SCANMODE='1'
WIRELESS_NWID=''
ZONE=home
nmcli connection show wlan0:
https://susepaste.org/38622192
So the only open question here is - why interface name in installer was different.
It's strange as every other linux distribution with NetworkManager I tried always set up my wifi device as wlan0. Only here NetworkManager set it as wlo1. Maybe it didn't use it as it seen wlan0 as taken by something else.
But that's most likely not true as in your tests it was read and used without any problem.