1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

shared: add wpa_supplicant bus-helpers

The wpas-helpers provide easy _asynchronous_ access to wpa_supplicant
control interfaces. Compared to the old wpa_ctrl_* stuff it's no longer
synchronous. Thus, it doesn't block our daemon while wpa_supplicant runs
some heavy work again..

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
This commit is contained in:
David Herrmann 2014-03-19 13:03:32 +01:00
parent cf53290608
commit f34face988
4 changed files with 1957 additions and 1 deletions

View file

@ -78,7 +78,10 @@ libmiracle_shared_la_SOURCES = \
src/shared/shl_log.c \
src/shared/shl_macro.h \
src/shared/shl_util.h \
src/shared/shl_util.c
src/shared/shl_util.c \
src/shared/util.h \
src/shared/wpas.h \
src/shared/wpas.c
libmiracle_shared_la_CPPFLAGS = $(AM_CPPFLAGS)
libmiracle_shared_la_LDFLAGS = $(AM_LDFLAGS)
libmiracle_shared_la_LIBADD = $(AM_LIBADD)