Home
last modified time | relevance | path

Searched refs:stop_rsp (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dllstatscommand.h57 u8 stop_rsp; member
112 virtual void getClearRspParams(u32 *stats_clear_rsp_mask, u8 *stop_rsp);
Dllstats.cpp849 void LLStatsCommand::getClearRspParams(u32 *stats_clear_rsp_mask, u8 *stop_rsp) in getClearRspParams() argument
852 *stop_rsp = mClearRspParams.stop_rsp; in getClearRspParams()
1262 …mClearRspParams.stop_rsp = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_STOP_RSP… in handleResponse()
1395 u8 stop_req, u8 *stop_rsp) in wifi_clear_link_stats() argument
1439 LLCommand->getClearRspParams(stats_clear_rsp_mask, stop_rsp); in wifi_clear_link_stats()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dllstatscommand.h57 u8 stop_rsp; member
112 virtual void getClearRspParams(u32 *stats_clear_rsp_mask, u8 *stop_rsp);
Dllstats.cpp864 void LLStatsCommand::getClearRspParams(u32 *stats_clear_rsp_mask, u8 *stop_rsp) in getClearRspParams() argument
867 *stop_rsp = mClearRspParams.stop_rsp; in getClearRspParams()
1278 …mClearRspParams.stop_rsp = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_STOP_RSP… in handleResponse()
1427 u8 stop_req, u8 *stop_rsp) in wifi_clear_link_stats() argument
1479 LLCommand->getClearRspParams(stats_clear_rsp_mask, stop_rsp); in wifi_clear_link_stats()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dlink_layer_stats.h336 u32 stats_clear_req_mask, u32 *stats_clear_rsp_mask, u8 stop_req, u8 *stop_rsp);
/hardware/broadcom/wlan/bcmdhd/halutil/
Dwifi_hal_stub.cpp127 u32 stats_clear_req_mask, u32 *stats_clear_rsp_mask, u8 stop_req, u8 *stop_rsp) { in wifi_clear_link_stats_stub() argument
/hardware/interfaces/wifi/aidl/default/
Dwifi_legacy_hal.cpp833 uint8_t stop_rsp; in disableLinkLayerStats() local
835 &clear_mask_rsp, 1, &stop_rsp); in disableLinkLayerStats()