Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. | |
| 2 # Use of this source code is governed by a BSD-style license that can be | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 { "name":"CheckTxAmpdu", | |
| 6 "steps":[ # Channel 64 | |
| 7 [ "create", { "type":"hostap" } ], | |
| 8 [ "config", { "channel":"5320", "ht":None, "puren":None } ], | |
| 9 [ "connect", { "security":"none" } ], | |
| 10 [ "client_netperf", { "test":"TCP_STREAM" } ], | |
| 11 [ "destroy" ], | |
| 12 ], | |
| 13 } | |
| OLD | NEW |