diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-09-02 10:13:55 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-09-02 10:13:55 -0500 |
commit | 46695c0f42711809213c8387efa56bf06bc8c8f9 (patch) | |
tree | 07a5e2cb26c8dbdf170a39565e09c758db70a8f7 /devel | |
parent | 68769d90713ef6f059c4ab07b1120a51fd7fe1f2 (diff) | |
download | horizon-46695c0f42711809213c8387efa56bf06bc8c8f9.tar.gz horizon-46695c0f42711809213c8387efa56bf06bc8c8f9.tar.bz2 horizon-46695c0f42711809213c8387efa56bf06bc8c8f9.tar.xz horizon-46695c0f42711809213c8387efa56bf06bc8c8f9.zip |
req: Sayonara, 802.1X
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> |