Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Sep 2014 09:32:29 +0200
From:      Matthias Apitz <guru@unixarea.de>
To:        Vladimir Botka <vlado@netng.org>
Cc:        "freebsd-wireless@freebsd.org" <freebsd-wireless@freebsd.org>
Subject:   Re: Issues with urtwn
Message-ID:  <20140908073229.GA1766@tiny-r269739>
In-Reply-To: <20140908081945.23015a99@planb.g3.netng.org>
References:  <540C751F.6050202@freebsd.org> <CACnwZYfK_F4KnzsbrWnZS3sPB22HJ=v03VuhOTfFa8usFy_45w@mail.gmail.com> <CAJ-Vmonrxc2CY%2BLsY4jeh19MbELxDcP6iHXGCyogV_9H6%2BnwOw@mail.gmail.com> <20140908054658.GA1349@tiny-r269739> <20140908081945.23015a99@planb.g3.netng.org>

next in thread | previous in thread | raw e-mail | index | archive | help
El día Monday, September 08, 2014 a las 08:19:45AM +0200, Vladimir Botka escribió:

Hi Vladimir,

> maybe the wpa_passphrase utility could help you to create the config.
> In this particular case:
> 
> $ wpa_passphrase "Naturhotel Wieserhof" "N@tur%Wieser"
> network={
>         ssid="Naturhotel Wieserhof"
>         #psk="N@tur%Wieser"
>         psk=b853709a9edcd50edf0835f68bf099255cb32fc462e492117fe3c42ab2a387cb
> }

What is the benefit of coding the PSK? I have never used it; the
wpa_supplicant.conf file tested was:

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
eapol_version=1
ap_scan=1
fast_reauth=1

# Hotel Wieserhof
#
network={
        ssid="Naturhotel Wieserhof"
        scan_ssid=1
        # key_mgmt=WPA-PSK WPA-EAP IEEE8021X
        key_mgmt=WPA-PSK
        # key_mgmt=WPA-PSK WPA-EAP
        psk="N@tur%Wieser"
        # key_mgmt=NONE
        # wep_tx_keyidx=0
        # wep_key0="N@tur%Wieser"
}

as you see in the comments, I tested a lot of different key_mgmt=
values; the one shown active, gave the best results (but only in my
hotel room, not in the lobby);

> ,or you might want to try wpa_gui.

I have never used it, but will install the port and give it a try next
time.

Thx

	matthias

PD: To Adrian, I'm willing to file a PR, but the problem is, I will not
return to this hotel and can not provide more information or tests.


-- 
Matthias Apitz               |  /"\   ASCII Ribbon Campaign:
E-mail: guru@unixarea.de     |  \ /   - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X    - No proprietary attachments
phone: +49-170-4527211       |  / \   - Respect for open standards
                             | en.wikipedia.org/wiki/ASCII_Ribbon_Campaign



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140908073229.GA1766>