wpa_supplicant.conf.5: Document minimal eduroam configuration

PR:		226939
Submitted by:	Mateusz Piotrowski (0mp@)
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Conrad Meyer 2018-03-26 22:10:20 +00:00
parent f5147e312f
commit 811d25e014
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=331596

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd April 10, 2010
.Dd March 26, 2018
.Dt WPA_SUPPLICANT.CONF 5
.Os
.Sh NAME
@ -556,6 +556,21 @@ network={
wep_key1="FreeBSDr0cks!"
}
.Ed
.Pp
Minimal eduroam configuration.
.Bd -literal
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
network={
ssid="eduroam"
scan_ssid=1
key_mgmt=WPA-EAP
eap=TTLS
identity="user@example.org"
password="foobar"
phase2="auth=MSCHAPV2"
}
.Ed
.Sh SEE ALSO
.Xr wpa_cli 8 ,
.Xr wpa_passphrase 8 ,