OSDN Git Service

Merge "[AWARE]: Add support to accept either passphrase or pmk"
authorEtan Cohen <etancohen@google.com>
Thu, 23 Mar 2017 00:10:33 +0000 (00:10 +0000)
committerGerrit Code Review <noreply-gerritcodereview@google.com>
Thu, 23 Mar 2017 00:10:34 +0000 (00:10 +0000)
include/hardware_legacy/wifi_nan.h

index 658b7be..3618351 100644 (file)
@@ -359,9 +359,12 @@ typedef struct {
     u32 max_ndp_sessions;
     u32 max_app_info_len;
     u32 max_queued_transmit_followup_msgs;
+    u32 ndp_supported_bands;
     u32 cipher_suites_supported;
-    u32 max_subscribe_address;
+    u32 max_scid_len;
+    bool is_ndp_security_supported;
     u32 max_sdea_service_specific_info_len;
+    u32 max_subscribe_address;
 } NanCapabilities;
 
 /*