Closed
Bug 986360
Opened 12 years ago
Closed 12 years ago
The field |flags| of the scan result from wpa_supplicant might be empty
Categories
(Firefox OS Graveyard :: Wifi, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.4 S4 (28mar)
People
(Reporter: hchang, Assigned: hchang)
Details
Attachments
(2 files)
|
1.13 KB,
patch
|
chucklee
:
review+
|
Details | Diff | Splinter Review |
|
1.14 KB,
patch
|
Details | Diff | Splinter Review |
http://dxr.mozilla.org/mozilla-central/source/dom/wifi/WifiWorker.js#2032
...
if (flags.indexOf("[IBSS]") >= 0)
...
|flags| might be null for test driver.
| Assignee | ||
Comment 1•12 years ago
|
||
| Assignee | ||
Updated•12 years ago
|
Attachment #8394646 -
Flags: review?(chulee)
Assignee: nobody → hchang
Comment on attachment 8394646 [details] [diff] [review]
Bug986360.patch
Review of attachment 8394646 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good. Thanks you!
Attachment #8394646 -
Flags: review?(chulee) → review+
Seems to be the problem of wpa_supplicant used in emulator, normally flags will contain either "[ESS]" or "[IBSS]" to indicate network type.
| Assignee | ||
Comment 4•12 years ago
|
||
| Assignee | ||
Comment 5•12 years ago
|
||
(In reply to Chuck Lee [:chucklee] from comment #3)
> Seems to be the problem of wpa_supplicant used in emulator, normally flags
> will contain either "[ESS]" or "[IBSS]" to indicate network type.
Thanks for the review! I agree with that wpa_supplicant is supposed to send the field |flags|.
| Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 6•12 years ago
|
||
landed on b2g-inbound -> https://hg.mozilla.org/integration/b2g-inbound/rev/8370c7cdec0a
Keywords: checkin-needed
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.4 S4 (28mar)
You need to log in
before you can comment on or make changes to this bug.
Description
•