summaryrefslogtreecommitdiffstats
path: root/components/wifi/wifi_service.cc
Commit message (Collapse)AuthorAgeFilesLines
* This is a library for Windows and MacOSX (tested MacOSX currently) that ↵noamsml@chromium.org2014-06-041-109/+0
| | | | | | | | | | 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
* Provide IPConfigs in networkingPrivate.GetPropertiesstevenjb@chromium.org2014-05-091-27/+32
| | | | | | | | | | | | BUG=365848 For components/wifi fixes for tests: R=pneubeck@chromium.org TBR=mef@chromium.org Review URL: https://codereview.chromium.org/267433005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269334 0039d316-1c4b-4281-b951-d872f2087c98
* Added WiFi security check to Windows implementation of ↵mef@chromium.org2014-05-061-0/+10
| | | | | | | | | | | | 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
* 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-1/+1
| | | | | | | | | | | | 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-6/+4
| | | | | | | | | | | | | | 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
* Added GetState, GetManagedProperties, CreateNetwork methods to WiFiService. mef@chromium.org2013-12-051-4/+14
| | | | | | | | | | | Initially implemented only to satisfy Networking Private Api browser_tests. Moved hard-coded test data for NetworkingPrivateApiTest into fake_wifi_service.cc BUG=267667 Review URL: https://codereview.chromium.org/100493002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238835 0039d316-1c4b-4281-b951-d872f2087c98
* Base infrastructure for Networking Private API on Windows and Mac.mef@chromium.org2013-11-221-0/+105
Based on https://codereview.chromium.org/22295002/, but moves WiFiService to components/ and runs it in browser process instead of utility process. Windows implementation is in http://crrev.com/68503019. BUG=267667 Review URL: https://codereview.chromium.org/54323003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236752 0039d316-1c4b-4281-b951-d872f2087c98