summaryrefslogtreecommitdiffstats
path: root/components/wifi/wifi_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* components: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-021-3/+3
| | | | | | | | | | | This patch was mostly autogenerated with https://codereview.chromium.org/1010073002/. BUG=465354 Review URL: https://codereview.chromium.org/1144153004 Cr-Commit-Position: refs/heads/master@{#332440}
* Add SSID getter to WiFiService.meacer2015-01-301-13/+25
| | | | | | | | | | The SSID is going to be displayed in the captive portal interstitial as such: "The network you are using (Google Guest)..." BUG=451272 Review URL: https://codereview.chromium.org/880143003 Cr-Commit-Position: refs/heads/master@{#313995}
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-221-3/+4
| | | | | | | | | | | | Covers cloud_print/ and components/. BUG=422426 TEST=none TBR=ben@chromium.org Review URL: https://codereview.chromium.org/818103002 Cr-Commit-Position: refs/heads/master@{#309475}
* Change base/file_utils.h includes to base/files/file_utils.h in chrome_elf/ ↵thestig2014-09-101-1/+1
| | | | | | | | | | and components/ Also fix the formatting of chrome_elf/OWNERS Review URL: https://codereview.chromium.org/546733002 Cr-Commit-Position: refs/heads/master@{#294245}
* WiFiService on Win will NotifyNetworkListChanged with empty list when WiFi ↵mef@chromium.org2014-06-171-0/+11
| | | | | | | | | | | is disabled. BUG=385236 TEST=wifi_test --scan (Disable the interface, observe notification). Review URL: https://codereview.chromium.org/336173004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277602 0039d316-1c4b-4281-b951-d872f2087c98
* This is a library for Windows and MacOSX (tested MacOSX currently) that ↵noamsml@chromium.org2014-06-041-1/+1
| | | | | | | | | | supports the features needed to do WiFi bootstrapping. BUG=370071 Review URL: https://codereview.chromium.org/226883002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274731 0039d316-1c4b-4281-b951-d872f2087c98
* Added WiFi security check to Windows implementation of ↵mef@chromium.org2014-05-061-1/+2
| | | | | | | | | | | | WiFiService::StartConnect. If WiFi network is available, but is not open security, then it cannot be connected without profile, so return 'access denied' error. BUG=NONE Review URL: https://codereview.chromium.org/262293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268514 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore ERROR_ADDRESS_NOT_ASSOCIATED from IpReleaseAddress in ↵mef@chromium.org2014-04-251-20/+35
| | | | | | | | | | | | WiFiService::ResetDHCP. It is reported on Win 8.1 running on MS Surface Pro after connection to factory-reset Chromecast device. BUG=366582 Review URL: https://codereview.chromium.org/250223002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266117 0039d316-1c4b-4281-b951-d872f2087c98
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-141-1/+2
| | | | | | | | | | | | | | | | This removes WideToASCII and changes all callers to use UTF16ToASCII instead. Moves UTF16ToASCII from base/strings/string_util.h to base/strings/utf_string_conversions.h and into the base namespace. Convert a few related string_util functions to take a StringPiece16 instead of a string16. Remove IsStringASCII(std::wstring) which was unused. Updates callers' includes and namespace usage accordingly. TBR=sky Review URL: https://codereview.chromium.org/176843022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257200 0039d316-1c4b-4281-b951-d872f2087c98
* Add method GetKeyFromSystem to WiFiService on Windows and Mac.mef@chromium.org2014-02-131-0/+13
| | | | | | | | BUG=328960 Review URL: https://codereview.chromium.org/156943002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251131 0039d316-1c4b-4281-b951-d872f2087c98
* Mac OS X-specific implementation of Networking Private API. mef@chromium.org2014-01-291-2/+2
| | | | | | | | | | Based on infrastructure in http://crrev.com/54323003 BUG=330255 Review URL: https://codereview.chromium.org/64683014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247659 0039d316-1c4b-4281-b951-d872f2087c98
* Update uses of Value in chromeos/, cloud_print/, components/, content/ to ↵avi@chromium.org2013-12-231-3/+3
| | | | | | | | | | | | use the base:: namespace. BUG=88666 TEST=no change TBR=ben@chromium.org Review URL: https://codereview.chromium.org/108603005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242409 0039d316-1c4b-4281-b951-d872f2087c98
* Implement Networking Private API CreateNetwork function on Windows. Allows ↵mef@chromium.org2013-12-131-11/+37
| | | | | | | | | | | | | | connection to hidden WiFi networks. Defaults to TKIP encryption for WAPPSK and AES encryption for WAP2PSK. Exact encryption to use will have to be determined during Connect. TBR=cpu@chromium.org for +third_party/libxml to DEPS. BUG=267667 Review URL: https://codereview.chromium.org/105153002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240703 0039d316-1c4b-4281-b951-d872f2087c98
* Use WiFi.Frequency property to set desired band for ↵mef@chromium.org2013-12-041-14/+38
| | | | | | | | | | networkingPrivateApi.StartConnect(). BUG=267667 Review URL: https://codereview.chromium.org/86123003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238540 0039d316-1c4b-4281-b951-d872f2087c98
* Move GetVisibleNetworks network type filtering to WiFiService interface. mef@chromium.org2013-11-271-1/+1
| | | | | | | | | | Fix incorrect naming process_client => service_client, service_path => network_guid. BUG=267667 Review URL: https://codereview.chromium.org/88653002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237460 0039d316-1c4b-4281-b951-d872f2087c98
* Windows-specific implementation of Networking Private API.mef@chromium.org2013-11-221-0/+156
Previously reviewed as https://codereview.chromium.org/27722003, but moves WiFiService Windows implementation to components/wifi. Based on infrastructure in https://codereview.chromium.org/54323003/ BUG=267667 Review URL: https://codereview.chromium.org/68503019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236816 0039d316-1c4b-4281-b951-d872f2087c98