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

(-)usr.sbin/wpa/wpa_supplicant/wpa_supplicant.8 (-19 / +31 lines)
Lines 87-126 Link Here
87
.Sh OPTIONS
87
.Sh OPTIONS
88
The following options are available:
88
The following options are available:
89
.Bl -tag -width indent
89
.Bl -tag -width indent
90
.It Fl b
91
Optional bridge interface name.
92
.It Fl B
93
Detach from the controlling terminal and run as a daemon process
94
in the background.
90
.It Fl d
95
.It Fl d
91
Enable debugging messages.
96
Enable debugging messages.
92
If this option is supplied twice, more verbose messages are displayed.
97
If this option is supplied twice, more verbose messages are displayed.
93
.It Fl e
98
.It Fl D
94
Use an external IEEE 802.1X Supplicant program and disable the
99
Driver name (can be multiple drivers: nl80211,wext).
95
internal Supplicant.
100
.It Fl f
96
This option is not normally used.
101
Log output to debug file instead of stdout.
102
.It Fl g
103
Global ctrl_interface.
97
.It Fl h
104
.It Fl h
98
Show help text.
105
Show help text.
106
.It Fl K
107
Include key information in debugging output.
108
.It Fl L
109
Display the license for this program on the terminal and exit.
110
.It Fl N
111
Start describing new interface.
112
.It Fl o
113
Overrides driver parameter for new interfaces.
114
.It Fl O
115
Override ctrl_interface parameter for new interfaces.
116
.It Fl p
117
Specify driver parameters.
118
.It Fl P
119
PID file name where the process PID is saved.
99
.It Fl q
120
.It Fl q
100
Decrease debugging verbosity (i.e., counteract the use of the
121
Decrease debugging verbosity (i.e., counteract the use of the
101
.Fl d
122
.Fl d
102
flag).
123
flag).
124
.It Fl u
125
Enable DBus control interface.
103
.It Fl s
126
.It Fl s
104
Send log messages through
127
Send log messages through
105
.Xr syslog 3
128
.Xr syslog 3
106
instead of to the terminal.
129
instead of to the terminal.
130
.It Fl t
131
Include timestamp in debug messages.
107
.It Fl v
132
.It Fl v
108
Display version information on the terminal and exit.
133
Display version information on the terminal and exit.
109
.It Fl w
134
.It Fl W
110
If the specified interface is not present, wait for it to be
135
Wait for a control interface monitor before starting.
111
added; e.g.\& a cardbus device to be inserted.
112
This option is not normally used; instead,
113
.Xr devd 8
114
should be configured to launch
115
.Nm
116
when a device is created.
117
.It Fl B
118
Detach from the controlling terminal and run as a daemon process
119
in the background.
120
.It Fl K
121
Include key information in debugging output.
122
.It Fl L
123
Display the license for this program on the terminal and exit.
124
.El
136
.El
125
.Sh SEE ALSO
137
.Sh SEE ALSO
126
.Xr an 4 ,
138
.Xr an 4 ,

Return to bug 171755