commit | 7cece41299945d95fd85579c57d3218109313b8b | [log] [tgz] |
---|---|---|
author | Roshan Pius <rpius@google.com> | Fri Oct 28 10:38:21 2016 -0700 |
committer | Roshan Pius <rpius@google.com> | Mon Nov 21 10:57:45 2016 -0800 |
tree | 8937b43d50db5a593dff8812c2312fbf8ae0bf3a | |
parent | 76ff302d570a19baf14dd09e8781ab66cc790855 [diff] |
wifi: Add link layer stats API wrappers in WifiLegacyHal Adds wrappers over the legacy HAL API for the following: 1. enable/disable link layer stats collection. 2. fetch link layer stats. Note: Link layer stats structure is quite ugly. The wrapper stucture declared here (LinkLayerStats) tries to separate out the pointer elements and ignore the unnecessary variable size elements from them. Bug: 31991459 Test: Compiles Change-Id: I7c4188115786542866c7be56cf9f116b3f78e6a3