Add an example for WEP.

OK-ed by: sam
This commit is contained in:
Wilko Bulte 2005-12-25 22:09:17 +00:00
parent 5646f2e5f3
commit 6d072a6e04
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153720

View File

@ -495,6 +495,20 @@ network={
phase2="auth=MD5"
}
.Ed
.Pp
Traditional WEP configuration with 104 bit key specified in hexadecimal.
Note the WEP key is not quoted.
.Bd -literal
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
network={
ssid="example"
scan_ssid=1
key_mgmt=NONE
wep_tx_keyidx=0
wep_key0=42FEEDDEAFBABEDEAFBEEFAA55
}
.Ed
.Sh SEE ALSO
.Xr wpa_cli 8 ,
.Xr wpa_supplicant 8