Closed
Bug 772801
Opened 13 years ago
Closed 13 years ago
B2G Wifi: Fix wifi scanning on ICS
Categories
(Core :: Hardware Abstraction Layer (HAL), defect)
Tracking
()
RESOLVED
FIXED
blocking-basecamp | + |
People
(Reporter: vchang, Assigned: mrbkap)
References
Details
(Whiteboard: )
Attachments
(3 files, 2 obsolete files)
242 bytes,
text/plain
|
Details | |
1.41 KB,
patch
|
mwu
:
review+
mrbkap
:
checkin+
|
Details | Diff | Splinter Review |
1.03 KB,
patch
|
Details | Diff | Splinter Review |
Wifi scanning on ICS is broken for Otoro devices.
Attachment #641009 -
Flags: feedback?
Reporter | ||
Comment 1•13 years ago
|
||
Attachment #641009 -
Attachment is obsolete: true
Attachment #641009 -
Flags: feedback?
Attachment #641014 -
Flags: feedback?(mrbkap)
Reporter | ||
Comment 2•13 years ago
|
||
replaced /data/misc/wifi/wpa_supplicant.conf
Comment 3•13 years ago
|
||
We're currently blocked on testing due to this. Here's the related gaia issue:
https://github.com/mozilla-b2g/gaia/issues/2361 - [settings] Wifi scans but does not present list of SSIDs
Assignee | ||
Comment 4•13 years ago
|
||
Comment on attachment 641014 [details] [diff] [review]
WIP
This is the right approach. I have a cleaned-up patch as well.
Attachment #641014 -
Flags: feedback?(mrbkap)
Assignee | ||
Comment 5•13 years ago
|
||
Updated•13 years ago
|
Attachment #641633 -
Flags: review?(mwu) → review+
Assignee | ||
Comment 6•13 years ago
|
||
Comment on attachment 641633 [details] [diff] [review]
Cleaner patch
https://hg.mozilla.org/mozilla-central/rev/32c911bc2579
Attachment #641633 -
Flags: checkin+
Assignee | ||
Comment 7•13 years ago
|
||
mwu, I hope you don't mind reviewing this... basically this patch lets us not do the active/passive scanning stuff if the driver doesn't support it.
Attachment #641014 -
Attachment is obsolete: true
Attachment #641689 -
Flags: review?(mwu)
Comment 8•13 years ago
|
||
Comment on attachment 641689 [details] [diff] [review]
Followup
Not true - passive scans are fully supported with a nl80211 driver. wpa_supplicant just isn't exposing an interface to do it, and why should it? An active scan is what you want 98% of the time. WifiWorker.js probably shouldn't care about scan modes at all.
Updated•13 years ago
|
blocking-basecamp: ? → +
Comment 10•13 years ago
|
||
This is still reproducible on a daily otoro build of 7-17-2012.
REpro:
1) load settings > wifi
2) uncheck the wifi checkbox (assuming you had networks found before)
3) recheck the wifi checkbox
4) Verify no networks are ever scanned or found again.
blocking-basecamp: + → ?
Comment 11•13 years ago
|
||
(In reply to Tony Chung [:tchung] from comment #10)
> This is still reproducible on a daily otoro build of 7-17-2012.
>
> REpro:
> 1) load settings > wifi
> 2) uncheck the wifi checkbox (assuming you had networks found before)
> 3) recheck the wifi checkbox
> 4) Verify no networks are ever scanned or found again.
That is a different issue.
Comment 13•13 years ago
|
||
(In reply to Michael Wu [:mwu] from comment #11)
> (In reply to Tony Chung [:tchung] from comment #10)
> > This is still reproducible on a daily otoro build of 7-17-2012.
> >
> > REpro:
> > 1) load settings > wifi
> > 2) uncheck the wifi checkbox (assuming you had networks found before)
> > 3) recheck the wifi checkbox
> > 4) Verify no networks are ever scanned or found again.
>
> That is a different issue.
okay, i filed https://bugzilla.mozilla.org/show_bug.cgi?id=774876 to track this.
Comment 14•13 years ago
|
||
Does this one look like a duplicate issue by Bug 782020 I just fired?
Updated•13 years ago
|
Attachment #641689 -
Flags: review?(mwu)
Comment 15•13 years ago
|
||
Resolving this bug since the main issue is already fixed. I don't think we really need the follow up so I've cleared review, but we can do that in another bug if you think that check should be there.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•