接口设置为AP模式。
当打开ap时,它提供的是“不支持的操作”。
不支持iwd# ap wlan0启动"start_wpa2“密码操作
-d的输出:
src/netdev.c:netdev_link_notify() event 16 on ifindex 5
src/scan.c:scan_notify() Scan notification Trigger Scan(33)
src/scan.c:scan_notify() Scan notification New Scan Results(34)
src/netdev.c:netdev_link_notify() event 16 on ifindex 5
Could not register frame watch type 0000: -22
Could not register frame watch type 0020: -22
Could not register frame watch type 00a0: -22
Could not register frame watch type 00c0: -22
START_AP failed: -95使用WPA_Supplicant,相同的AP可以启动。
发布于 2022-05-11 04:18:53
使用不同的设备驱动程序可以解决这个问题,这是驱动程序中的问题,而不是IWD中的问题。通过在cfg80211和Netlink中添加调试打印,可以帮助解决问题。
https://stackoverflow.com/questions/72083017
复制相似问题