qcacmn: Add support to parse roam frame info TLV
Add support to parse roam frame info TLV Change-Id: I3addd7256c003ca25c4dd5545ee0aa6a6c18a20f CRs-Fixed: 3013488
This commit is contained in:

committed by
Madan Koyyalamudi

parent
d57b561f80
commit
517a254443
@@ -707,13 +707,14 @@ wmi_unified_extract_hw_mode_resp(wmi_unified_t wmi,
|
||||
* @evt_buf: Pointer to the event buffer
|
||||
* @trig: Pointer to destination structure to fill data
|
||||
* @idx: TLV id
|
||||
* @btm_idx: BTM candidates index
|
||||
*
|
||||
* Return: QDF_STATUS
|
||||
*/
|
||||
QDF_STATUS
|
||||
wmi_unified_extract_roam_trigger_stats(wmi_unified_t wmi, void *evt_buf,
|
||||
struct wmi_roam_trigger_info *trig,
|
||||
uint8_t idx);
|
||||
uint8_t idx, uint8_t btm_idx);
|
||||
|
||||
/**
|
||||
* wmi_unified_extract_roam_scan_stats() - Extract roam scan stats from
|
||||
|
Reference in New Issue
Block a user