Hi team,
I configured access point in imx8m mini board which is having LBEE5ZZ1PJ Murata's Qualcomm based wifi chip. It is using qca9377 driver. Access point is configured correctly as I am able to connect my phone to this AP using password which is mentioned in /etc/hostapd.conf. After few minutes (5 to 7 minutes) my phone is getting disconnected and when trying to reconnect as AP was not down, it is giving authentication error. tried to connect different device as well at that time but same authentication error.
Logs of hostapd at time of disconnection is as below :
[ 352.112379] br0: port 2(wlan0) entered disabled state
wlan0: AP-STA-DISCONNECTED 9c:28:f7:30:7e:1a
wlan0: INTERFACE-DISABLED
wlan0: INTERFACE-ENABLED
wlan0: IEEE 802.11 driver had channel switch: freq=2437, ht=0, vht_ch=0x0, offset=0, width=0 (20 MHz (no HT)), cf1=2437, cf2=0
wlan0: CTRL-EVENT-CHANNEL-SWITCH freq=2437 ht_enabled=0 ch_offset=0 ch_width=20 MHz (no HT) cf1=2437 cf2=0 dfs=0
[ 353.133767] br0: port 2(wlan0) entered blocking state
[ 353.138869] br0: port 2(wlan0) entered forwarding state
Steps for configuring AP is as below:
ip link set wlan0 up
iw wlan0 set power_save off
ip addr flush dev wlan0
hostapd /etc/hostapd.conf
brctl addbr br0
brctl addif br0 eth0
ip link set dev br0 address 00:04:9F:06:EA:A2
ip addr flush dev eth0
ip addr add 192.168.0.5/24 dev br0
ip link set dev br0 up
ip link set dev eth0 up
ip link set dev wlan0 up
ip addr flush dev eth0
ip addr flush dev wlan0
udhcpd -f /etc/udhcpd.conf &
Regards,
Yash