OSDN Git Service

WiFi HAL: add packet fate monitoring API
authorSubhani Shaik <subhanis@codeaurora.org>
Tue, 26 Jan 2016 05:11:13 +0000 (21:11 -0800)
committerSubhani Shaik <subhanis@codeaurora.org>
Fri, 5 Feb 2016 01:18:26 +0000 (17:18 -0800)
commit805683675510373d184f560e206e6058ce61c29d
treeb4bda2259d68e89f11aebe7fc76e97050722865b
parente7b148c146952470afc9f1ba42a64c17df06174f
WiFi HAL: add packet fate monitoring API

When a connection attempt fails, we're often unable
to determine the cause from existing log files. This
is because our log files only report the view from user
space. From this vantage point, we can't tell if,
e.g., an outbound frame was ever sent over the air.
(Or, for inbound frames: if they were heard by our
radio.)

To give ourselves a broader view, we add the packet fate
monitoring API. This API will let us determine, e.g.,
if an outbound frame was transmitted by our radio.

BUG: 26807558
Change-Id: I197729117f9086ece8cf00313bb9d3e7c0197b97
include/hardware_legacy/wifi_hal.h
include/hardware_legacy/wifi_logger.h