9d6762cfca
Documentation appeared a little vague about which options are global and which are tied to a particular interface. This leads to confusion when using certain combinations of options, e.g. the command "wpa_supplicant -c /etc/wpa_supplican.conf -u" will not do what is intuitively expected from it - it will not read the config file given with -c option because no -i option was given. This command is still valid because -u option is used. The wpa_supplicant running like this will also not listen on any control socket, because the socket file name is usually given in the config file. This command line also happens to be the default in Fedora 9. This patch does not try to change any behaviour, but rather document these nuances clearly. |
||
---|---|---|
.. | ||
docbook | ||
.gitignore | ||
code_structure.doxygen | ||
ctrl_iface.doxygen | ||
doxygen.fast | ||
doxygen.full | ||
driver_wrapper.doxygen | ||
eap.doxygen | ||
kerneldoc2doxygen.pl | ||
mainpage.doxygen | ||
porting.doxygen | ||
testing_tools.doxygen | ||
wpa_supplicant.fig |