summaryrefslogtreecommitdiffstats
path: root/components/wifi/wifi_service_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-1/+2
* Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...yosin2015-07-161-2/+1
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-1/+2
* Move WriteInto to base namespace.Brett Wilson2015-07-071-1/+1
* WiFiServiceImpl (Windows): Fixed wrong authentication type with WEP-PSK.mgiuca2015-07-071-1/+1
* clang/win: Fix warnings to prepare for building without -Wno-reorder.sammc2015-07-021-2/+3
* Move EndsWith to base namespace.brettw2015-06-121-1/+1
* components: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-021-18/+15
* Update {virtual,override} to follow C++11 style in components.nick2015-04-281-34/+33
* Add SSID getter to WiFiService.meacer2015-01-301-0/+51
* Remove implicit conversions from scoped_refptr to T* in components/dcheng2014-11-131-1/+1
* Misc. cleanup, primarily removing unused locals.pkasting2014-10-131-1/+0
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-061-14/+14
* Fixes for re-enabling more MSVC level 4 warnings: components/ editionpkasting@chromium.org2014-07-091-7/+8
* ONC: Cleanup client certificate related fields.pneubeck@chromium.org2014-07-081-3/+3
* WiFiService on Win will NotifyNetworkListChanged with empty list when WiFi is...mef@chromium.org2014-06-171-3/+4
* This is a library for Windows and MacOSX (tested MacOSX currently) that suppo...noamsml@chromium.org2014-06-041-9/+12
* Added WiFi security check to Windows implementation of WiFiService::StartConn...mef@chromium.org2014-05-061-76/+83
* Ignore ERROR_ADDRESS_NOT_ASSOCIATED from IpReleaseAddress in WiFiService::Res...mef@chromium.org2014-04-251-7/+18
* Rename WiFiService::GetConnectedProperties into GetCurrentProperties to refle...mef@chromium.org2014-04-241-23/+23
* WiFiService::GetProperties now correctly populates BSSID and Frequency of con...mef@chromium.org2014-04-231-108/+127
* Don't clear existing properties in SetProperties in WiFiServicetbarzic@chromium.org2014-04-181-45/+49
* WiFiService StartConnect after CreateNetwork will try TKIP encryption if AES ...mef@chromium.org2014-03-281-27/+160
* Implementation of Networking Private API VerifyAndEncryptCredentials method o...mef@chromium.org2014-03-141-7/+25
* Add method GetKeyFromSystem to WiFiService on Windows and Mac.mef@chromium.org2014-02-131-4/+68
* Mac OS X-specific implementation of Networking Private API. mef@chromium.org2014-01-291-3/+3
* Remove an invalid function qualifier on a method declaration.etienneb@chromium.org2014-01-231-2/+1
* Update uses of UTF conversions in chrome_frame/, chromeos/, components/ to us...avi@chromium.org2013-12-251-1/+1
* Update uses of Value in chromeos/, cloud_print/, components/, content/ to use...avi@chromium.org2013-12-231-14/+15
* Don't inherit WiFiServiceImpl from base::NonThreadSafe as it could be called ...mef@chromium.org2013-12-211-1/+1
* Add base:: to string16 components/.dbeam@chromium.org2013-12-191-1/+1
* Implement Networking Private API CreateNetwork function on Windows. Allows co...mef@chromium.org2013-12-131-2/+159
* Use base namespace for string16 in components and cloud_print.brettw@chromium.org2013-12-061-1/+1
* Added GetState, GetManagedProperties, CreateNetwork methods to WiFiService. mef@chromium.org2013-12-051-13/+33
* Use WiFi.Frequency property to set desired band for networkingPrivateApi.Star...mef@chromium.org2013-12-041-21/+151
* Move GetVisibleNetworks network type filtering to WiFiService interface. mef@chromium.org2013-11-271-4/+12
* Windows-specific implementation of Networking Private API.mef@chromium.org2013-11-221-0/+1274