FreeBSD Bugzilla – Attachment 191829 Details for
Bug 226939
Add an eduroam configuration example to wpa_supplicant.conf.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch adding an eduroam configuration example to wpa_supplicant.conf.5
wpa_supplicant.conf.5.diff (text/plain), 1.31 KB, created by
Mateusz Piotrowski
on 2018-03-26 10:48:04 UTC
(
hide
)
Description:
Patch adding an eduroam configuration example to wpa_supplicant.conf.5
Filename:
MIME Type:
Creator:
Mateusz Piotrowski
Created:
2018-03-26 10:48:04 UTC
Size:
1.31 KB
patch
obsolete
>Index: usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 >=================================================================== >--- usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 (revision 331006) >+++ usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 (working copy) >@@ -24,7 +24,7 @@ > .\" > .\" $FreeBSD$ > .\" >-.Dd April 10, 2010 >+.Dd March 26, 2018 > .Dt WPA_SUPPLICANT.CONF 5 > .Os > .Sh NAME >@@ -115,8 +115,8 @@ > A network block description is of the form: > .Bd -literal -offset indent > network={ >- parameter=value >- ... >+ parameter=value >+ ... > } > .Ed > .Pp >@@ -550,12 +550,27 @@ > scan_ssid=1 > key_mgmt=NONE > wep_tx_keyidx=0 >- # hex keys denoted without quotes >+ # hex keys denoted without quotes > wep_key0=42FEEDDEAFBABEDEAFBEEFAA55 >- # ASCII keys denoted with quotes. >- wep_key1="FreeBSDr0cks!" >+ # ASCII keys denoted with quotes. >+ 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 ,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 226939
: 191829