qcacmn: Add FIPS wmi tlv support

Add WMI TLV suport for FIPS test.

Change-Id: Ief6aca5ef52ef73701d130914942733062ae09bb
CRs-Fixed: 1107814
This commit is contained in:
Nandha Kishore Easwaran
2017-01-09 21:33:00 +05:30
committed by qcabuildsw
szülő c5c132164e
commit 2ccd424c65
3 fájl változott, egészen pontosan 10 új sor hozzáadva és 2 régi sor törölve

Fájl megtekintése

@@ -4114,9 +4114,10 @@ struct proxy_ast_reserve_params {
* @key: pointer to key
* @key_len: length of key
* @data: pointer data buf
* @data_len: lenght of sata buf
* @data_len: lenght of data buf
* @mode: mode
* @op: operation
* @pdev_id: pdev_id for identifying the MAC
*/
struct fips_params {
uint8_t *key;
@@ -4125,6 +4126,7 @@ struct fips_params {
uint32_t data_len;
uint32_t mode;
uint32_t op;
uint32_t pdev_id;
};
/**