Dear @sbmd_1234 ,
By default, core-image-minimal doesn't include wifi driver.
if we add nxp-wlan-sdk to local.conf, wifi driver will be built. See below, please!

But they can't be deployed into fixed path in rootfs.
you can copy mlan.ko & moal.ko to your board. then use insmod command to load them.
# insmod mlan.ko
# insmod moal.ko mod_para=nxp/wifi_mod_para.conf
Before loading driver, you should copy wifi_mod_para.conf & firmware to /lib/firmare/nxp directory, if no nxp directory, create it, please!
Thanks!
Regards,
weidong