diff --git a/wpa_supplicant/doc/docbook/wpa_supplicant.sgml b/wpa_supplicant/doc/docbook/wpa_supplicant.sgml index de3409d76..84f59908b 100644 --- a/wpa_supplicant/doc/docbook/wpa_supplicant.sgml +++ b/wpa_supplicant/doc/docbook/wpa_supplicant.sgml @@ -327,11 +327,15 @@ Command Line Options + Most command line options have global scope. Some are given per + interface, and are only valid if at least one option + is specified, otherwise they're ignored. Option groups for different + interfaces must be separated by option. -b br_ifname - Optional bridge interface name. + Optional bridge interface name. (Per interface) @@ -345,35 +349,40 @@ -c filename - Path to configuration file. + Path to configuration file. (Per interface) -C ctrl_interface - Path to ctrl_interface socket (only used if -c is not). + Path to ctrl_interface socket (Per interface. Only used if + is not). -i ifname - Interface to listen on. + Interface to listen on. Multiple instances of this option can + be present, one per interface, separated by + option (see below). -d - Increase debugging verbosity (-dd even more). + Increase debugging verbosity ( even + more). -D driver - Driver to use. See the available options below. + Driver to use. (Per interface, see the available options + below.) @@ -387,7 +396,8 @@ -g global ctrl_interface - Path to global ctrl_interface socket. + Path to global ctrl_interface socket. If specified, interface + definitions may be omitted. @@ -422,7 +432,7 @@ -p - Driver parameters. + Driver parameters. (Per interface) @@ -436,14 +446,16 @@ -q - Decrease debugging verbosity (-qq even less). + Decrease debugging verbosity ( even + less). -u - Enabled DBus control interface. + Enabled DBus control interface. If enabled, interface + definitions may be omitted.