Closed
Bug 971114
Opened 11 years ago
Closed 7 years ago
WiFi s not in the area should be described as that
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(b2g-v1.3 affected)
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
b2g-v1.3 | --- | affected |
People
(Reporter: chiorean.ioana, Unassigned)
Details
Attachments
(1 file)
Device: Keon from Geeksphone
OS: Boot2Gecko 1.3.0.0-prerelease (02/11)
Preconditions:
- make sure you were connected to several wifi s from different areas
Steps to reproduce:
1. Go to wifi and check statuses for each entry
Actual results:
- all entries are considered in the area
Expected Results:
- those not in the area/or poor connectivity should be mentioned as such
Currently wifi API returns available network list and known network(has been connected before) list separately, and Gaia implements WifiHelper.getAvailableAndKnownNetworks() [1] to combine two lists as scan result.
I think this can be done by checking if a known network is also an available network in that function, and show the result in the settings app.
[1] https://github.com/mozilla-b2g/gaia/blob/master/shared/js/wifi_helper.js#L201
Component: Wifi → Gaia
Comment 2•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•