History log of /hardware/interfaces/wifi/1.0/IWifiNanIfaceEventCallback.hal
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d5d6e37d6e8b65295893bc9fdacc6ba4c87fbdf6 16-Feb-2017 Etan Cohen <etancohen@google.com> [AWARE] Update comments on transmit followup status codes

Fix documentation of transmit followup status codes.

Bug: 34888409
Test: builds (only comment changes)
Change-Id: I8c55c627a0ecac625cb574988b2b860070254527
/hardware/interfaces/wifi/1.0/IWifiNanIfaceEventCallback.hal
44983aeea920e937522181b447d9e64086c17b0a 09-Feb-2017 Etan Cohen <etancohen@google.com> [AWARE] Update HIDL to match spec and add comments

Update some HIDL names to match more closely the spec
naming convention. Add comments - whenever possible
provide reference to NAN spec.

Bug: 34985658
Bug: 35040192
Test: unit tests and integration (sl4a) tests
Change-Id: I957fb8a9814b3acaf8b710d397fe18b39f6a8c77
/hardware/interfaces/wifi/1.0/IWifiNanIfaceEventCallback.hal
073bb9943a5528205aaa73ddf42a9ac2edd48c7a 09-Feb-2017 Etan Cohen <etancohen@google.com> [AWARE] Modify the discovery session handle to uint8_t

Match the NAN protocol.

Bug: 35040192
Test: unit tests + integration (sl4a) tests
Change-Id: I9b39d184708c6e000bd4d84f97659f20d7ec75fd
/hardware/interfaces/wifi/1.0/IWifiNanIfaceEventCallback.hal
ccb15627713db4dca1f03b9a193f7c838bed52aa 09-Feb-2017 Etan Cohen <etancohen@google.com> [AWARE] Remove support for vendor-specific attributes

Vendor-specific attribute support API is not fully functional or
thought out. The Tx portion is working but the Rx portion requires
additional configuration to prevent spamming the framework with all
vendor-specific attributes.

Remove until full solution is designed.

Bug: 35193235
Test: unit tests and integration (sl4a) tests.
Change-Id: I31a601af3b2c1f9f736130ce00abf73c55ac086a
/hardware/interfaces/wifi/1.0/IWifiNanIfaceEventCallback.hal
4bbc2092828c206a0d69e0090d8b534033fe8ace 30-Jan-2017 Etan Cohen <etancohen@google.com> Wi-Fi/NAN HAL/service fixups

Fixes related to debugging during integration with
framework. Changes are due to errors in original
definition.

Bug: 32315992
Test: integration (sl4a) tests
Change-Id: I5c427e4d0f8677a611eb6d9abfa641a7f8406e31
/hardware/interfaces/wifi/1.0/IWifiNanIfaceEventCallback.hal
f01bcaa9a3708e579f3facdfe0988217d689c68e 25-Dec-2016 Etan Cohen <etancohen@google.com> [AWARE] Update HIDL interface and link to legacy HAL

HAL: Refine first cut implementation of HIDL interfaces and bring
up-to-date with changes to HAL.

Server: connect to legacy HAL, convert all structures.

Bug: 32207606
Test: builds
Change-Id: Ice1ba44014aa98cc948c0d0202b4fd18bf875502
/hardware/interfaces/wifi/1.0/IWifiNanIfaceEventCallback.hal
e03f736ca003a0d2679ce15c1d0602ad67e43e93 14-Oct-2016 Roshan Pius <rpius@google.com> wifi(interface): Fix compilation failure

Changes in the CL:
a) Unions are not allowed in the HIDL generated code that is going to be
used in java.
b) Few RTT constants were defined twice in the legacy rtt.h. One set
as enums, the other set as #define's. Remove the duplicated values in
the HIDL interface.

Bug: 31991076
Bug: 31991232
Test: mmm -j32 hardware/interfaces/wifi/1.0/
Change-Id: I03db70c7b89c0be53a7754ab8b34a19ad2c6e536
/hardware/interfaces/wifi/1.0/IWifiNanIfaceEventCallback.hal
120f94c594cb524d4f84673630d779fc0d6aff16 13-Oct-2016 Roshan Pius <rpius@google.com> wifi(interface): NAN HIDL interface

Interface is mostly a replication of the wifi_nan.h HAL header file.
1. All the methods are in |IWifiNanIface|.
2. Moved all the callbacks to |IWifiNanIfaceEventCallback.hal|.
2. Moved all the data types to |types.hal|.
3. Changed all the variable size arrays to vecs.

Bug: 31991076
Test: ./hardware/interfaces/update-makefiles.sh
Change-Id: I2af0b0003cf30a0f2bfdcb56b69c492cf831745b
/hardware/interfaces/wifi/1.0/IWifiNanIfaceEventCallback.hal