OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wlanapi
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/base/
net_util_win.cc
8
#include <
wlanapi
.h>
29
struct
WlanApi
{
40
WlanApi
() : initialized(false) {
42
static const wchar_t* const kDLL = L"%WINDIR%\\system32\\
wlanapi
.dll";
217
static base::LazyInstance<
WlanApi
>::Leaky lazy_wlanapi =
245
const
WlanApi
&
wlanapi
= lazy_wlanapi.Get();
local
246
if (!
wlanapi
.initialized)
252
DWORD result =
wlanapi
.OpenHandle(kMaxClientVersion, &cur_version, &client);
257
result =
wlanapi
.enum_interfaces_func(client, NULL, &interface_list_ptr)
[
all
...]
/external/chromium_org/content/browser/geolocation/
wifi_data_provider_win.cc
10
//
wlanapi
.h, which is not part of the SDK used by Gears, so is replicated
28
#include <
wlanapi
.h>
109
// Handle to the
wlanapi
.dll library.
210
base::string16 dll_path = system_directory + L"
wlanapi
.dll";
/external/chromium_org/components/wifi/
wifi_service_win.cc
9
#include <
wlanapi
.h>
34
const wchar_t kWlanApiDll[] = L"
wlanapi
.dll";
36
//
WlanApi
function names
52
//
WlanApi
function definitions
375
// Load
WlanApi
.dll from SystemDirectory and get Api function pointers.
377
// Instance of
WlanApi
.dll.
379
//
WlanApi
function pointers
780
DLOG(ERROR) << "Unable to load
WlanApi
.dll.";
784
// Initialize
WlanApi
function pointers
840
DLOG(ERROR) << "Unable to find required
WlanApi
function."
[
all
...]
Completed in 602 milliseconds