View | Details | Raw Unified | Return to bug 226939
Collapse All | Expand All

(-)usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 (working copy) (-6 / +21 lines)
Lines 24-30 Link Here
24
.\"
24
.\"
25
.\" $FreeBSD$
25
.\" $FreeBSD$
26
.\"
26
.\"
27
.Dd April 10, 2010
27
.Dd March 26, 2018
28
.Dt WPA_SUPPLICANT.CONF 5
28
.Dt WPA_SUPPLICANT.CONF 5
29
.Os
29
.Os
30
.Sh NAME
30
.Sh NAME
Lines 115-122 Link Here
115
A network block description is of the form:
115
A network block description is of the form:
116
.Bd -literal -offset indent
116
.Bd -literal -offset indent
117
network={
117
network={
118
       parameter=value
118
        parameter=value
119
       ...
119
        ...
120
}
120
}
121
.Ed
121
.Ed
122
.Pp
122
.Pp
Lines 550-561 Link Here
550
        scan_ssid=1
550
        scan_ssid=1
551
        key_mgmt=NONE
551
        key_mgmt=NONE
552
        wep_tx_keyidx=0
552
        wep_tx_keyidx=0
553
       # hex keys denoted without quotes
553
        # hex keys denoted without quotes
554
        wep_key0=42FEEDDEAFBABEDEAFBEEFAA55
554
        wep_key0=42FEEDDEAFBABEDEAFBEEFAA55
555
       # ASCII keys denoted with quotes.
555
        # ASCII keys denoted with quotes.
556
       wep_key1="FreeBSDr0cks!"
556
        wep_key1="FreeBSDr0cks!"
557
}
557
}
558
.Ed
558
.Ed
559
.Pp
560
Minimal eduroam configuration.
561
.Bd -literal
562
ctrl_interface=/var/run/wpa_supplicant
563
ctrl_interface_group=wheel
564
network={
565
        ssid="eduroam"
566
        scan_ssid=1
567
        key_mgmt=WPA-EAP
568
        eap=TTLS
569
        identity="user@example.org"
570
        password="foobar"
571
        phase2="auth=MSCHAPV2"
572
}
573
.Ed
559
.Sh SEE ALSO
574
.Sh SEE ALSO
560
.Xr wpa_cli 8 ,
575
.Xr wpa_cli 8 ,
561
.Xr wpa_passphrase 8 ,
576
.Xr wpa_passphrase 8 ,

Return to bug 226939