On 14.02.2012 17:51, Arno J. Klaassen wrote:
Hello,could someone provide me wit a hint how to get wpa_supplicant to work in the following environment : - standard : IEEE 802.11 (at least they pretend in the doc) - mode : "infrastructure" (?) - WEP : 128bit - Authent : open - and then "username/password" upon browser-launch (at least under Windows) When I put the following to wpa_suplicant.conf I get "State : ASSOCIATED -> COMPLETED" : ssid="their-ID" (unpublished) scan_ssid=1 key_mgmt=NONE wep_key0="part1" wep_key1="part2" wep_key2="part3" However, 'dhclient wlan0' says "No DHCPOFFERS received" .... Any help appreciated. Thanx in advance, regards, Arno _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[email protected]"
Your access point bkock dhcp packes from radio to wire and back. You need setup dhcp server at AP.
-- Yuri V. Kurenkov [YVK9-RIPN,YVK11-RIPE] Home: +7-8634-361711 Mobile: +7-928-1725845 ICQ UIN: 21666578 Skype: yuri.kurenkov _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[email protected]"
