Hi @tuomas86,
I’ve been testing the wifi here on my side and mlan0 is the only interface that is showing up. Have you done something with your image (maybe a wifi custom setting) that might be causing this?
Despite of that, I could disable the uap0 changing the file /etc/modprobe.d/mwifiex.conf from 0x3 to 0x1:
# cat /etc/modprobe.d/mwifiex.conf
options mwifiex driver_mode=0x1
This will change the internal parameter for the driver:
39 module_param(driver_mode, ushort, 0);
40 MODULE_PARM_DESC(driver_mode,
41 "station=0x1(default), ap-sta=0x3, station-p2p=0x5, ap-sta-p2p=0x7")
For the network manager though, I found this ticket that might help you: Torizoncore 5.5 Disable the uap0 interface permanently
Please, let me know if this helped you.
Best regards,
Hiago.