--- alx-src/trunk/alx-web/show.php 2005/10/10 19:42:06 355 +++ alx-src/trunk/alx-web/show.php 2005/10/10 22:48:24 363 @@ -57,9 +57,12 @@ 'swarm', 'swirl', 't3d', 'tetris', 'thornbird', 'tik_tak', 'toneclock', 'triangle', 'tube', 'turtle', 'vines', 'voters', 'wator', 'wire', 'world', 'worm', 'xcl', 'xjack'); $drop['iface'] = array('eth0', 'wlan0'); - $drop['wireless_mode'] = array('managed', 'ad-hoc', 'master', 'repeater', 'secondary', 'monitor', 'auto'); - $drop['wireless_auth_mode'] = array('wep', 'wpa', 'off'); - //$drop['wireless_key_length'] = array('64', '128', '256'); + $drop['wireless_mode'] = array('', 'managed', 'ad-hoc', 'master', 'repeater', 'secondary', 'monitor', 'auto'); + $drop['wireless_auth_mode'] = array('', 'wep', 'wpa', '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', + '2.447G', '2.452G', '2.457G', '2.462G', '2.467G', '2.472G', '2.484G'); // GGF. NEUEN DATENSATZ EINFÜGEN if(isset($_POST['do_add'])) @@ -125,7 +128,7 @@ global $id; $parts = explode('_',$name); $helpfile='help.php?page='.$parts[1]; - echo '['.$name.'] (?)'; + echo '['.$name.'] (?)'; foreach($arr as $k=>$v) {