/external/wpa_supplicant/ |
ctrl_iface_named_pipe.c | 26 /* 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 395 if (os_strncmp(params, "SDDL=", 5) == 0) 396 sddl = params + 5; 397 if (!sddl) { 398 sddl = os_strstr(params, " SDDL="); 399 if (sddl) 400 sddl += 6 [all...] |
config.h | 172 * The descriptor string needs to be prefixed with SDDL=. For example, 173 * ctrl_interface=SDDL=D: would set an empty DACL (which will reject
|
wpa_supplicant.conf.orig | 71 # prefixed with SDDL=. For example, ctrl_interface=SDDL=D: would set an empty 73 # information about SDDL string format.
|
/external/wpa_supplicant_6/wpa_supplicant/ |
ctrl_iface_named_pipe.c | 26 /* 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 395 if (os_strncmp(params, "SDDL=", 5) == 0) 396 sddl = params + 5; 397 if (!sddl) { 398 sddl = os_strstr(params, " SDDL="); 399 if (sddl) 400 sddl += 6 [all...] |
config.h | 147 * The descriptor string needs to be prefixed with SDDL=. For example, 148 * ctrl_interface=SDDL=D: would set an empty DACL (which will reject
|
wpa_supplicant.conf.orig | 71 # prefixed with SDDL=. For example, ctrl_interface=SDDL=D: would set an empty 73 # information about SDDL string format.
|
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface_named_pipe.c | 26 /* 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 395 if (os_strncmp(params, "SDDL=", 5) == 0) 396 sddl = params + 5; 397 if (!sddl) { 398 sddl = os_strstr(params, " SDDL="); 399 if (sddl) 400 sddl += 6 [all...] |
README-Windows.txt | 219 Example SDDL string formats: 223 ctrl_interface=SDDL=D:(A;;GA;;;BA) 233 ctrl_interface=SDDL=D:(A;;GA;;;BA)(A;;GA;;;PU) 241 ctrl_interface=SDDL=D:(A;;GA;;;AU) 251 ctrl_interface=SDDL=D:(A;;GA;;;BU)(A;;GA;;;AN)
|
config.h | 168 * The descriptor string needs to be prefixed with SDDL=. For example, 169 * ctrl_interface=SDDL=D: would set an empty DACL (which will reject
|
wpa_supplicant.conf.orig | 71 # prefixed with SDDL=. For example, ctrl_interface=SDDL=D: would set an empty 73 # information about SDDL string format. [all...] |
/external/chromium/base/win/ |
win_util.cc | 11 #include <sddl.h>
|