gecko/dom/wifi
Thomas Zimmermann 50b4e18f53 Bug 928362: Support ad-hoc mode for Wifi, r=vchang, r=mrbkap
This patch adds support for Wifi networks that run in ad-hoc
mode. The network attributes 'frequency' and 'mode' are required
by wpa_supplicant to connect to an ad-hoc network.

'Frequency' is just the frequency of the channel in use. 'Mode'
is the network's mode, with 0 being infrastructure mode, 1 being
IBSS mode (aka ad-hoc mode), and 2 being access-point mode.

If ad-hoc mode is not supported on your device, you can set the
environment property 'ro.moz.wifi.ibss_supported' to false to
disable it in Gecko.
2014-10-20 14:22:47 +02:00
..
test/marionette Bug 1065185 - Stop using Promise.jsm over SpecialPowers in marionette tests. r=bz 2014-10-03 10:05:50 +02:00
DOMWifiManager.js Bug 1078113 - Use Cu.cloneInfo() to wrap returned values. r=bzbarsky r=vchang 2014-10-07 18:06:03 +08:00
DOMWifiManager.manifest
DOMWifiP2pManager.js Bug 1049460 - Change wpa_supplicant mux/demux method on KK to enable wifi direct. r=vchang 2014-10-08 15:18:35 +08:00
DOMWifiP2pManager.manifest
moz.build Bug 1072701 - Build some Firefox OS specific DOM code in unified mode; r=baku 2014-09-25 10:10:42 -04:00
nsIWifi.idl
nsIWifiCertService.idl
nsIWifiService.idl
StateMachine.jsm
WifiCertService.cpp Bug 1073342 - Remove non-necessary thread in WifiCertService. r=vchang 2014-10-02 19:43:48 +08:00
WifiCertService.h Bug 1073342 - Remove non-necessary thread in WifiCertService. r=vchang 2014-10-02 19:43:48 +08:00
WifiCommand.jsm Bug 1049460 - Change wpa_supplicant mux/demux method on KK to enable wifi direct. r=vchang 2014-10-08 15:18:35 +08:00
WifiHotspotUtils.cpp
WifiHotspotUtils.h
WifiNetUtil.jsm Bug 1038531 - Unify NetworkWorker. r=fabrice r=mrbkap 2014-08-18 11:02:56 +08:00
WifiP2pManager.jsm Bug 1049460 - Change wpa_supplicant mux/demux method on KK to enable wifi direct. r=vchang 2014-10-08 15:18:35 +08:00
WifiP2pWorkerObserver.jsm
WifiProxyService.cpp Bug 1049460 - Change wpa_supplicant mux/demux method on KK to enable wifi direct. r=vchang 2014-10-08 15:18:35 +08:00
WifiProxyService.h
WifiUtils.cpp Bug 1038531 - Unify NetworkWorker. r=fabrice r=mrbkap 2014-08-18 11:02:56 +08:00
WifiUtils.h Bug 1038531 - Unify NetworkWorker. r=fabrice r=mrbkap 2014-08-18 11:02:56 +08:00
WifiWorker.h
WifiWorker.js Bug 928362: Support ad-hoc mode for Wifi, r=vchang, r=mrbkap 2014-10-20 14:22:47 +02:00
WifiWorker.manifest