Hi,
Successfully build OpenWrt 19.07.7, wave300 and hostapd+wpa_supplicant(new script).
I included some kernel modules (kmod-cfg80211 kmod-lib80211 kmod-mac80211 kmod-mac80211-hwsim [script is not doing this] ) on the image, because opkg complains about kernel version, even after setting the repository to my local nginx folder.
I can connect to the router, enter password and receive DHCP IP, but still not have access to internet or LAN. I am using the following commands:
insmod mtlkroot.ko cdebug=3
insmod mtlk.ko ap=1
iwpriv wlan0 sCountry ____
iwpriv wlan0 sMAC ____
iwpriv wlan0 sBridgeMode 1 # ?
iwpriv wlan0 gBridgeMode 1 # ?
iwconfig wlan0 essid ____
iwconfig wlan0 key _____
./mtlk-ap config.conf
Does anyone had those issues? ( connectivity and opkg kernel version )
Thx