Hi Team,
There is a problem with data traffic from the client to AP mode. The same is working in promiscuous mode and AP mode to client working fine.
Is there I am missing configuration in yocto kernel. It would be greatly appreciated if you could assist me.
In order to configure wifi AP mode with virtual interface, doing the following procedure.
Virtual interface creation
iw phy0 interface add ap0 type __ap
ap0 ip address : 192.168.4.1
dhcp configuration in dnsmasq.conf
interface=ap0
dhcp-range=192.168.4.2,192.168.4.20,255.255.255.0,24h
systemctl restart dnsmasq
hostapd(AP mode) configuration in hostapd.conf
interface=ap0
ssid=Test
channel=1
systemctl restart hostapd
Firewall details
imx8mpsolidrun iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Thanks,
Sureshkumar R