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":"Check11a", | |
| 6 "steps":[ # Channel 64 | |
| 7 [ "create", { "type":"hostap" } ], | |
| 8 | |
| 9 [ "config", { "channel":"5320", "mode":"11a" } ], # XXX freq | |
| 10 [ "connect", { "security":"none" } ], | |
| 11 [ "client_ping", { "count":"10" } ], | |
| 12 | |
| 13 [ "destroy" ], | |
| 14 ], | |
| 15 } | |
| OLD | NEW |