Closed
Bug 817983
Opened 13 years ago
Closed 13 years ago
[Wifi] DHCP failed to run, wifi status bar is always in connecting.
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(firefox18 fixed, firefox19 fixed, firefox20 fixed)
RESOLVED
FIXED
B2G C2 (20nov-10dec)
People
(Reporter: vchang, Assigned: mrbkap)
Details
Attachments
(2 files)
|
3.96 KB,
text/plain
|
Details | |
|
1.12 KB,
patch
|
vchang
:
review+
akeybl
:
approval-mozilla-aurora+
akeybl
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
I found this bug when I am trying to reproduce Bug 809663, not sure the detail STR.
| Assignee | ||
Comment 1•13 years ago
|
||
I think the problem is that we only call reassociate when DHCP fails to connect, and if we're already connected, reassociate triggers a reauth but doesn't disconnect and reconnect, meaning that we'll simply ignore the CONNECTED (reauth) event.
| Reporter | ||
Updated•13 years ago
|
Attachment #688538 -
Flags: review?(vchang) → review+
| Assignee | ||
Comment 2•13 years ago
|
||
Comment on attachment 688538 [details] [diff] [review]
Proposed patch
[Approval Request Comment]
User impact if declined: Wifi can get stuck in a partially connected state but without an IP address or the ability to actually connect to the internet.
Risk to taking this patch (and alternatives if risky): Low risk, should be a rare codepath.
Attachment #688538 -
Flags: approval-mozilla-beta?
Attachment #688538 -
Flags: approval-mozilla-aurora?
| Assignee | ||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Comment on attachment 688538 [details] [diff] [review]
Proposed patch
Low risk fix specific to B2G - the web's the platform, so let's make sure our users can connect to it :).
Attachment #688538 -
Flags: approval-mozilla-beta?
Attachment #688538 -
Flags: approval-mozilla-beta+
Attachment #688538 -
Flags: approval-mozilla-aurora?
Attachment #688538 -
Flags: approval-mozilla-aurora+
Comment 5•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 6•13 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/1ea7bf170749
https://hg.mozilla.org/releases/mozilla-beta/rev/ff4c3c143231
status-firefox18:
--- → fixed
status-firefox19:
--- → fixed
status-firefox20:
--- → fixed
Target Milestone: --- → B2G C2 (20nov-10dec)
You need to log in
before you can comment on or make changes to this bug.
Description
•