"RicercatoreSbadato" <(E-Mail Removed)> writes:
> network={
> ssid="XXX"
> scan_ssid="1"
> key_mgmt=WPA-PSK
> proto=WPA
> pairwise=TKIP
> group=TKIP
> psk="XXX"
> }
>
> What can I do to associate my wifi card to the access point?
You might try taking all the restrictions out. Just leave the
ssid=XXX and the psk=XXX. All I have in mine is the above, plus an
explicit priority so that my laptop favors the home network over any
other open network that may be in range. And yes, I'm running
ath0/madwifi on FC5. Here is my config (with the obvious things
doctored up).
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=10
update_config=1
network={
ssid="example"
psk=df4bf17360949b313536eae84b27b0b27098d76b1f6f03 30f0971394f8f6d0eb
priority=10
}
network={
ssid="any"
key_mgmt=NONE
priority=-1
}
(I'm not sure the second network clause does anything. I saw it in an
example, but even when presented with an open access point it doesn't
seem to do much.)
-wolfgang
--
Wolfgang S. Rupprecht
http://www.wsrcc.com/wolfgang/