blob: 8323813a69b73c7169b4adafa5e415f2a6402511 [file] [log] [blame]
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# A python dictionary that describes the fixed wifi testbed setup.
#
# security "none", "wpa", "rsn", "wep"
# psk wpa/rsn passphrase or wep key
# assoc_timeout timeout (secs) for association
# config_timeout timeout (secs) for L3 setup (e.g. dhcp lease)
# ping_args arguments to invoke ping with on successful config
#
{
"apple-express" : { "security":"rsn", "psk":"chromeos" },
"apple-extreme" : { "security":"rsn", "psk":"chromeos" },
"Belkin_N+_A23B08" : { "security":"rsn", "psk":"chromeos" },
# "dap-1522" : { "security":"rsn", "psk":"chromeos" },
"dir-825G" : { "security":"rsn", "psk":"chromeos", "config_timeout":10 },
"dir-825N" : { "security":"rsn", "psk":"chromeos" },
"RangeMaxG" : { "security":"rsn", "psk":"chromeos" },
"RangeMaxN" : { "security":"rsn", "psk":"chromeos" },
"TRENDNet639" : { "security":"rsn", "psk":"chromeos" },
"wbr-1310" : { "security":"rsn", "psk":"chromeos" },
"wgr614" : { "security":"rsn", "psk":"chromeos",
"ping_args":"-c 10 192.158.2.254" },
"wrt54g" : { "security":"rsn", "psk":"chromeos", "assoc_timeout":30 },
"wrt54g2" : { "security":"none",
"ping_args":"-c 10 192.168.2.254" },
}