Searched refs:sddl (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/
H A Dctrl_iface_named_pipe.c26 /* mingw-w32api v3.1 does not yet include sddl.h, so define needed parts here
44 #include <sddl.h>
392 const char *sddl = NULL; local
396 sddl = params + 5;
397 if (!sddl) {
398 sddl = os_strstr(params, " SDDL=");
399 if (sddl)
400 sddl += 6;
403 if (!sddl)
406 wpa_printf(MSG_DEBUG, "CTRL: SDDL='%s'", sddl);
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface_named_pipe.c20 /* mingw-w32api v3.1 does not yet include sddl.h, so define needed parts here
38 #include <sddl.h>
386 const char *sddl = NULL; local
390 sddl = params + 5;
391 if (!sddl) {
392 sddl = os_strstr(params, " SDDL=");
393 if (sddl)
394 sddl += 6;
397 if (!sddl)
400 wpa_printf(MSG_DEBUG, "CTRL: SDDL='%s'", sddl);
[all...]
/external/chromium/base/win/
H A Dwin_util.cc11 #include <sddl.h>

Completed in 1435 milliseconds