如何指示网络管理器使用已定义的 Wi-Fi 连接连接到不加密的 Wi-Fi 接入点?
我努力了:
nmcli connection modify "${CONNECTION}" \
802-11-wireless-security.key_mgmt none \
802-11-wireless-ssid "${SSID}" \
802-11-wireless-security.psk ""
我收到的错误是:
Passwords or encryption keys are required to access the wireless network 'TESTAP'.
Warning: password for '802-11-wireless-security.wep-key0' not given in 'passwd-file' and nmcli cannot ask without '--ask' option.
有趣的是它提到了 WEP...我从未接触过 WEP 的任何设置。