summaryrefslogtreecommitdiffstats
path: root/components/wifi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-141-1/+2
* Add method GetKeyFromSystem to WiFiService on Windows and Mac.mef@chromium.org2014-02-135-4/+127
* Mac OS X-specific implementation of Networking Private API. mef@chromium.org2014-01-296-12/+623
* 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-235-31/+32
* 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-135-19/+206
* 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-054-17/+174
* Use WiFi.Frequency property to set desired band for networkingPrivateApi.Star...mef@chromium.org2013-12-042-35/+189
* Move GetVisibleNetworks network type filtering to WiFiService interface. mef@chromium.org2013-11-274-10/+25
* Windows-specific implementation of Networking Private API.mef@chromium.org2013-11-225-1/+1590
* Base infrastructure for Networking Private API on Windows and Mac.mef@chromium.org2013-11-226-0/+465