HomeSort by relevance Sort by last modified time
    Searched refs:sddl (Results 1 - 2 of 2) sorted by null

  /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...]
  /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...]

Completed in 966 milliseconds