From owner-freebsd-wireless@FreeBSD.ORG Thu Jan 9 07:29:06 2014 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D1E63DE; Thu, 9 Jan 2014 07:29:06 +0000 (UTC) Received: from graal.it-profi.org.ua (graal.shurik.kiev.ua [193.239.74.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5342A158A; Thu, 9 Jan 2014 07:29:06 +0000 (UTC) Received: from [217.76.201.82] (helo=thinkpad.it-profi.org.ua) by graal.it-profi.org.ua with esmtpa (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1W1A36-0007Nb-G9; Thu, 09 Jan 2014 09:29:04 +0200 Message-ID: <52CE4FBD.3060208@shurik.kiev.ua> Date: Thu, 09 Jan 2014 09:29:01 +0200 From: Alexandr User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Maciej Milewski , Adrian Chadd Subject: Re: Problem connecting to AP References: <52CAB6F2.3010707@shurik.kiev.ua> <52CABD82.2070106@shurik.kiev.ua> <52CBFFD3.1080504@dat.pl> <52CE4E00.3060102@shurik.kiev.ua> In-Reply-To: <52CE4E00.3060102@shurik.kiev.ua> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 217.76.201.82 X-SA-Exim-Mail-From: shuriku@shurik.kiev.ua X-SA-Exim-Scanned: No (on graal.it-profi.org.ua); SAEximRunCond expanded to false Cc: "freebsd-wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jan 2014 07:29:06 -0000 By the way, it connects to my work Cisco and Linksys AP's (but only 11g) without any problems... 09.01.2014 09:21, Alexandr пишет: > No, wpa_passphrase didn't help me. > > 07.01.2014 15:23, Maciej Milewski пишет: >> On 06.01.2014 15:28, Alexandr wrote: >>> I simply changed key in this listing to "secret". Yes, I tried a very >>> simple configuration, no luck: >>> >>> network={ >>> ssid="door" >>> psk="secret" >>> } >> Try using wpa_passphrase: >> man wpa_passphrase. >> It should create correct psk. >> >>> 06.01.2014 16:24, Adrian Chadd пишет: >>>> The passphrase 'secret' is too short for WPA. >>>> >>>> I gather it's not _that_, but is it long enough to meet WPA reuirements? >>>> >>>> Have you tried removing the proto= and bssid lines? You don't strictly >>>> need them. >>>> >>>> Thanks! >>>> >>>> -a >>>> >>>> >>>> On 6 January 2014 06:00, Alexandr wrote: >>>>> Hello, >>>>> >>>>> I recently upgraded system on my laptop to current with a hope to get my >>>>> wireless card working. Now it successfully recognized by kernel: >>>>> >>>>> iwn0: mem 0xf2d00000-0xf2d01fff irq 17 >>>>> at device 0.0 on pci3 >>>>> >>>>> Unfortunately, I can't connect to my home access point: >>>>> >>>>> wpa_supplicant[519]: wlan0: CTRL-EVENT-DISCONNECTED >>>>> bssid=54:e6:fc:e4:48:c4 reason=0 >>>>> wpa_supplicant[519]: wlan0: WPA: 4-Way Handshake failed - pre-shared key >>>>> may be incorrect >>>>> wpa_supplicant[519]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 >>>>> ssid="door" auth_failures=10 duration=30 >>>>> >>>>> I tried different security settings (WPA-WPA2 + AES-TKIP), wireless >>>>> modes, radio channels on my access point, the same error. >>>>> >>>>> # ifconfig wlan0 >>>>> wlan0: flags=8843 metric 0 mtu 1500 >>>>> ether 68:5d:43:92:3a:88 >>>>> nd6 options=29 >>>>> media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) >>>>> status: no carrier >>>>> ssid door channel 1 (2412 MHz 11g ht/40+) >>>>> country US authmode WPA2/802.11i privacy ON deftxkey UNDEF >>>>> txpower 13 >>>>> bmiss 10 scanvalid 60 bgscan bgscanintvl 300 bgscanidle 250 >>>>> roam:rssi 7 roam:rate 64 protmode CTS ampdulimit 8k -amsdutx amsdurx >>>>> shortgi wme roaming MANUAL >>>>> >>>>> /etc/wpa_supplicant.conf: >>>>> >>>>> ctrl_interface=/var/run/wpa_supplicant >>>>> ctrl_interface_group=wheel >>>>> eapol_version=2 >>>>> >>>>> network={ >>>>> ssid="door" >>>>> bssid=54:e6:fc:e4:48:c4 >>>>> key_mgmt=WPA-PSK >>>>> proto=WPA RSN >>>>> psk="secret" >>>>> } >>>>> >>>>> >>>>> Other home devices connets to AP without problems. Can you point me how >>>>> I can debug it? >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> freebsd-wireless@freebsd.org mailing list >>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-wireless >>>>> To unsubscribe, send any mail to "freebsd-wireless-unsubscribe@freebsd.org" >>> _______________________________________________ >>> freebsd-wireless@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-wireless >>> To unsubscribe, send any mail to "freebsd-wireless-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-wireless@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-wireless > To unsubscribe, send any mail to "freebsd-wireless-unsubscribe@freebsd.org"