#2004: wpa_supplicant -Dwext does not connect to hostapd
-----------------------------------------+----------------------------------
 Reporter:  anonymous                    |             Type:  defect
   Status:  new                          |         Priority:  minor 
Component:  madwifi: driver              |          Version:  trunk 
 Keywords:  wext wpa_supplicant hostapd  |   Patch_attached:  0     
-----------------------------------------+----------------------------------
 AMD Geode computer[[BR]]
 Atheros AR5006X 5gig card[[BR]]
 Linux 2.6.21.5-smp kernel[[BR]]
 Madwifi-trunk-r3727[[BR]]
 hostapd/wpa_supplicant 0.5.10[[BR]]
 [[BR]]
 Using r3727, wpa_supplicant -Dwext will not connect to hostapd.[[BR]]
 Using r3727, wpa_supplicant -Dmadwifi works fine.[[BR]]
 [[BR]]
 ===== wpa_supplicant.conf ====

 # /sbin/wpa_supplicant -Bw -P/mnt/rd/wpa_pid.ath0 -Dwext -bbr0 -iath0
 -c<config file>

 {{{

 #DAEMON: wpa_supplicant
 #
 # WPA Supplicant control information
 #
 ctrl_interface=/mnt/rd/wpa_supplicant
 eapol_version=1
 ap_scan=1
 fast_reauth=1
 #
 # Connection information
 #
 network={
    scan_ssid=1
    ssid="<ssid>"
    proto=RSN
    key_mgmt=WPA-PSK
    pairwise=TKIP CCMP
    group=CCMP TKIP
    psk=<wpa-psk>
    #psk_phrase="<wpa-phrase>"
 }

 }}}

 ===== hostapd configuration ====[[BR]]

 # /sbin/hostapd -B -P /mnt/rd/wpa_pid.ath0 <config file>
 {{{
 #DAEMON: hostapd
 # Basic hostapd control stuff
 #
 # country_code=US     # Default
 logger_syslog=-1
 logger_syslog_level=2
 logger_stdout=-1
 logger_stdout_level=2
 debug=2
 dump_file=/mnt/rd/hostapd.dump
 ctrl_interface=/mnt/rd/hostapd
 ctrl_interface_group=<control group>
 ap_max_inactivity=30
 eapol_key_index_workaround=0
 #
 # Interface information
 #
 eapol_version=1
 auth_algs=3
 # keyck=WPAX
 wpa=3    # 1=WPA 2=IEEE802.11i/RSN (WPA2) 3=both
 wpa_key_mgmt=WPA-PSK
 wpa_pairwise=TKIP CCMP
 wpa_psk=<wpa-psk>
 #wpa_phrase=<wpa-phrase>
 ssid=Emerald-N
 interface=ath0
 driver=madwifi
 bridge=br0

 }}}

-- 
Ticket URL: <http://madwifi.org/ticket/2004>
madwifi.org <http://madwifi.org/>
Multiband Atheros Driver for Wireless Fidelity
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Madwifi-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/madwifi-tickets

Reply via email to