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:
parent
f5147e312f
commit
811d25e014
@ -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 ,
|
||||
|
Loading…
Reference in New Issue
Block a user