summaryrefslogtreecommitdiffstats
path: root/components/wifi
Commit message (Expand)AuthorAgeFilesLines
* Remove references to CWNetwork.erikchen2016-03-111-43/+2
* Convert Pass()→std::move() for Mac build.dcheng2016-01-132-4/+7
* Switch to standard integer types in components/, part 4 of 4.avi2015-12-256-5/+13
* Don't use base::MessageLoop::{Quit,QuitClosure} in components/ki.stfu2015-10-131-1/+1
* Fix header guard ifdefs in components.thestig2015-09-151-3/+3
* Annotate GN executables and shared_libraries with sanitizer deps.brettw2015-08-311-0/+1
* 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-026-41/+35
* Subject .mm files to the header sorting presubmittapted2015-05-191-1/+1
* Fix various missing dependencies in //components for the Mac GN build.dpranke2015-05-011-0/+1
* Update {virtual,override} to follow C++11 style in components.nick2015-04-281-34/+33
* 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