This is weird and did not occur with previous versions of madwifi
I was using (20050707). I currently have the cvs 20051123. An
example goes like this:
wlanconfig ath1 create wlandev wifi0 wlanmode sta
iwconfig ath1 key 999999999 (actual key here)
iwconfig ath1 ap FF:FF:FF:FF:FF:FF (actual AP mac here)
iwconfig ath1 channel 6
iwconfig ath1 essid ESSID (actual AP ESSID here)
iwconfig ath1 rate auto
ifconfig ath1 192.168.1.50 up
ping 192.168.1.254 (results okay)
ifconfig ath1 down
ifconfig ath1 hw ether 44:44:44:44:44:44 (different address)
ifconfig ath1 up
ping 192.168.1.254 (does not receive reply)
ifconfig ath1 down
ifconfig ath1 hw ethere FF:FF:FF:FF:FF:FF (original card mac here)
ifconfig ath1 up
ping 192.168.1.254 (results okay)
I have tried this with a bunch of APs that do not use mac filtering.
No problem before.
Any ideas or is this known or broken?
BlackestOfBlack?