swift 05/06/14 10:12:33 Modified: xml/htdocs/doc/en/handbook hb-net-wireless.xml Log: Coding style
Revision Changes Path 1.2 +136 -143 xml/htdocs/doc/en/handbook/hb-net-wireless.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-net-wireless.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-net-wireless.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-net-wireless.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo Index: hb-net-wireless.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-wireless.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hb-net-wireless.xml 9 Jun 2005 07:33:59 -0000 1.1 +++ hb-net-wireless.xml 14 Jun 2005 10:12:33 -0000 1.2 @@ -42,10 +42,10 @@ </body> </section> - <section> <title>WPA Supplicant</title> <body> + <p> <uri link="http://hostap.epitest.fi/wpa_supplicant">WPA Supplicant</uri> is a package that allows you to connect to WPA enabled access points. It's setup @@ -103,78 +103,76 @@ <comment># Simple case: WPA-PSK, PSK as an ASCII passphrase, allow all valid ciphers</comment> network={ - ssid="simple" - psk="very secret passphrase" - <comment># The higher the priority the sooner we are matched</comment> - priority=5 + ssid="simple" + psk="very secret passphrase" + <comment># The higher the priority the sooner we are matched</comment> + priority=5 } <comment># Same as previous, but request SSID-specific scanning (for APs that reject # broadcast SSID)</comment> network={ - ssid="second ssid" - scan_ssid=1 - psk="very secret passphrase" - priority=2 + ssid="second ssid" + scan_ssid=1 + psk="very secret passphrase" + priority=2 } <comment># Only WPA-PSK is used. Any valid cipher combination is accepted</comment> network={ - ssid="example" - proto=WPA - key_mgmt=WPA-PSK - pairwise=CCMP TKIP - group=CCMP TKIP WEP104 WEP40 - psk=06b4be19da289f475aa46a33cb793029d4ab3db7a23ee92382eb0106c72ac7bb - priority=2 + ssid="example" + proto=WPA + key_mgmt=WPA-PSK + pairwise=CCMP TKIP + group=CCMP TKIP WEP104 WEP40 + psk=06b4be19da289f475aa46a33cb793029d4ab3db7a23ee92382eb0106c72ac7bb + priority=2 } <comment># Plaintext connection (no WPA, no IEEE 802.1X)</comment> network={ - ssid="plaintext-test" - key_mgmt=NONE + ssid="plaintext-test" + key_mgmt=NONE } <comment># Shared WEP key connection (no WPA, no IEEE 802.1X)</comment> network={ - ssid="static-wep-test" - key_mgmt=NONE - wep_key0="abcde" - wep_key1=0102030405 - wep_key2="1234567890123" - wep_tx_keyidx=0 - priority=5 + ssid="static-wep-test" + key_mgmt=NONE + wep_key0="abcde" + wep_key1=0102030405 + wep_key2="1234567890123" + wep_tx_keyidx=0 + priority=5 } <comment># Shared WEP key connection (no WPA, no IEEE 802.1X) using Shared Key # IEEE 802.11 authentication</comment> network={ - ssid="static-wep-test2" - key_mgmt=NONE - wep_key0="abcde" - wep_key1=0102030405 - wep_key2="1234567890123" - wep_tx_keyidx=0 - priority=5 - auth_alg=SHARED + ssid="static-wep-test2" + key_mgmt=NONE + wep_key0="abcde" + wep_key1=0102030405 + wep_key2="1234567890123" + wep_tx_keyidx=0 + priority=5 + auth_alg=SHARED } <comment># IBSS/ad-hoc network with WPA-None/TKIP</comment> network={ - ssid="test adhoc" - mode=1 - proto=WPA - key_mgmt=WPA-NONE - pairwise=NONE - group=TKIP - psk="secret passphrase" + ssid="test adhoc" + mode=1 + proto=WPA + key_mgmt=WPA-NONE + pairwise=NONE + group=TKIP + psk="secret passphrase" } - -</pre> +</pre> </body> </section> - <section> <title>Wireless Tools</title> @@ -236,7 +234,6 @@ </body> </subsection> - <subsection> <title>Fine tune Access Point Selection</title> <body> @@ -255,35 +252,35 @@ </p> <table> - <tr> - <th>Value</th> - <th>Description</th> - </tr> - <tr> - <ti>any</ti> - <ti>Default behaviour</ti> - </tr> - <tr> - <ti>preferredonly</ti> - <ti>We will only connect to visible APs in the preferred list</ti> - </tr> - <tr> - <ti>forcepreferred</ti> - <ti> - We will forceably connect to APs in the preferred order if they are not - found in a scan - </ti> - </tr> - <tr> - <ti>forcepreferredonly</ti> - <ti> - Do not scan for APs - instead just try to connect to each one in order - </ti> - </tr> - <tr> - <ti>forceany</ti> - <ti>Same as forcepreferred + connect to any other available AP</ti> - </tr> +<tr> + <th>Value</th> + <th>Description</th> +</tr> +<tr> + <ti>any</ti> + <ti>Default behaviour</ti> +</tr> +<tr> + <ti>preferredonly</ti> + <ti>We will only connect to visible APs in the preferred list</ti> +</tr> +<tr> + <ti>forcepreferred</ti> + <ti> + We will forceably connect to APs in the preferred order if they are not + found in a scan + </ti> +</tr> -- [email protected] mailing list
