From f9f12533fc73647fc5008dfdb45175b7ad8dd616 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 3 Oct 2019 22:35:47 +0200 Subject: [PATCH] doc: Add more detailed description for iwd daemon --- src/iwd.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/iwd.rst b/src/iwd.rst index d4fb989c..eae367f6 100644 --- a/src/iwd.rst +++ b/src/iwd.rst @@ -23,6 +23,14 @@ DESCRIPTION Daemon for managing Wireless devices on Linux. +The iNet Wireless Daemon (iwd) project aims to provide a comprehensive +Wi-Fi connectivity solution for Linux based devices. The core goal of +the project is to optimize resource utilization: storage, runtime memory +and link-time costs. This is accomplished by not depending on any external +libraries and utilizes features provided by the Linux Kernel to the maximum +extent possible. The result is a self-contained environment that only +depends on the Linux Kernel and the runtime C library. + OPTIONS =======