003 File Manager
Current Path:
/usr/src/contrib/wpa/wpa_supplicant/dbus
usr
/
src
/
contrib
/
wpa
/
wpa_supplicant
/
dbus
/
📁
..
📄
Makefile
(1.04 KB)
📄
dbus-wpa_supplicant.conf
(743 B)
📄
dbus_common.c
(8.6 KB)
📄
dbus_common.h
(591 B)
📄
dbus_common_i.h
(863 B)
📄
dbus_dict_helpers.c
(28.78 KB)
📄
dbus_dict_helpers.h
(4.65 KB)
📄
dbus_new.c
(128.25 KB)
📄
dbus_new.h
(17.78 KB)
📄
dbus_new_handlers.c
(147.41 KB)
📄
dbus_new_handlers.h
(10.08 KB)
📄
dbus_new_handlers_p2p.c
(80.92 KB)
📄
dbus_new_handlers_p2p.h
(5.1 KB)
📄
dbus_new_handlers_wps.c
(23.32 KB)
📄
dbus_new_helpers.c
(30.41 KB)
📄
dbus_new_helpers.h
(4.36 KB)
📄
dbus_new_introspect.c
(7.71 KB)
📄
fi.w1.wpa_supplicant1.service.in
(123 B)
Editing: dbus_common.h
/* * wpa_supplicant D-Bus control interface - common definitions * Copyright (c) 2006, Dan Williams <dcbw@redhat.com> and Red Hat, Inc. * Copyright (c) 2009, Witold Sowa <witold.sowa@gmail.com> * Copyright (c) 2009, Jouni Malinen <j@w1.fi> * * This software may be distributed under the terms of the BSD license. * See README for more details. */ #ifndef DBUS_COMMON_H #define DBUS_COMMON_H struct wpas_dbus_priv; struct wpa_global; struct wpas_dbus_priv * wpas_dbus_init(struct wpa_global *global); void wpas_dbus_deinit(struct wpas_dbus_priv *priv); #endif /* DBUS_COMMON_H */
Upload File
Create Folder