Hi!
With madwifi-ng (using the FC5 RPMs from ATrpms), I'm not able to associate to my access point using WEP anymore. (The old madwifi works fine.)
"wlanconfig ath0 list scan" shows the accesspoint but even when specifying the mac with "iwconfig ath0 ap ...", it fails to associate.
I'm using the following commands:
iwconfig ath0 key xxxxxxxxxxxxxxxxxxxxxxxxxx
iwconfig ath0 ap any
# or: iwconfig ath0 ap 00:02:2D:61:CC:94
iwconfig ath0 channel 6
iwconfig ath0 essid domanig
iwpriv ath0 mode 2
iwpriv ath0 authmode 2
ifconfig ath0 up
# iwconfig ath0
ath0 IEEE 802.11g ESSID:"domanig"
Mode:Managed Frequency:2.437 GHz Access Point: Invalid
Bit Rate:1 Mb/s Tx-Power:15 dBm Sensitivity=0/3
Retry:off RTS thr:off Fragment thr:off
Encryption key:xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xx Security mode:restricted
Power Management:off
Link Quality=49/94 Signal level=-46 dBm Noise level=-95 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
Scanning shows the following output:
# wlanconfig ath0 list scan
SSID BSSID CHAN RATE S:N INT CAPS
domanig 00:02:2d:61:cc:94 6 11M 48:0 100 EP
0... 00:02:2d:61:cc:94 6 11M 49:0 100 EP
# iwlist ath0 scan
ath0 Scan completed :
Cell 01 - Address: 00:02:2D:61:CC:94
ESSID:"domanig"
Mode:Master
Frequency:2.437 GHz (Channel 6)
Quality=52/94 Signal level=-43 dBm Noise level=-95 dBm
Encryption key:on
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s
Extra:bcn_int=100
Cell 02 - Address: 00:02:2D:61:CC:94
ESSID:""
Mode:Master
Frequency:2.437 GHz (Channel 6)
Quality=52/94 Signal level=-43 dBm Noise level=-95 dBm
Encryption key:on
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s
Extra:bcn_int=100
The output of athdebug and 80211debug is attached, as well as additional info.
I hope it contains some useful parts.
Let me know if you need more information.
Cheers,
--leo