Snap for 11176174 from d961824689
to 24D1-release
Change-Id: Ibdc86cec4d5be3b85f46bf9e56dd2330aabfd5a4
This commit is contained in:
commit
deeead78b4
2 changed files with 27 additions and 1 deletions
|
@ -30,7 +30,8 @@ typedef struct {
|
|||
|
||||
typedef enum {
|
||||
ROAMING_DISABLE,
|
||||
ROAMING_ENABLE
|
||||
ROAMING_ENABLE,
|
||||
ROAMING_AGGRESSIVE
|
||||
} fw_roaming_state_t;
|
||||
|
||||
typedef struct {
|
||||
|
|
|
@ -2492,6 +2492,15 @@ typedef struct {
|
|||
|
||||
/* Publish or Subscribe Id of an earlier Publish/Subscribe */
|
||||
u16 publish_subscribe_id;
|
||||
|
||||
/* configure CSIA (Cipher Suite Information attribute) capability to specify GTK, IGTK, BIGTK
|
||||
are supported or not
|
||||
*/
|
||||
u8 csia_capabilities;
|
||||
|
||||
/* configure GTK(Group Transient Key) protection required or not */
|
||||
u8 gtk_protection;
|
||||
|
||||
} NanDataPathInitiatorRequest;
|
||||
|
||||
/*
|
||||
|
@ -2552,6 +2561,14 @@ typedef struct {
|
|||
Discovery MAC addr of the publisher/peer
|
||||
*/
|
||||
u8 peer_disc_mac_addr[NAN_MAC_ADDR_LEN];
|
||||
|
||||
/* configure CSIA (Cipher Suite Information attribute) capability to specify GTK, IGTK, BIGTK
|
||||
are supported or not
|
||||
*/
|
||||
u8 csia_capabilities;
|
||||
|
||||
/* configure GTK(Group Transient Key) protection required or not */
|
||||
u8 gtk_protection;
|
||||
} NanDataPathIndicationResponse;
|
||||
|
||||
/* Sub slot parameters */
|
||||
|
@ -2606,6 +2623,14 @@ typedef struct {
|
|||
for setting up the Secure Data Path.
|
||||
*/
|
||||
u8 scid[NAN_MAX_SCID_BUF_LEN];
|
||||
|
||||
/* configure CSIA (Cipher Suite Information attribute) capability to specify GTK, IGTK, BIGTK
|
||||
are supported or not
|
||||
*/
|
||||
u8 csia_capabilities;
|
||||
|
||||
/* configure GTK(Group Transient Key) protection required or not */
|
||||
u8 gtk_protection;
|
||||
} NanDataPathRequestInd;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue