Home
last modified time | relevance | path

Searched refs:expected_seq (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/ftm/dispatcher/src/
H A Dwlan_ftm_ucfg_api.c76 ftm_pdev_obj->expected_seq = 0; in wlan_ftm_process_utf_event()
79 if (ftm_pdev_obj->expected_seq != current_seq) { in wlan_ftm_process_utf_event()
81 ftm_pdev_obj->expected_seq, current_seq); in wlan_ftm_process_utf_event()
94 ftm_pdev_obj->expected_seq++; in wlan_ftm_process_utf_event()
96 if (ftm_pdev_obj->expected_seq == total_segments) { in wlan_ftm_process_utf_event()
/wlan-driver/qca-wifi-host-cmn/ftm/dispatcher/inc/
H A Dwlan_ftm_ucfg_api.h103 uint8_t expected_seq; member