Home
last modified time | relevance | path

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

/external/chromium_org/components/wifi/
Dwifi_service_win.cc358 DWORD GetCurrentProperties(NetworkProperties* current_properties);
516 error_code = GetCurrentProperties(&connected_properties); in GetProperties()
670 GetCurrentProperties(&properties); in StartConnect()
710 GetCurrentProperties(&properties); in StartDisconnect()
904 DWORD error = GetCurrentProperties(&current_properties); in WaitForNetworkConnect()
1400 DWORD WiFiServiceImpl::GetCurrentProperties(NetworkProperties* properties) { in GetCurrentProperties() function in wifi::WiFiServiceImpl