gpt4 book ai didi

linux - iwconfig - 通过终端上的 wifi 连接网络

转载 作者:IT王子 更新时间:2023-10-29 00:05:40 28 4
gpt4 key购买 nike

关闭。这个问题是off-topic .它目前不接受答案。












想改善这个问题吗? Update the question所以它是 on-topic对于堆栈溢出。

8年前关闭。




Improve this question




在树莓派上

irukeru@raspberrypi ~ $ sudo iwconfig wlan0 mode managed
irukeru@raspberrypi ~ $ sudo iwconfig wlan0 channel 11
irukeru@raspberrypi ~ $ sudo iwconfig wlan0 essid linksys
irukeru@raspberrypi ~ $ sudo iwconfig wlan0 key xxxxxxx
Error for wireless request "Set Encode" (8B2A) :
invalid argument "xxxxxxx".

我也试过
irukeru@raspberrypi ~ $ sudo iwconfig wlan0 key s:xxxxxxx
Error for wireless request "Set Encode" (8B2A) :
SET failed on device wlan0 ; Invalid argument.

我是否需要编写 key 的 bash 代码?

最佳答案

来自 man iwconfig

key/enc[ryption]
Used to manipulate encryption or scrambling keys and security mode. To set the current encryption key, just enter the key in hex digits as XXXX-XXXX-XXXX-XXXX or XXXXXXXX. To set a key other than the current key, prepend or append [index] to the key itself (this won't change which is the active key). You can also enter the key as an ASCII string by using the s: prefix. Passphrase is currently not supported.


HBAQXK7W6Y不是十六进制键。如果这是 ascii 键,我认为您应该将其输入为
sudo iwconfig wlan0 key s:HBAQXK7W6Y

但是 :如果这真的是您的 WLAN 的关键,您应该尽快更改它。切勿在公共(public)网站上发布密码。

更新:

https://superuser.com/q/42460/164903 有一个类似的问题.我认为,尤其是这个答案 https://superuser.com/a/353818/164903很重要。看来, iwconfig不支持 WPA/WPA2,只支持未加密的网络或 WEP,现在基本相同。所以你需要使用一些其他的方法,比如 wpa_supplicant .

关于linux - iwconfig - 通过终端上的 wifi 连接网络,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14119446/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com