[25984:27592:0525/113112.475:WARNING:discovery_network_list_win.cc(195)] Failed to open Wlan client handle: 1062 |
|
Issue description
Hi,
I just did a fresh ToT build of Chrome (@7880981a0cc24) on Windows with the following
GN args:
is_debug = true
is_component_build = true
enable_nacl = false
target_cpu = "x86"
remove_webcore_debug_symbols = true
symbol_level = 2
is_win_fastlink = true
use_goma = true
goma_dir = "C:\src\goma"
is_clang = true
win_console_app = true
And when running it with the "--enable-logging --v=0" flags I see the following
message printed in the console:
[25984:27592:0525/113112.475:WARNING:discovery_network_list_win.cc(195)] Failed to open Wlan client handle: 1062
Git blame tells me that you're the author of this message, could you please look
into it (or find an appropriate owner)?
Thanks!
,
Aug 3
This looks like it's the result of the Windows service "WlanSvc" (WLAN AutoConfig) being stopped. Does the machine on which you're testing this have a WiFi interface? My desktop doesn't and WlanSvc isn't started by default, so that may be the cause. It looks like other uses of wlanapi.dll fail silently in this case. |
|
►
Sign in to add a comment |
|
Comment 1 by benhenry@chromium.org
, Aug 3