fw-api: CL 16908979 - update fw common interface files

Change-Id: Ifb5cd4914cbe05e10dc86ab025c045955063e86e
WMI: add AFC SERVICE RESET_SUPPORT, SERV_RESP_FORMAT_IGNORE, CMD_RESET defs
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2022-01-11 18:00:48 -08:00
parent ec350f9e80
commit 34ebfb4381
2 changed files with 4 additions and 1 deletions

View File

@@ -30535,6 +30535,7 @@ typedef enum {
*/
AFC_SERV_RESP_FORMAT_JSON = 0,
AFC_SERV_RESP_FORMAT_BINARY = 1,
AFC_SERV_RESP_FORMAT_IGNORE = 2, /* When cmd type is reset,server response is set to FORMAT_IGNORE */
} WMI_AFC_SERV_RESP_FORMAT_TYPE;
typedef enum {
@@ -30545,6 +30546,7 @@ typedef enum {
* This type can be expanded in future as per requirements.
*/
WMI_AFC_CMD_SERV_RESP_READY = 1,
WMI_AFC_CMD_RESET = 2, /* Added cmd type to handle AFC reset */
} WMI_AFC_CMD_TYPE;
/** Host indicating AFC info availability to FW */