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

  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_privsep.c 30 char *own_socket_path; member in struct:l2_packet_data
157 l2->own_socket_path = os_malloc(len);
158 if (l2->own_socket_path == NULL) {
162 os_snprintf(l2->own_socket_path, len, "%s/wpa_privsep-l2-%d-%d",
172 os_free(l2->own_socket_path);
173 l2->own_socket_path = NULL;
180 os_strlcpy(addr.sun_path, l2->own_socket_path, sizeof(addr.sun_path));
229 unlink(l2->own_socket_path);
230 os_free(l2->own_socket_path);
231 l2->own_socket_path = NULL
    [all...]
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_privsep.c 30 char *own_socket_path; member in struct:l2_packet_data
157 l2->own_socket_path = os_malloc(len);
158 if (l2->own_socket_path == NULL) {
162 os_snprintf(l2->own_socket_path, len, "%s/wpa_privsep-l2-%d-%d",
172 os_free(l2->own_socket_path);
173 l2->own_socket_path = NULL;
180 os_strlcpy(addr.sun_path, l2->own_socket_path, sizeof(addr.sun_path));
229 unlink(l2->own_socket_path);
230 os_free(l2->own_socket_path);
231 l2->own_socket_path = NULL
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_privsep.c 28 char *own_socket_path; member in struct:wpa_driver_privsep_data
549 if (drv->own_socket_path) {
550 unlink(drv->own_socket_path);
551 os_free(drv->own_socket_path);
619 drv->own_socket_path = os_malloc(len);
620 if (drv->own_socket_path == NULL) {
625 os_snprintf(drv->own_socket_path, len, "%s/wpa_privsep-%d-%d",
631 os_free(drv->own_socket_path);
632 drv->own_socket_path = NULL;
650 os_free(drv->own_socket_path);
    [all...]
driver_test.c 84 char *own_socket_path; member in struct:wpa_driver_test_data
284 if (strcmp(addr.sun_path, drv->own_socket_path) == 0)
394 if (os_strcmp(addr.sun_path, drv->own_socket_path) == 0)
1250 drv->own_socket_path = os_malloc(len);
1251 if (drv->own_socket_path) {
1252 snprintf(drv->own_socket_path, len,
1260 drv->own_socket_path = os_strdup(params->test_socket);
1262 if (drv->own_socket_path == NULL && drv->udp_port == 0) {
1284 os_strlcpy(addr_un.sun_path, drv->own_socket_path,
1292 if (drv->own_socket_path)
    [all...]
  /external/wpa_supplicant/
driver_test.c 36 char *own_socket_path; member in struct:wpa_driver_test_data
504 if (drv->own_socket_path) {
505 unlink(drv->own_socket_path);
506 os_free(drv->own_socket_path);
507 drv->own_socket_path = NULL;
529 os_free(drv->own_socket_path);
532 drv->own_socket_path = os_malloc(len);
533 if (drv->own_socket_path == NULL)
535 os_snprintf(drv->own_socket_path, len, "%s/STA-" MACSTR,
538 drv->own_socket_path = os_malloc(100)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_privsep.c 28 char *own_socket_path; member in struct:wpa_driver_privsep_data
574 if (drv->own_socket_path) {
575 unlink(drv->own_socket_path);
576 os_free(drv->own_socket_path);
644 drv->own_socket_path = os_malloc(len);
645 if (drv->own_socket_path == NULL) {
650 os_snprintf(drv->own_socket_path, len, "%s/wpa_privsep-%d-%d",
656 os_free(drv->own_socket_path);
657 drv->own_socket_path = NULL;
675 os_free(drv->own_socket_path);
    [all...]
driver_test.c 53 char *own_socket_path; member in struct:wpa_driver_test_data
628 if (drv->own_socket_path) {
629 unlink(drv->own_socket_path);
630 os_free(drv->own_socket_path);
631 drv->own_socket_path = NULL;
659 os_free(drv->own_socket_path);
662 drv->own_socket_path = os_malloc(len);
663 if (drv->own_socket_path == NULL)
665 os_snprintf(drv->own_socket_path, len, "%s/STA-" MACSTR,
668 drv->own_socket_path = os_malloc(100)
    [all...]

Completed in 371 milliseconds