summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2017-04-18 13:39:43 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2017-04-28 09:46:06 +0200
commitacb70d84f9cc58cb09e02d68d01660f6d5087b34 (patch)
tree244bc8ba5428a9b88e186a0493a1dbcd0977be2c /man
parent53f3113389161bcfca9b4c1a2d5b82a1f7634cdf (diff)
downloadNetworkManager-acb70d84f9cc58cb09e02d68d01660f6d5087b34.tar.gz
supplicant: configure PMF for each connection
Now that we have a PMF connection property, get rid of the previous code to globally enable/disable PMF and use the 'ieee80211w' configuration option for each configured network when the supplicant supports it.
Diffstat (limited to 'man')
-rw-r--r--man/NetworkManager.conf.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/NetworkManager.conf.xml b/man/NetworkManager.conf.xml
index 658fd7c2d6..808f7375df 100644
--- a/man/NetworkManager.conf.xml
+++ b/man/NetworkManager.conf.xml
@@ -701,6 +701,11 @@ ipv6.ip6-privacy=0
<listitem><para>If left unspecified, the default value
"<literal>ignore</literal>" will be used.</para></listitem>
</varlistentry>
+ <varlistentry>
+ <term><varname>wifi-sec.pmf</varname></term>
+ <listitem><para>If left unspecified, the default value
+ "<literal>optional</literal>" will be used.</para></listitem>
+ </varlistentry>
</variablelist>
</para>
</refsect2>