Add support for adb shell cmd network_stack apf iface status
Adds basic support for debug-only `adb shell cmd network_stack apf
<iface> status` which returns the update status of an active APF filter.
If the status returns "paused", ApfFilter prevents all filter updates
and counter reads. Conversely, "running" indicates the APF filter is
operating normally.
Test: adb shell cmd wifi connect-network VirtWifi open \
&& adb shell cmd network_stack apf wlan0 status
Change-Id: I8ebc428e5500d9ddb73bdda5150b702c050bd9c7
2 files changed