hi i use dwl-g520 Rev b3 - kernel 2.6.16.1 - madwifi driver madwifi-20050330.tgz i use on client pc dwl-g520 Rev b3. and dlink supplicant, hostapd-0.5.2.
hostapd.conf :
interface=ath0
driver=madwifi
logger_syslog=-1
logger_syslog_level=2
logger_stdout=-1
logger_stdout_level=2
debug=0
dump_file=/tmp/hostapd.dump
ctrl_interface=/var/run/hostapd
ctrl_interface_group=0
ssid=StarInformatik-9621213
macaddr_acl=0
accept_mac_file=/etc/hostapd/hostapd.accept
deny_mac_file=/etc/hostapd/hostapd.deny
auth_algs=3
#assoc_ap_addr=00:12:34:56:78:9a
own_ip_addr=127.0.0.1
##### WPA/IEEE 802.11i configuration ##########################################
wpa=1
wpa_passphrase=password
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
wpa_group_rekey=600
i hace loaded ath_pci module fine! but client cant associated, i see this on console:
#ERROR HERE!!!
root@servidor:~/Desktop# hostapd /etc/hostapd/hostapd.conf
Configuration file: /etc/hostapd/hostapd.conf
Using interface ath0 with hwaddr 00:0f:3d:aa:9b:e4 and ssid 'StarInformatik-9621213'
Flushing old station entries
Deauthenticate all stations
l2_packet_receive - recvfrom: Network is down
ath0: STA 00:13:46:8b:f0:ff IEEE 802.11: associated
ioctl[IEEE80211_IOCTL_SETMLME]: Invalid argument
ioctl[IEEE80211_IOCTL_DELKEY]: Invalid argument
ioctl[IEEE80211_IOCTL_SETMLME]: Invalid argument
ath0: STA 00:13:46:8b:f0:ff IEEE 802.11: deauthenticated due to local deauth request
#
what happend???, i belive this is the problem {{{
ioctl[IEEE80211_IOCTL_SETMLME]: Invalid argument this function
}}}
isnt support for the module-madwifi???, i try with varius madwifi modules,
Please helpme.