qcacld-3.0: Send RTT capability for STA mode
Based on the ini gfine_time_meas_cap, send enable/disable value to the firmware for STA INITIATOR/RESPONDER mode using VDEV set param. Change-Id: Idd4142e13061cd1af992bda88d0a0b81edc42fef CRs-Fixed: 2574050
This commit is contained in:

committed by
nshrivas

szülő
09db9462f7
commit
fab026a99a
@@ -532,9 +532,11 @@ struct nan_event_params {
|
||||
* struct nan_msg_params - NAN request params
|
||||
* @request_data_len: request data length
|
||||
* @request_data: request data
|
||||
* @rtt_cap: indicate if responder/initiator role is supported
|
||||
*/
|
||||
struct nan_msg_params {
|
||||
uint16_t request_data_len;
|
||||
uint32_t rtt_cap;
|
||||
/* Variable length, do not add anything after this */
|
||||
uint8_t request_data[];
|
||||
};
|
||||
|
Reference in New Issue
Block a user