[Aware] Add paramters in NanConfigRequest to support setting cluster id
Bug: 262872131 Test: build Change-Id: I55a588eb03d44236efff9bdd00c7e861bb090b66
This commit is contained in:
parent
163659c768
commit
267d9197b8
1 changed files with 6 additions and 0 deletions
|
@ -445,6 +445,7 @@ typedef struct {
|
|||
bool is_6g_supported;
|
||||
bool is_he_supported;
|
||||
bool is_pairing_supported;
|
||||
bool is_set_cluster_id_supported;
|
||||
} NanCapabilities;
|
||||
|
||||
/*
|
||||
|
@ -1656,6 +1657,11 @@ typedef struct {
|
|||
*/
|
||||
u8 config_instant_mode_channel;
|
||||
wifi_channel instant_mode_channel;
|
||||
/*
|
||||
Config cluster ID with the cluster ID selected over NFC/OOB method.
|
||||
*/
|
||||
u8 config_cluster_id;
|
||||
u16 cluster_id_val; // default value 0x0
|
||||
} NanConfigRequest;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue