diff options
author | Etan Cohen <etancohen@google.com> | 2017-02-09 17:52:34 -0800 |
---|---|---|
committer | Etan Cohen <etancohen@google.com> | 2017-02-10 12:45:55 -0800 |
commit | 4daf98327450aaf2556bb0e85386e7926104ee6b (patch) | |
tree | 23ab87e979481543845e90318f198c616a669550 /wifi/1.0/default/hidl_struct_util.cpp | |
parent | b9b71cee37f7de1ab94f4c09a7d5a35274c80226 (diff) |
[AWARE] Update capabilties
Update capability configuration to reflect added/remove fields:
- Added extendedServiceSpecificInfo
- Remove vendor-specific attribute (VSA)
Bug: 35193423
Bug: 35193235
Test: unit tests and integration (sl4a) tests
Change-Id: I0dad08ff9d16ea54f5db7303cc5f90e942f48037
Diffstat (limited to 'wifi/1.0/default/hidl_struct_util.cpp')
-rw-r--r-- | wifi/1.0/default/hidl_struct_util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wifi/1.0/default/hidl_struct_util.cpp b/wifi/1.0/default/hidl_struct_util.cpp index 2343c2ddf2..e57919d241 100644 --- a/wifi/1.0/default/hidl_struct_util.cpp +++ b/wifi/1.0/default/hidl_struct_util.cpp @@ -1278,7 +1278,7 @@ bool convertLegacyNanCapabilitiesResponseToHidl( hidl_response->maxTotalMatchFilterLen = legacy_response.max_total_match_filter_len; hidl_response->maxServiceSpecificInfoLen = legacy_response.max_service_specific_info_len; // TODO: b/35193423 add support for extended service specific info - hidl_response->maxVsaDataLen = legacy_response.max_vsa_data_len; + hidl_response->maxExtendedServiceSpecificInfoLen = 0; hidl_response->maxNdiInterfaces = legacy_response.max_ndi_interfaces; hidl_response->maxNdpSessions = legacy_response.max_ndp_sessions; hidl_response->maxAppInfoLen = legacy_response.max_app_info_len; |