Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/geolocation/
Dwifi_data_provider_win.cc101 void GetWLANFunctions(HINSTANCE wlan_library);
220 void WindowsWlanApi::GetWLANFunctions(HINSTANCE wlan_library) { in GetWLANFunctions() argument
221 DCHECK(wlan_library); in GetWLANFunctions()
223 GetProcAddress(wlan_library, "WlanOpenHandle")); in GetWLANFunctions()
225 GetProcAddress(wlan_library, "WlanEnumInterfaces")); in GetWLANFunctions()
228 GetProcAddress(wlan_library, "WlanGetNetworkBssList")); in GetWLANFunctions()
230 GetProcAddress(wlan_library, "WlanFreeMemory")); in GetWLANFunctions()
232 GetProcAddress(wlan_library, "WlanCloseHandle")); in GetWLANFunctions()