Ok, sorry, I did now test it and yes, the "-D..." argument to wpa_supplicant can be safely removed with both awext 0.6.x and nl80211 0.8.x drivers. I guess it's because always there's only one driver available, so wpa_supplicant uses it.
Stefan
To view this discussion on the web visit https://groups.google.com/d/msg/android-x86/-/tb8XkuTP-4UJ.
--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-x86...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-x86?hl=en.
---
wpa_supplicant/ctrl_iface.c | 21 ++++++++++++++++++++
wpa_supplicant/src/drivers/driver.h | 18 +++++++++++++++++
wpa_supplicant/src/drivers/driver_awext.c | 30 +++++++++++++++++++++++++++++
wpa_supplicant/wpa_supplicant_i.h | 8 +++++++
4 files changed, 77 insertions(+), 0 deletions(-)
---
Stefan
2012/2/19 StefanS <and...@stefanseidel.info>:
Probably.
Indeed hardcoding wpa driver is not good.
I'm considering add a property for it
to make it configurable.
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
Nice work.
Yes, please push it.
2012/2/19 StefanS <and...@stefanseidel.info>:
> Ok, sorry, I did now test it and yes, the "-D..." argument to wpa_supplicant
> can be safely removed with both awext 0.6.x and nl80211 0.8.x drivers. I
> guess it's because always there's only one driver available, so
> wpa_supplicant uses it.Probably.
Indeed hardcoding wpa driver is not good.
I'm considering add a property for it
to make it configurable.
Hmm, sounds good.
Let me verify it.
--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-x86...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-x86?hl=en.
Currently there's a minor bug that if no networks are configured then
the initial scan for networks fails with some cards. If you add a
bogus network then it works fine. I'm investigating.
Stefan
I've changed that as StefanS suggested.
That is, just remove the -D option.
--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-x86...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-x86?hl=en.
> But I will do some further testing to get out which version works better.
In general, if 0.8 works, go for it. I think many options like
powersave mode etc. do not work in the old driver, afaik only the
basic features are implemented and 0.8 added lots of new features as
well.
Stefan
--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-x86...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-x86?hl=en.
Hmm, I'm trying wpa_supplicant_6 and found the same issue.
Any progress?
Haven't found anything yet, quite hard to analyze. Does it work for you if you add a network (any network will do)?
Stefan
>
> --
> You received this message because you are subscribed to the Google Groups "Android-x86" group.
Ah, indeed. After creating a dummy ap, it can scan normally.
Interesting...
On Mar 7, 2012 5:24 PM, "Chih-Wei Huang" <cwh...@android-x86.org> wrote:
>
> 2012/3/6 StefanS <and...@stefanseidel.info>:
> > On Mar 5, 2012 5:33 PM, "Chih-Wei Huang" <cwh...@android-x86.org> wrote:
> >> Hmm, I'm trying wpa_supplicant_6 and found the same issue.
> >> Any progress?
> >
> > Haven't found anything yet, quite hard to analyze. Does it work for you if
> > you add a network (any network will do)?
>
> Ah, indeed. After creating a dummy ap, it can scan normally.
> Interesting...
Ok good to know you have the same issue. It's easier to hunt one phantom than two :)
Stefan
>
> --
> Chih-Wei
> Android-x86 project
> http://www.android-x86.org
>