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: Makefile
all: libwpadbus.a clean: rm -f *~ *.o *.d *.gcno *.gcda *.gcov rm -f libwpadbus.a install: @echo Nothing to be made. ifndef CC CC=gcc endif ifndef CFLAGS CFLAGS = -MMD -O2 -Wall -g endif PKG_CONFIG ?= pkg-config CFLAGS += -I../../src -I../../src/utils Q=@ E=echo ifeq ($(V), 1) Q= E=true endif %.o: %.c $(Q)$(CC) -c -o $@ $(CFLAGS) $< @$(E) " CC " $< ifdef CONFIG_WPS CFLAGS += -DCONFIG_WPS endif CFLAGS += -DCONFIG_CTRL_IFACE_DBUS_NEW ifndef DBUS_LIBS DBUS_LIBS := $(shell $(PKG_CONFIG) --libs dbus-1) endif ifndef DBUS_INCLUDE DBUS_INCLUDE := $(shell $(PKG_CONFIG) --cflags dbus-1) endif ifdef CONFIG_CTRL_IFACE_DBUS_INTRO CFLAGS += -DCONFIG_CTRL_IFACE_DBUS_INTRO DBUS_INCLUDE += $(shell xml2-config --cflags) DBUS_LIBS += $(shell xml2-config --libs) endif CFLAGS += $(DBUS_INCLUDE) LIB_OBJS= \ dbus_common.o \ dbus_new.o \ dbus_new_handlers.o \ dbus_new_helpers.o \ dbus_new_introspect.o \ dbus_dict_helpers.o ifdef CONFIG_WPS LIB_OBJS += dbus_new_handlers_wps.o endif libwpadbus.a: $(LIB_OBJS) $(AR) crT $@ $? -include $(OBJS:%.o=%.d)
Upload File
Create Folder