/etc/rc.d/rc.wireless.conf 文件
## NOTE : Comment out the following five lines to activate the samples below ...
## --------- START SECTION TO REMOVE -----------
## Pick up any Access Point, should work on most 802.11 cards
00:22:FA:93:84:8C) #此处为无线网卡MAC地址,请使用大写
INFO="intel 5100" #此处为无线AP描述信息,随意填写.
ESSID="vince" #无线ssid
CHANNEL="1" #无线频道
KEY="1231231230" #密码
;;
## ---------- END SECTION TO REMOVE ------------
5、以上两个文件配置完毕后,输入以下指令即可连接无线网络。
cd ;./rc.inet1 wlan0_restart
/etc/rc.d/rc.wireless.conf 文件
## NOTE : Comment out the following five lines to activate the samples below ...
## --------- START SECTION TO REMOVE -----------
## Pick up any Access Point, should work on most 802.11 cards
*) #此处为无线网卡MAC地址,请使用大写
INFO="intel 5100" #此处为无线AP描述信息,随意填写.
CHANNEL="1" #无线频道
WPA="wpa_supplicant" #启用wpa_supplicant
;;
## ---------- END SECTION TO REMOVE ------------