Hello,
I want to use IWD without using iwctl command line interface.
Could you please provide way to use common Wi-FI API with shared library
like Linux common way libiwd.so for invoke in my application?
Thanks.
Show replies by date
Hi,
On Fri, 2019-11-01 at 19:50 +0300, Vitold S wrote:
Hello,
I want to use IWD without using iwctl command line interface.
Could you please provide way to use common Wi-FI API with shared library like Linux common
way libiwd.so for invoke in my application?
Thanks.
IWD is a standalone wireless daemon and controlled via D-Bus (this is what iwctl itself
uses). IWD does not expose any C APIs nor is it meant to be compiled into a library. D-Bus
is going to be your only way of controlling IWD.
Thanks,
James
_______________________________________________
iwd mailing list -- iwd@lists.01.org<mailto:iwd@lists.01.org>
To unsubscribe send an email to
iwd-leave@lists.01.org<mailto:iwd-leave@lists.01.org>