arup610 / android-x86

Automatically exported from code.google.com/p/android-x86
0 stars 0 forks source link

Wi-Fi connection WPA2 #195

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Connection to WiFi with WPA2 doesn't work. It is because of a bug in 
wpa_supplicant.
1. Setup your access pont to use WPA2 encryption.
2. Try to connect to it using Android-x86 (I used nightly builds).
3. You will see that WiFi connection is not established

What is the expected output? What do you see instead?

I tried it in build 20110101, and also on nightly build 20110105

Bug is fixed in wpa_supplicant GIT and in andriod GIT.

http://android.git.kernel.org/?p=platform/external/wpa_supplicant_6.git;a=commit
;h=34c53d409e7b538d90037d0048f6a1828d2dcbb8

http://hostap.epitest.fi/gitweb/gitweb.cgi?p=hostap-06.git;a=summary

I tried this patch myself on android-x86 froyo, and it fixes the problem.

Original issue reported on code.google.com by bulat...@gmail.com on 6 Jan 2011 at 11:49

GoogleCodeExporter commented 9 years ago
Here is the patch.

Original comment by bulat...@gmail.com on 7 Jan 2011 at 9:54

Attachments:

GoogleCodeExporter commented 9 years ago
Hmm, interesing.
I just noticed actually we didn't use wpa_supplicant_6 at all.
To use it, you have to set
WPA_SUPPLICANT_VERSION := VER_0_6_X
So how could you find it?

The patch is already in upstream.
I think we could pend this issue until 2.3.

Original comment by cwhuang%...@gtempaccount.com on 12 Jan 2011 at 1:54

GoogleCodeExporter commented 9 years ago
WPA2 is working for several people in the current version, so it'll be held off 
until 2.3 where the patch will be automatically be included due to  it already 
being upstream.

Original comment by al@alsutton.com on 12 Jan 2011 at 6:29