summaryrefslogtreecommitdiffstats
path: root/components/wifi
Commit message (Expand)AuthorAgeFilesLines
* Separate networkingPrivate ServiceClient API test expectationsstevenjb2015-02-193-31/+0
* mac, wifi: Access to the keychain should go through AppleKeychain.erikchen2015-02-092-9/+12
* Add SSID getter to WiFiService.meacer2015-01-306-13/+98
* ONC: Use HexSSID instead of SSID.pneubeck2015-01-132-0/+4
* Use setProperties for IP Config.stevenjb2015-01-081-0/+5
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-221-3/+4
* gn format //componentsscottmg2014-12-031-6/+2
* Remove implicit conversions from scoped_refptr to T* in components/dcheng2014-11-131-1/+1
* Standardize usage of virtual/override/final in components/dcheng2014-10-212-63/+63
* Misc. cleanup, primarily removing unused locals.pkasting2014-10-131-1/+0
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-063-42/+42
* Change base/file_utils.h includes to base/files/file_utils.h in chrome_elf/ a...thestig2014-09-101-1/+1
* Fix wifi_component build with 10.9+ SDKjiangj2014-09-091-3/+48
* Cleanup test_support target names.tfarina@chromium.org2014-07-221-1/+1
* Use GUID in captive portal API instead of service pathstevenjb@chromium.org2014-07-141-2/+2
* 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-083-5/+5
* components: Add GN Build file for wifi component.tfarina@chromium.org2014-07-021-0/+63
* WiFiService on Win will NotifyNetworkListChanged with empty list when WiFi is...mef@chromium.org2014-06-172-3/+15
* NetworkingPrivate API events should supply list of GUIDs, not service pathstbarzic@chromium.org2014-06-111-2/+2
* Consolidate SDK forwards in sdk_forward_declarations.h.avi@chromium.org2014-06-071-29/+1
* This is a library for Windows and MacOSX (tested MacOSX currently) that suppo...noamsml@chromium.org2014-06-049-199/+231
* Add MacAddress to ONC and networkingPrivatestevenjb@chromium.org2014-05-201-0/+1
* Use GUID instead of ServicePath in networkingPrivate APIstevenjb@chromium.org2014-05-161-20/+20
* Provide IPConfigs in networkingPrivate.GetPropertiesstevenjb@chromium.org2014-05-092-134/+50
* Added WiFi security check to Windows implementation of WiFiService::StartConn...mef@chromium.org2014-05-065-84/+105
* components: Do not include test code in wifi_component target.tfarina@chromium.org2014-05-053-279/+352
* Delete wifi_service_test.ccnoamsml@chromium.org2014-05-021-146/+0
* Add ManagedState::GetStatePropertiesstevenjb@chromium.org2014-05-021-1/+0
* Ignore ERROR_ADDRESS_NOT_ASSOCIATED from IpReleaseAddress in WiFiService::Res...mef@chromium.org2014-04-252-27/+53
* 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-182-47/+59
* 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