On Tue, Mar 21, 2006 at 11:03:53AM +0100, Marc Haber wrote:
> Package: wpasupplicant
> Severity: normal
> 
> Hi,
> 
> this is my /etc/wpa_supplicant.conf:
> 
> ctrl_interface=/var/run/wpa_supplicant
> ctrl_interface_group=0
> 
> eapol_version=1
> ap_scan=0

I think this is the problem. ap_scan=0 does this:

# 1: wpa_supplicant initiates scanning and AP selection 
# 0: driver takes care of scanning, AP selection, and IEEE 802.11
# association parameters (e.g., WPA IE generation); this mode can also
# be used with non-WPA drivers when using IEEE 802.1X mode; do not try
# to associate with APs (i.e., external program needs to control
# association). This mode must also be used when using wired Ethernet
# drivers.  
# 2: like 0, but associate with APs using security policy and SSID (but
# not BSSID); this can be used, e.g., with ndiswrapper and NDIS drivers
# to enable operation with hidden SSIDs and optimized roaming; in this
# mode, the network blocks in the configuration file are tried one by
# one until the driver reports successful association; each network
# block should have explicit security policy (i.e., only one option in
# the lists) for key_mgmt, pairwise, group, proto variables


Please retry with ap_scan=1 (the default).

btw, do you use the 'ipw' or 'wext' driver backend?

Gruesse,
        Reinhard
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to