NetworkManager CLI 热点:802.1X 请求者验证时间过长

NetworkManager CLI 热点:802.1X 请求者验证时间过长

我正在尝试使用 NetworkManager CLI () 创建 wifi 热点/AP nmcli

如果我为 进行创建,一切都会顺利进行2.4GHz band=bg。但是,如果我设置band=a为 5GHz,我会收到超时失败wpa_supplicant

这发生在两个不同的系统上。一个是带有 Qualcomm wifi 设备的 ubuntu 20.04。另一个是带有 Intel wifi 设备的 ubuntu 18.04。这两个设备都支持 5GHz。我需要帮助来确定问题出在哪里。拜托。

此命令为band=bg成功:

> nmcli device wifi hotspot ifname [wifi_dev] band bg ssid [MyWiFi] password [MyPassword]
Device '[wifi_device]' successfully activated with '[4-part hex number id]'

然后删除它:

> nmcli con delete Hotspot  (that's the default hotspot connection name)

然后更改为band=a失败:

> nmcli device wifi hotspot ifname [wifi_dev] band a ssid [MyWiFi] password [MyPassword]
Error: Connection activation failed: 802.1X supplicant took too long to authenticate

相关内容