Closed
Bug 991450
Opened 11 years ago
Closed 11 years ago
[B2G][ICS][emulator] Add wifi related services and scripts to init.goldfish.rc for wifi testing
Categories
(Firefox OS Graveyard :: Wifi, defect)
Tracking
(tracking-b2g:backlog)
People
(Reporter: hchang, Assigned: hchang)
References
Details
(Whiteboard: [p=1])
Attachments
(1 file)
What we need are:
* Service: wpa_supplicant, dhcpcd_wlan0
* mkdir: /data/misc/wifi, /data/misc/wifi/sockets, /data/misc/wifi/wpa_supplicant, /data/misc/wifi/hostapd, /data/misc/dhcp, etc.
* setprop wifi.interface wlan0
On ICS, we have to patch system/core/rootdir/etc/init.goldfish.rc.
| Assignee | ||
Comment 1•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Whiteboard: p=1
Target Milestone: --- → 1.5 S6 (18july)
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → hchang
| Assignee | ||
Updated•11 years ago
|
Whiteboard: p=1 → [p=1]
| Assignee | ||
Updated•11 years ago
|
Target Milestone: 1.5 S6 (18july) → 1.4 S6 (25apr)
| Assignee | ||
Updated•11 years ago
|
Attachment #8405159 -
Flags: feedback?(vyang)
Comment 2•11 years ago
|
||
Comment on attachment 8405159 [details] [review]
https://github.com/mozilla-b2g/device_generic_goldfish/pull/13
Do not use $(shell ...) to install target files. That's not a way to generate installing files in Makefile. Besides, are there other dependencies to verify this PR? Manifest changes?
Attachment #8405159 -
Flags: feedback?(vyang) → feedback-
Updated•11 years ago
|
blocking-b2g: --- → backlog
Comment 3•11 years ago
|
||
Moving to bug 991025 along with other WiFi emulation parts as an integral.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•10 years ago
|
blocking-b2g: backlog → ---
tracking-b2g:
--- → backlog
You need to log in
before you can comment on or make changes to this bug.
Description
•