From ee933c6b58dbc81916d82f9c358a8bedd1de05b8 Mon Sep 17 00:00:00 2001 From: Andrew Zaborowski Date: Sat, 11 Jul 2020 03:00:41 +0200 Subject: [PATCH] man iwd.debug: Document IWD_GENL_DEBUG --- src/iwd.debug.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/iwd.debug.rst b/src/iwd.debug.rst index 857738ef..5a805562 100644 --- a/src/iwd.debug.rst +++ b/src/iwd.debug.rst @@ -32,13 +32,15 @@ ENVIRONMENT *$IWD_RTNL_DEBUG* set to ``1`` enables RTNL debugging. +*$IWD_GENL_DEBUG* set to ``1`` enables printing Generic Netlink communication with the kernel. + *$IWD_DHCP_DEBUG* set to ``1`` enables DHCP debugging. *$IWD_TLS_DEBUG* set to ``1`` enables TLS debugging. -*$IWD_WSC_DEBUG_KEYS* set to ``1`` enables WSC debug keys. +*$IWD_WSC_DEBUG_KEYS* set to ``1`` enables printing received WSC keys. SEE ALSO ======== -iwd(8), +iwd(8), iwmon(1)