diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-10-23 14:51:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-23 14:51:23 +0200 |
commit | 510c4bb31f030a4a5a0dd7525a2012d55b58fe2a (patch) | |
tree | 928c635895cdc41ff5355eb6ed62aebe746f0695 /man | |
parent | c199cc0704271378ea5eafc0bddb6b7453c4e71f (diff) | |
parent | 277ba8d1ab968f4c699c623a6bb17bd3b5fd17eb (diff) | |
download | systemd-510c4bb31f030a4a5a0dd7525a2012d55b58fe2a.tar.gz |
Merge pull request #13142 from yuwata/network-wifi-ssid-support-nl80211
network: wifi ssid support with nl80211
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.network.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 5d3c9383d9..c0aa807054 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -154,6 +154,24 @@ </listitem> </varlistentry> <varlistentry> + <term><varname>SSID=</varname></term> + <listitem> + <para>A whitespace-separated list of shell-style globs matching the SSID of the currently + connected wireless LAN. If the list is prefixed with a "!", the test is inverted. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><varname>BSSID=</varname></term> + <listitem> + <para>A whitespace-separated list of hardware address of the currently connected wireless + LAN. Use full colon-, hyphen- or dot-delimited hexadecimal. See the example in + <varname>MACAddress=</varname>. This option may appear more than one, in which case the + lists are merged. If the empty string is assigned to this option, the list of BSSID defined + prior to this is reset.</para> + </listitem> + </varlistentry> + <varlistentry> <term><varname>Host=</varname></term> <listitem> <para>Matches against the hostname or machine ID of the host. See |