IWD AP未开始:start_ap失败:-95

发布于 2025-01-25 11:00:33 字数 607 浏览 2 评论 0原文

接口设置为AP模式。

打开AP时,它给出了“不支持操作”。

[IWD]#AP WLAN0启动“ start_wpa2”密码 操作不支持

IWD -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可以启动。

Interface is set to AP mode.

When turning on ap it is giving "Operation not supported".

[iwd]# ap wlan0 start "start_wpa2" password
Operation not supported

Output of iwd -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

Using WPA_Supplicant, same AP is able to start.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

苍白女子 2025-02-01 11:00:33

使用其他设备驱动程序解决问题,这是驱动程序中的问题,而不是IWD中的问题。通过在CFG80211中添加调试印刷品并有助于NetLink,这会带来问题。

Using a different device driver solves the problem, it is problem in the driver, not in IWD. By adding debug prints in cfg80211 and Netlink helps which is making problem.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文