From a6ef9f74f2e4808b7462a28590f7e4f6950e9650 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 9 Feb 2012 17:18:12 +0100 Subject: [PATCH] mgmt-api: Add proper management supported commands command --- doc/mgmt-api.txt | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index 8cae2e41e..e48e741be 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -42,16 +42,27 @@ Read Management Version Information Command Revision (2 Octets) -Read Management Supported Features Command +Read Management Supported Commands Command ========================================== Command Code: 0x0002 Controller Index: Command Parameters: - Return Parameters: Features (8 Octets) + Return Parameters: Num_Of_Commands (2 Octets) + Command1 (2 Octets) + Command2 (2 Octets) + ... + Num_Of_Events (2 Octets) + Event1 (2 Octets) + Event2 (2 Octets) + ... + + The commands Read Management Version Information and Read + management Supported Commands are not included in this list. + Both commands are always supported and mandatory. - Feature Bit 0: Controller Support - Feature Bit 1: Tracing Support + The events Command Status and Command Complete are not included + in this list. Both are implicit and mandatory. Read Controller Index List Command -- 2.47.3