1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
Source: iwd
Section: net
Priority: optional
Maintainer: Jonas Smedegaard <dr@jones.dk>
Homepage: https://iwd.wiki.kernel.org/
Build-Depends:
debhelper-compat (= 13),
libdbus-1-dev,
libell-dev (>= 0.77~),
libreadline-dev,
openssl <!nocheck>,
python3-docutils <!nodoc>,
systemd-dev,
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/debian/iwd.git
Vcs-Browser: https://salsa.debian.org/debian/iwd
Rules-Requires-Root: no
Package: iwd
Architecture: linux-any
Depends:
${misc:Depends},
${shlibs:Depends},
Recommends:
dbus | dbus-system-bus,
wireless-regdb,
Suggests:
network-manager-iwd,
Breaks:
orphan-sysvinit-scripts (<< 0.11),
Description: wireless daemon for Linux
iNet Wireless Daemon (iwd) is a minimalistic wireless daemon
that uses modern Linux interfaces
like cfg80211 and nl80211 (netlink).
The daemon provides a D-Bus API.
.
The daemon can be controlled from the command line
with the included iwctl client utility.
.
The included iwmon utility can be used
to monitor the 802.11 subsystem generic netlink commands and events.
It uses the nlmon kernel driver from Linux 3.10 and later.
.
Note that the package defaults
to relying on dbus activation to start.
If you want to use iwd standalone without any manager,
then you'll need to manually enable the system service.
Package: network-manager-iwd
Architecture: all
Depends:
iwd,
${misc:Depends},
Conflicts:
wpasupplicant,
Enhances:
network-manager,
Description: wireless daemon for Linux - NetworkManager integration
iNet Wireless Daemon (iwd) is a minimalistic wireless daemon
that uses modern Linux interfaces
like cfg80211 and nl80211 (netlink).
The daemon provides a D-Bus API.
.
This package enables use of iwd with NetworkManager,
and avoids concurrent installation
of conflicting wpasupplicant service.
|