Help for this page
%supported_security = ( "WPA" => "WPA", ... "WEP 64" => "WEP 64", ... );
$best_type = $supported_security{"WPA2"} // $supported_security{"WPA"} // $supported_security{"WEP 128"} // ...