diff options
author | 23hiro <23hiro@gmail.com> | 2018-08-08 18:47:48 +0200 |
---|---|---|
committer | 23hiro <23hiro@gmail.com> | 2018-08-08 18:47:48 +0200 |
commit | b989e691cf2f5059ed057a37c7bf52f599433aaf (patch) | |
tree | b03b6f9014302f539def358363f28ee82618eabd | |
parent | 824b497fb399e0fe03375ba6de793c7c2a3a96b1 (diff) | |
download | plan9front-b989e691cf2f5059ed057a37c7bf52f599433aaf.tar.xz |
plan9.ini(8) iwlwifi essid/bssid misleading
-rw-r--r-- | sys/man/8/plan9.ini | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/sys/man/8/plan9.ini b/sys/man/8/plan9.ini index 4798417fb..582e33df6 100644 --- a/sys/man/8/plan9.ini +++ b/sys/man/8/plan9.ini @@ -404,20 +404,15 @@ to be present on attach in .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: |