summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/nativewifi/qnativewifiengine.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix crash on exit in native wifi plugin on Vista+ when run in debugger.Aaron McCarthy2010-05-201-2/+3
| | | | Close the wlanapi handle before main function returns.
* Remove redundant network configuration updates on startup.Aaron McCarthy2010-04-201-0/+1
| | | | | The initial list of network configurations was being fetched twice when the bearer management plugins are loaded.
* Add missing QT_NO_BEARERMANAGEMENT ifdefs.Aaron McCarthy2010-04-151-0/+4
| | | | This add addition ifdefs around code missed by MR 517.
* Make QNetworkConfigurationManager and QNetworkConfiguration threadsafe.Aaron McCarthy2010-03-111-1/+1
|
* Updating polling mechanism for bearer management engines.Aaron McCarthy2010-03-041-2/+2
| | | | | | | Improves the polling mechanism by sharing a single timer for all poll based engines. Updates are only performed for a poll based engine iff a QNetworkConfigurationManager object has been constructed or a QNetworkConfiguration is held externally from the engine.
* Rename internal QNetworkSessionEngine* to QBearerEngine*.Aaron McCarthy2010-02-081-2/+2
|
* Remove implementation specific functions out of QNetworkSessionEngine.Aaron McCarthy2010-02-081-3/+3
|
* Add defaultConfiguration() function to all bearer management engines.Aaron McCarthy2010-02-031-0/+2
|
* Make compile on Windows.Aaron McCarthy2010-01-181-0/+2
|
* Partially convert Symbian backend into a plugin.Aaron McCarthy2010-01-121-0/+2
| | | | QNetworkSession functionality not converted yet.
* Merge branch 'bearermanagement/corewlan' into bearermanagement/integration-2Aaron McCarthy2010-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: config.tests/mac/corewlan/corewlan.pro examples/network/bearercloud/bearercloud.pro examples/network/bearermonitor/bearermonitor.pro src/network/bearer/bearer.pro src/network/bearer/qnativewifiengine_win.cpp src/network/bearer/qnetworkconfigmanager_p.cpp src/network/bearer/qnetworkconfiguration_s60_p.cpp src/network/bearer/qnetworksession.cpp src/network/bearer/qnetworksession_p.cpp src/network/bearer/qnmwifiengine_unix.cpp src/network/bearer/qnmwifiengine_unix_p.h src/plugins/bearer/corewlan/qcorewlanengine.mm src/plugins/bearer/generic/qgenericengine.cpp src/plugins/bearer/nla/main.cpp src/plugins/bearer/nla/qnlaengine.cpp tests/auto/qnetworkconfigmanager/qnetworkconfigmanager.pro tests/auto/qnetworkconfiguration/qnetworkconfiguration.pro tests/auto/qnetworksession/lackey/lackey.pro tests/auto/qnetworksession/tst_qnetworksession/tst_qnetworksession.pro tests/manual/bearerex/bearerex.pro tests/manual/networkmanager/networkmanager.pro
* Convert Native Wifi plugin to be incremental.Aaron McCarthy2010-01-041-2/+5
|
* Convert NativeWifi engine into a plugin.Aaron McCarthy2009-12-221-0/+95