Linux bcm4328(rev 03) iwconfig (2)

オープンネットワーク及びWEPなら接続を確認した。iwconfigとかwpa_supplicantの挙動がようわからん。
自宅のワイヤレスLANのセキュリティであるWPA2-AESの組み合わせでは使用できないのか。
要調査。


WEPでの接続手順
ndiswapperの準備
Windowsドライバについては、Dell ファイルダウンロード R151522.exeがすっきりしててよい。
http://support2.jp.dell.com/jp/jp/download/document.asp?dn=303949

$ mkdir R151522
$ unzip R151522.exe -d R151522
$ cd R151522/DRIVER
$ su
# ndiswrapper -i bcmwl5.inf
# ndiswrapper -m
# ndiswrapper -l

bcmwl5 : driver installed
device (14E4:4328) present (alternate driver : ssb)

# modprobe ndiswrapper

usbcore: deregistering interface driver ndiswrapper
ndiswrapper version 1.53 loaded (smp=yes, preempt=
no)
ndiswrapper (link_pe_images:575): fixing KI_USER_SHARED_DATA address in the driver
ndiswrapper: driver bcmwl5 (Broadcom,10/12/2006, 4.100.15.5) loaded
ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 16 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:02:00.0 to 64
ndiswrapper: using IRQ 16
wlan0: ethernet device XX:XX:XX:XX:XX:XX using NDIS driver: bcmwl5, version: 0x4640f05, NDIS version: 0x501, vendor: 'NDIS Network Adapter', 14E4:4328.5.conf
wlan0: encryption modes supported: WEP; TKIP with WPA, WPA2, WPA2PSK; AES/CCMP with WPA, WPA2, WPA2PSK
ndiswrapper: changing interface name from 'wlan0' to 'wlan1'
usbcore: registered new interface driver ndiswrapper

essidとキーの設定

# iwconfig wlan1 essid "ESSID" key s:WEP_128KEY
# dhcpcd wlan1