--- alx-src/branches/alx-web-060/show.php 2011/06/15 14:24:07 2419 +++ alx-src/branches/alx-web-060/show.php 2011/06/27 11:48:54 2445 @@ -89,7 +89,7 @@ // ACHTUNG!!! wlan_-Felder heißen eigentlich wireless_ $drop['wireless_mode'] = array('', 'managed', 'ad-hoc', 'master', 'repeater', 'secondary', 'monitor', 'auto'); -$drop['wireless_auth_mode'] = array('', 'wep', 'wpa', 'off'); +$drop['wireless_auth_mode'] = array('', 'wep', 'wpa', 'wpa2', 'off'); $drop['wireless_key_length'] = array('', '64', '128', '256'); $drop['wireless_channel'] = array('', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14'); $drop['wireless_frequency'] = array('', '2.412G', '2.417G', '2.422G', '2.427G', '2.432G', '2.437G', '2.442G',