Missed a spot where meidaopt as used w/o a media.
This commit is contained in:
parent
77581b892c
commit
66b6052b33
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15614
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,7 @@ wi0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
|
|||
<para>It is better than nothing, so use the following to turn on WEP on your new FreeBSD
|
||||
access point:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>ifconfig wi0 inet up ssid my_net wepmode on wepkey 0x1234567890 mediaopt hostap</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>ifconfig wi0 inet up ssid my_net wepmode on wepkey 0x1234567890 media DS/11Mbps mediaopt hostap</userinput></screen>
|
||||
|
||||
<para>And you can turn on WEP on a client with this command:</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue