定義された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の設定に触れたことがありません。