rhel 5.1 无线网卡配置wpa的时候出错了,wep和没有密码状态下是可以正常使用的。

kwingart
rhel 5.1 无线网卡配置wpa的时候出错了,wep和没有密码状态下是可以正常使用的。

[root@mt4 wpa_supplicant]#  wpa_supplicant -dd -K -Dwired -ieth1 -c/etc/wpa_supplicant/wpa_supplicant.conf
Initializing interface 'eth1' conf '/etc/wpa_supplicant/wpa_supplicant.conf' driver 'wired' ctrl_interface 'N/A'
Configuration file '/etc/wpa_supplicant/wpa_supplicant.conf' -> '/etc/wpa_supplicant/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant/wpa_supplicant.conf'
ctrl_interface='/var/run/wpa_supplicant'
ap_scan=1
Line: 5 - start of a new network block
ssid - hexdump_ascii(len=8):
     77 69 66 69 7a 6f 6e 65                           wifizone    ;这是我的ssid   
scan_ssid=1 (0x1)
key_mgmt: 0x2
proto: 0x1
pairwise: 0x8
group: 0x8
PSK (ASCII passphrase) - hexdump_ascii(len=8):
     69 6c 6f 76 65 35 30 35                           xxxxxxxx  ;这里是我的psk        
PSK (from passphrase) - hexdump(len=32): df a1 a8 f6 0c ba 2f 18 e3 24 de 87 0b f0 62 61 a1 2c 35 6b 14 ac 7d 0f d3 20 b3 78 a1 bb fe a5
Priority group 0
   id=0 ssid='wifizone'
Initializing interface (2) 'eth1'
EAPOL: SUPP_PAE entering state DISCONNECTED
EAPOL: KEY_RX entering state NO_KEY_RECEIVE
EAPOL: SUPP_BE entering state INITIALIZE
EAP: EAP entering state DISABLED
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
wpa_driver_wired_init: Added multicast membership with packet socket
Own MAC address: 00:0c:f1:3a:a4:5b
Setting scan request: 0 sec 100000 usec
Added interface eth1
State: DISCONNECTED -> SCANNING
Starting AP scan (specific SSID)
Scan SSID - hexdump_ascii(len=8):
     77 69 66 69 7a 6f 6e 65                           wifizone        
Failed to initiate AP scan.                           ;报这个错误
请碰到过类似问题的兄弟提醒一下。谢谢

我的配置:

ctrl_interface=/var/run/wpa_supplicant
ap_scan=1
network={
        ssid="wifizone"
        scan_ssid=1
        key_mgmt=WPA-PSK
        proto=WPA
        pairwise=TKIP
        group=TKIP
        psk="xxxxxxxx"
}

[[i] 本帖最后由 kwingart 于 2008-5-9 23:38 编辑 [/i]]