ref: 7f0bcd863af90e2951c930425e0e6040125b1fca
parent: b3d88fdab2ff13c547af917ddee05a0bafec1570
author: 23hiro <23hiro@gmail.com>
date: Wed Aug 8 14:47:48 EDT 2018
plan9.ini(8) iwlwifi essid/bssid misleading
--- a/sys/man/8/plan9.ini
+++ b/sys/man/8/plan9.ini
@@ -404,20 +404,15 @@
.B /lib/firmware
or
.B /boot.
-To select the access point, the
+To limit the selected APs the options
.B essid=
and
.B bssid=
-parameters can be specified at boot or set during runtime
-like:
+may be set at boot or in the ether interface clone file
+using a space as the separator between option and value, e.g.
.EX
echo essid left-armpit >/net/ether1/clone
.EE
-If both
-.B essid=
-and
-.B bssid=
-are specified, both must match.
Scan results appear in the
.B ifstats
file and can be read out like:
--
⑨