Gentoo Archives: gentoo-user

From: Fredrik Andersson <sir.sedrik@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Android tether and wpa_supplicant
Date: Wed, 05 May 2010 12:53:51
Message-Id: k2zc5cf71c51005050552p889dc739v6b178bf1e27df2c@mail.gmail.com
1 Hi fellow gentoo users
2
3 I'm trying to connect my laptop to my HTC Hero using wpa_supplicant,
4 has anyone done this?
5
6 this is what I see in wpa_cli when I do scan_result
7
8 #bssid / frequency / signal level / flags / ssid
9 #02:23:76:81:26:67      2412    240     [IBSS]  G1
10
11 And according to the example wpa_supplicant.conf this should allow me
12 to connect to a IBSS network.
13 network={
14        ssid="G1"
15        mode=1
16        frequency=2412
17        proto=WPA
18        key_mgmt=NONE
19        pairwise=NONE
20        group=TKIP
21        #psk="abcdefghijklm"
22 }
23
24 I have tried the connection in Windows and that works, so the phone is working.
25
26 Any help is greatly appreciated :)

Replies

Subject Author
Re: [gentoo-user] Android tether and wpa_supplicant Mick <michaelkintzios@×××××.com>
Re: [gentoo-user] Android tether and wpa_supplicant Bartosz Szatkowski <bulislaw@×××××.com>