diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/requirements/3_functional.xml | 2 | ||||
-rw-r--r-- | devel/requirements/4_interface.xml | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/devel/requirements/3_functional.xml b/devel/requirements/3_functional.xml index ab008d3..c639bc2 100644 --- a/devel/requirements/3_functional.xml +++ b/devel/requirements/3_functional.xml @@ -327,7 +327,7 @@ </formalpara> <formalpara id="Script.Key.netssid"> <title>Script.Key.netssid</title> - <para><varname>netssid</varname> — Wireless networking information, in the format: <literal>(iface) "(SSID)" {none|wep|wpa1|wpa2|enterprise} [(authdata)]</literal> For example, <literal>netssid wlan0 "The New Fox 5G" wpa2 "shh sekrit"</literal>. System behaviour is undefined if SSID or passphrase contain an ASCII double-quote character.</para> + <para><varname>netssid</varname> — Wireless networking information, in the format: <literal>(iface) "(SSID)" {none|wep|wpa} [(passphrase)]</literal> For example, <literal>netssid wlan0 "The New Fox 5G" wpa2 "shh sekrit"</literal>. System behaviour is undefined if SSID or passphrase contain an ASCII double-quote character.</para> </formalpara> </section> </section> diff --git a/devel/requirements/4_interface.xml b/devel/requirements/4_interface.xml index 6f7d990..aca034c 100644 --- a/devel/requirements/4_interface.xml +++ b/devel/requirements/4_interface.xml @@ -92,9 +92,7 @@ <orderedlist id="SecTypeList"> <listitem><para>No Security</para></listitem> <listitem><para>WEP Passphrase</para></listitem> - <listitem><para>WPA1 Personal</para></listitem> - <listitem><para>WPA2 Personal</para></listitem> - <listitem><para>WPA2 Enterprise: Name/Password</para></listitem> + <listitem><para>WPA with Preshared Key (PSK)</para></listitem> </orderedlist> </para> </formalpara> |