Home
last modified time | relevance | path

Searched refs:connected_properties (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/components/wifi/
Dwifi_service_win.cc515 NetworkProperties connected_properties; in GetProperties() local
516 error_code = GetCurrentProperties(&connected_properties); in GetProperties()
518 connected_properties.guid == network_guid) { in GetProperties()
519 properties->Swap(connected_properties.ToValue(false).get()); in GetProperties()