1878ed226SJulian Elischer.\" l2control.8 2878ed226SJulian Elischer.\" 3878ed226SJulian Elischer.\" Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com> 4878ed226SJulian Elischer.\" All rights reserved. 5878ed226SJulian Elischer.\" 6878ed226SJulian Elischer.\" Redistribution and use in source and binary forms, with or without 7878ed226SJulian Elischer.\" modification, are permitted provided that the following conditions 8878ed226SJulian Elischer.\" are met: 9878ed226SJulian Elischer.\" 1. Redistributions of source code must retain the above copyright 10878ed226SJulian Elischer.\" notice, this list of conditions and the following disclaimer. 11878ed226SJulian Elischer.\" 2. Redistributions in binary form must reproduce the above copyright 12878ed226SJulian Elischer.\" notice, this list of conditions and the following disclaimer in the 13878ed226SJulian Elischer.\" documentation and/or other materials provided with the distribution. 14878ed226SJulian Elischer.\" 15878ed226SJulian Elischer.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 16878ed226SJulian Elischer.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 17878ed226SJulian Elischer.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 18878ed226SJulian Elischer.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 19878ed226SJulian Elischer.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 20878ed226SJulian Elischer.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 21878ed226SJulian Elischer.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 22878ed226SJulian Elischer.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 23878ed226SJulian Elischer.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 24878ed226SJulian Elischer.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 25878ed226SJulian Elischer.\" SUCH DAMAGE. 26878ed226SJulian Elischer.\" 27878ed226SJulian Elischer.\" $Id: l2control.8,v 1.4 2002/11/09 19:18:16 max Exp $ 28878ed226SJulian Elischer.\" $FreeBSD$ 29878ed226SJulian Elischer.Dd June 14, 2002 30878ed226SJulian Elischer.Dt L2CONTROL 8 31878ed226SJulian Elischer.Os 32878ed226SJulian Elischer.Sh NAME 33878ed226SJulian Elischer.Nm l2control 34878ed226SJulian Elischer.Nd L2CAP configuration utility 35878ed226SJulian Elischer.Sh SYNOPSIS 36878ed226SJulian Elischer.Nm 37878ed226SJulian Elischer.Op Fl a Ar local BD_ADDR 38878ed226SJulian Elischer.Op Ar command 39878ed226SJulian Elischer.Op Ar parameters ... 40878ed226SJulian Elischer.Sh DESCRIPTION 41878ed226SJulian ElischerThe 42878ed226SJulian Elischer.Nm 43878ed226SJulian Elischerutility connects to the local device with specified BD_ADDR and attempts 44878ed226SJulian Elischerto send specified command. 45878ed226SJulian Elischer.Nm 46878ed226SJulian Elischerwill print results to the standard output and error messages to 47878ed226SJulian Elischerthe standard error. 48878ed226SJulian Elischer.Pp 49878ed226SJulian ElischerThe options are as follows: 50878ed226SJulian Elischer.Bl -tag -width indent 51878ed226SJulian Elischer.It Fl a Ar local BD_ADDR 52878ed226SJulian ElischerConnect to the local device with specified BD_ADDR. Example: 53878ed226SJulian Elischer.Fl a Ar 00:01:02:03:04:05 . 54878ed226SJulian Elischer.It command 55878ed226SJulian ElischerOne of the supported commands (see below). Special command 56878ed226SJulian Elischer.Dq help 57878ed226SJulian Elischercan be used to obtain the list of all supported commands. To get more 58878ed226SJulian Elischerinformation about specific command use 59878ed226SJulian Elischer.Dq help command . 60878ed226SJulian Elischer.It parameters 61878ed226SJulian ElischerOne or more optional space separated command parameters. 62878ed226SJulian Elischer.El 63878ed226SJulian Elischer.Sh COMMANDS 64878ed226SJulian ElischerThe currently supported node commands in 65878ed226SJulian Elischer.Nm 66878ed226SJulian Elischerare: 67878ed226SJulian Elischer.Pp 68878ed226SJulian Elischer.Bd -literal -offset indent -compact 69878ed226SJulian ElischerRead_Node_Flags 70878ed226SJulian ElischerRead_Debug_Level 71878ed226SJulian ElischerWrite_Debug_Level 72878ed226SJulian ElischerRead_Connection_List 73878ed226SJulian ElischerRead_Channel_List 74878ed226SJulian Elischer.Ed 75878ed226SJulian Elischer.Pp 76878ed226SJulian Elischer.Sh DIAGNOSTICS 77878ed226SJulian Elischer.Ex -std 78878ed226SJulian Elischer.Sh SEE ALSO 79878ed226SJulian Elischer.Xr netgraph 3 , 80878ed226SJulian Elischer.Xr netgraph 4 , 81878ed226SJulian Elischer.Xr ng_l2cap 4 , 82878ed226SJulian Elischer.Xr l2ping 8 83878ed226SJulian Elischer.Sh AUTHORS 84878ed226SJulian Elischer.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com 85