Confirmed users
609
edits
| Line 16: | Line 16: | ||
==Networking== | ==Networking== | ||
===WiFi sleep policy=== | ===WiFi=== | ||
* Connect to AP use static IP - not supported yet, bug 786700 | |||
* Set proxy in wifi - not supported yet. | |||
* Wifi throughput, iperf may be good enough. | |||
====WiFi sleep policy==== | |||
* Firefox v1.0.1 and earlier versions don't support WiFi sleep policy. Gecko provides wake lock for Gaia to ask to keep the WiFi alive. If an app needs to have the WiFi connected, this app needs to have setting privilege in its manifest file. | * Firefox v1.0.1 and earlier versions don't support WiFi sleep policy. Gecko provides wake lock for Gaia to ask to keep the WiFi alive. If an app needs to have the WiFi connected, this app needs to have setting privilege in its manifest file. | ||
===WiFi hotspot=== | ====WiFi hotspot==== | ||
* Firefox OS does not have the limitation on the joined hosts. | * Firefox OS does not have the limitation on the joined hosts. | ||
* Firefox OS sends out the SSID. | * Firefox OS sends out the SSID. | ||
* Firefox OS does not have any reduction in the bands or channels used when acting as a hotspot. | * Firefox OS does not have any reduction in the bands or channels used when acting as a hotspot. | ||
* Firefox OS supports WPA, WPA2 and opened authentication. Firefox OS does not support WPS yet. | * Firefox OS supports WPA, WPA2 and opened authentication. Firefox OS does not support WPS yet. | ||
* Firefox OS doesn't limit the number of clients connect to our hotspot at the same time. But dhcp server's IP pool is set to 31 by default. So it should be able to support 31 clients concurrently. | |||
* Co-exist wifi and wifi hotspot - not supported yet. Needs wifi driver to support it. | |||
==RIL / Telephony== | ==RIL / Telephony== | ||