aemon.notice hostapd:wlan0:AP-STA-POSSIBLE-PSK-MISMATCHdaemon.info hostapd:wlan1:STAIEEE802.11:deauthenticated due to local deauth request 第一个是臭名昭著的esp wpa-psk加密协议认证的问题,无解,把加密协议换成 wpa2/wpa psk就可以,第二个问题是组播的重加密时间问题,有些设备固件太老了有兼容性问题,...
It seems iwconfig was not included in the default image. I checked the items in "make menuconfig" and found nothing about iwconfigDavideFioravanti added a commit to DavideFioravanti/mtk-openwrt-feeds that referenced this issue Jan 3, 2018 Fix default DevicePropertyMap for MT7603, MT7610 … ...
After some debugging, I found that the reason is that iwinfo returns phy1 for radio0, but does not find radio1 at all. Having studied the iwconfig code a little, I realized that if you specifyphyinstead ofpath, it should work. For example: config wifi-device 'radio0' option type 'mac...
2. No wireless network can be found. There are a lot of possibilities, you can dig some useful info following these steps: lsmod | grep mt, Check if driver loaded successfully. ifconfig -a, check if wireless interface created successfuly. iwconfig or iw, check if your SSID is there, ot...