2019-09-22 21:52:47 +02:00
|
|
|
=====
|
|
|
|
iwd
|
|
|
|
=====
|
|
|
|
|
|
|
|
------------------------
|
|
|
|
Internet wireless daemon
|
|
|
|
------------------------
|
|
|
|
|
|
|
|
:Author: Marcel Holtmann <marcel@holtmann.org>
|
2019-10-16 22:45:58 +02:00
|
|
|
:Author: Denis Kenzior <denkenz@gmail.com>
|
|
|
|
:Author: Andrew Zaborowski <andrew.zaborowski@intel.com>
|
|
|
|
:Author: Tim Kourt <tim.a.kourt@linux.intel.com>
|
2019-10-29 03:10:37 +01:00
|
|
|
:Author: James Prestwood <prestwoj@gmail.com>
|
2019-09-22 21:52:47 +02:00
|
|
|
:Copyright: 2013-2019 Intel Corporation
|
|
|
|
:Version: iwd
|
|
|
|
:Date: 22 September 2019
|
|
|
|
:Manual section: 8
|
|
|
|
:Manual group: Linux Connectivity
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
========
|
|
|
|
|
|
|
|
**iwd** [*options* ...]
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
===========
|
|
|
|
|
|
|
|
Daemon for managing Wireless devices on Linux.
|
|
|
|
|
2019-10-03 22:35:47 +02:00
|
|
|
The iNet Wireless Daemon (iwd) project aims to provide a comprehensive
|
2019-10-19 22:51:02 +02:00
|
|
|
Wi-Fi connectivity solution for Linux based devices. The core goal of
|
2019-10-03 22:35:47 +02:00
|
|
|
the project is to optimize resource utilization: storage, runtime memory
|
2019-10-19 22:51:02 +02:00
|
|
|
and link-time costs. This is accomplished by not depending on any external
|
2019-10-03 22:35:47 +02:00
|
|
|
libraries and utilizes features provided by the Linux Kernel to the maximum
|
2019-10-19 22:51:02 +02:00
|
|
|
extent possible. The result is a self-contained environment that only
|
2019-10-03 22:35:47 +02:00
|
|
|
depends on the Linux Kernel and the runtime C library.
|
|
|
|
|
2019-09-22 21:52:47 +02:00
|
|
|
OPTIONS
|
|
|
|
=======
|
|
|
|
|
|
|
|
--version, -v Show version number and exit.
|
|
|
|
--help, -h Show help message and exit.
|
|
|
|
|
2019-10-19 23:13:34 +02:00
|
|
|
ENVIRONMENT
|
|
|
|
===========
|
|
|
|
|
2019-11-05 22:14:09 +01:00
|
|
|
*$STATE_DIRECTORY* is used for network configuration files. See *iwd.network*
|
|
|
|
for details.
|
2019-10-19 23:13:34 +02:00
|
|
|
|
|
|
|
*$CONFIGURATION_DIRECTORY* is used for daemon configuration settings. Only
|
2019-10-25 00:21:05 +02:00
|
|
|
the file **main.conf** is currently read from this directory. See *iwd.config*
|
2019-10-20 19:33:53 +02:00
|
|
|
for details.
|
2019-10-19 23:13:34 +02:00
|
|
|
|
2019-11-05 22:14:09 +01:00
|
|
|
See *iwd.debug* for further environment variables for debugging.
|
2019-10-19 23:13:34 +02:00
|
|
|
|
2019-09-22 21:52:47 +02:00
|
|
|
SEE ALSO
|
|
|
|
========
|
|
|
|
|
2019-11-05 22:14:09 +01:00
|
|
|
iwd.config(5), iwd.network(5), iwd.debug(7), iwctl(1), iwmon(1), hwsim(1),
|
|
|
|
ead(8), systemd.exec(5)
|
2019-09-22 21:52:47 +02:00
|
|
|
|
|
|
|
http://iwd.wiki.kernel.org
|