Home | History | Annotate | Download | only in 1.0

Lines Matching refs:APF

31      * If set indicates that the APF APIs are supported.
32 * APF (Android Packet Filter) is a BPF like packet filtering
35 APF = 1 << 0,
128 * Used to query additional information about the chip's APF capabilities.
129 * Must fail if |StaIfaceCapabilityMask.APF| is not set.
144 * Installs an APF program on this iface, replacing an existing
146 * Must fail if |StaIfaceCapabilityMask.APF| is not set.
148 * APF docs
150 * APF functionality, instructions and bytecode/binary format is described in:
151 * http://android.googlesource.com/platform/hardware/google/apf/
152 * +/b75c9f3714cfae3dad3d976958e063150781437e/apf.h
155 * http://android.googlesource.com/platform/hardware/google/apf/+/
161 * apf/ApfGenerator.java
164 * http://android.googlesource.com/platform/hardware/google/apf/+/
167 * The BPF to APF translator usage is described here:
170 * apf/Bpf2Apf.java
174 * @param APF Program to be set.