X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=docs%2Fwireless.tex;h=efb07eafb49634781874703c5fce62c98ead500f;hb=1dd46bdac8c0d37f7475747435bc97e401559804;hp=d92fa76cd9f344bb529a7480e2c73b59b9a3c57a;hpb=6fc7a5463c3eaf1c56036b8026dd3672a20ed814;p=openwrt-10.03%2F.git diff --git a/docs/wireless.tex b/docs/wireless.tex index d92fa76cd..efb07eafb 100644 --- a/docs/wireless.tex +++ b/docs/wireless.tex @@ -117,10 +117,13 @@ config wifi-iface option key2 key 2 option key3 key 3 option key4 key 4 + option passphrase 0,1 option server ip address option port port option hidden 0,1 option isolate 0,1 (broadcom) + option doth 0,1 (atheros, broadcom) + option wmm 0,1 (atheros, broadcom) \end{Verbatim} \paragraph{Options for the \texttt{wifi-device}:} @@ -217,6 +220,13 @@ config wifi-iface \item \texttt{key, key1, key2, key3, key4} (wep, wpa and psk) \\ WEP key, WPA key (PSK mode) or the RADIUS shared secret (WPA RADIUS mode) + \item \texttt{passphrase} (wpa) \\ + 0 treats the wpa psk as a text passphrase; 1 treats wpa psk as + encoded passphrase. You can generate an encoded passphrase with + the wpa\_passphrase utility. This is especially useful if your + passphrase contains special characters. This option only works + when using mac80211 or atheros type devices. + \item \texttt{server} (wpa) \\ The RADIUS server ip address @@ -230,6 +240,14 @@ config wifi-iface Optional: Isolation is a mode usually set on hotspots that limits the clients to communicate only with the AP and not with other wireless clients. 0 disables ap isolation (default); 1 enables ap isolation. + \item \texttt{doth} \\ + Optional: Toggle 802.11h mode. + 0 disables 802.11h (default); 1 enables it. + + \item \texttt{wmm} \\ + Optional: Toggle 802.11e mode. + 0 disables 802.11e (default); 1 enables it. + \end{itemize} \paragraph{Mesh Point}