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

Add WMI_VDEV_PARAM_RAW_IS_ENCRYPTED def

Change-Id: I7d7286f773f432063754680c51ba03a685bbba36
CRs-Fixed: 1107600
Šī revīzija ir iekļauta:
spuligil
2018-05-19 09:00:40 -07:00
vecāks aab3ec1b21
revīzija 3250a9b273
2 mainīti faili ar 13 papildinājumiem un 1 dzēšanām

Parādīt failu

@@ -8483,6 +8483,18 @@ typedef enum {
*/
WMI_VDEV_PARAM_AMSDU_AGGREGATION_SIZE_OPTIMIZATION, /* 0x83 */
/**
* In RAW mode, FW will not know whether the encryption is enabled
* on this vdev or not.
* Because of this, FW will not program the right info into the
* RawNwifi TLV resulting in the connection failure in RAW mode.
* So to program the right info, FW should know whether the security
* is enabled on this VDEV.
* Host will send this VDEV param command (With Value = 1) in case of
* RAW secure mode.
*/
WMI_VDEV_PARAM_RAW_IS_ENCRYPTED, /* 0x84 */
/*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
* The below vdev param types are used for prototyping, and are