mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
50b4e18f53
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. |
||
---|---|---|
.. | ||
test/marionette | ||
DOMWifiManager.js | ||
DOMWifiManager.manifest | ||
DOMWifiP2pManager.js | ||
DOMWifiP2pManager.manifest | ||
moz.build | ||
nsIWifi.idl | ||
nsIWifiCertService.idl | ||
nsIWifiService.idl | ||
StateMachine.jsm | ||
WifiCertService.cpp | ||
WifiCertService.h | ||
WifiCommand.jsm | ||
WifiHotspotUtils.cpp | ||
WifiHotspotUtils.h | ||
WifiNetUtil.jsm | ||
WifiP2pManager.jsm | ||
WifiP2pWorkerObserver.jsm | ||
WifiProxyService.cpp | ||
WifiProxyService.h | ||
WifiUtils.cpp | ||
WifiUtils.h | ||
WifiWorker.h | ||
WifiWorker.js | ||
WifiWorker.manifest |