手动wifi连接

来源:互联网 发布:软件设计和程序员 编辑:程序博客网 时间:2024/06/05 17:15

ifconfig eth0 down

ifconfig wlan0 up

iwconfig wlan0 essid EmbedSky_test key 1234569870

ifconfig wlan0 192.168.1.32 netmask 255.255.255.0 up

route add default gw 192.168.1.2