diff options
| author | Michael Biebl <biebl@debian.org> | 2018-06-17 14:54:57 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-06-17 14:54:57 +0200 |
| commit | 9d9b149b81f5ea5fe53ac383fda9cf3afb96b30f (patch) | |
| tree | a47c80e4d962d3f2202dbab41e2744c921fb8567 /man/nmcli.xml | |
| parent | 03218e6d85e6654bd942b7531ba48b9d9535d55f (diff) | |
| parent | 069cb5c3a525ebcc19cc2927964258acaca87b13 (diff) | |
Update upstream source from tag 'upstream/1.11.90'
Update to upstream version '1.11.90' with Debian dir 13153fad72263d24704dca73c994fe8f7bfd3a28
Diffstat (limited to 'man/nmcli.xml')
| -rw-r--r-- | man/nmcli.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/nmcli.xml b/man/nmcli.xml index 0787fd8b..9b951c19 100644 --- a/man/nmcli.xml +++ b/man/nmcli.xml @@ -1381,6 +1381,12 @@ <command>wifi</command> <arg> <command>list</command> + <group> + <option>--rescan</option> + <arg choice='plain'><option>auto</option></arg> + <arg choice='plain'><option>no</option></arg> + <arg choice='plain'><option>yes</option></arg> + </group> <arg><option>ifname</option> <replaceable>ifname</replaceable></arg> <arg><option>bssid</option> <replaceable>BSSID</replaceable></arg> </arg> @@ -1390,6 +1396,10 @@ <para>List available Wi-Fi access points. The <option>ifname</option> and <option>bssid</option> options can be used to list APs for a particular interface or with a specific BSSID, respectively.</para> + <para>By default, <command>nmcli</command> ensures that the access point list + is no older than 30 seconds and triggers a network scan if necessary. The + <option>--rescan</option> can be used to either force or disable the scan + regardless of how fresh the access point list is.</para> </listitem> </varlistentry> |