qcacmn: Add modules to handle and extract NAN events
As part of supporting NAN DBS, new WMI TLVs are defined so that Host can maintain the status of NAN Discovery in sync with the Firmware. Move the older handlers into the NAN related files. Also add modules to extract information from the new TLV's and fill up the event parameters to pass them to the NAN component. add support for explicitly disabling NAN due to concurrencies. Add modules to handle and extract the info from NAN events. Change-Id: Ic03baaaef45106353c211a813e11e33a90cd41ca CRs-Fixed: 2338059
This commit is contained in:

committed by
nshrivas

parent
1e3cb514eb
commit
c64e33df96
@@ -99,16 +99,6 @@ struct wlm_latency_level_param {
|
||||
uint16_t vdev_id;
|
||||
};
|
||||
|
||||
/**
|
||||
* struct nan_req_params - NAN request params
|
||||
* @request_data_len: request data length
|
||||
* @request_data: request data
|
||||
*/
|
||||
struct nan_req_params {
|
||||
uint16_t request_data_len;
|
||||
uint8_t request_data[];
|
||||
};
|
||||
|
||||
#ifndef CONVERGED_TDLS_ENABLE
|
||||
/**
|
||||
* struct tdls_chan_switch_params - channel switch parameter structure
|
||||
|
Reference in New Issue
Block a user