Lines Matching refs:wmi_hdl
202 wmi_unified_t wmi_hdl, in wmi_unified_peer_delete_all_send() argument
205 if (wmi_hdl->ops->send_peer_delete_all_cmd) in wmi_unified_peer_delete_all_send()
206 return wmi_hdl->ops->send_peer_delete_all_cmd(wmi_hdl, param); in wmi_unified_peer_delete_all_send()
1272 wmi_unified_encrypt_decrypt_send_cmd(void *wmi_hdl, in wmi_unified_encrypt_decrypt_send_cmd() argument
1276 wmi_unified_t wmi_handle = (wmi_unified_t)wmi_hdl; in wmi_unified_encrypt_decrypt_send_cmd()
1603 QDF_STATUS wmi_unified_get_pn_send_cmd(wmi_unified_t wmi_hdl, in wmi_unified_get_pn_send_cmd() argument
1606 if (wmi_hdl->ops->send_pdev_get_pn_cmd) in wmi_unified_get_pn_send_cmd()
1607 return wmi_hdl->ops->send_pdev_get_pn_cmd(wmi_hdl, in wmi_unified_get_pn_send_cmd()
1614 wmi_unified_t wmi_hdl, in wmi_unified_get_rxpn_send_cmd() argument
1617 if (wmi_hdl->ops->send_pdev_get_rxpn_cmd) in wmi_unified_get_rxpn_send_cmd()
1618 return wmi_hdl->ops->send_pdev_get_rxpn_cmd(wmi_hdl, in wmi_unified_get_rxpn_send_cmd()
2064 QDF_STATUS wmi_unified_extract_pn(wmi_unified_t wmi_hdl, void *evt_buf, in wmi_unified_extract_pn() argument
2067 if (wmi_hdl->ops->extract_get_pn_data) in wmi_unified_extract_pn()
2068 return wmi_hdl->ops->extract_get_pn_data(wmi_hdl, in wmi_unified_extract_pn()
2073 QDF_STATUS wmi_unified_extract_rxpn(wmi_unified_t wmi_hdl, void *evt_buf, in wmi_unified_extract_rxpn() argument
2076 if (wmi_hdl->ops->extract_get_rxpn_data) in wmi_unified_extract_rxpn()
2077 return wmi_hdl->ops->extract_get_rxpn_data(wmi_hdl, in wmi_unified_extract_rxpn()
2086 wmi_extract_encrypt_decrypt_resp_params(void *wmi_hdl, void *evt_buf, in wmi_extract_encrypt_decrypt_resp_params() argument
2090 wmi_unified_t wmi_handle = (wmi_unified_t)wmi_hdl; in wmi_extract_encrypt_decrypt_resp_params()
3063 QDF_STATUS wmi_extract_num_rf_characterization_entries(wmi_unified_t wmi_hdl, in wmi_extract_num_rf_characterization_entries() argument
3067 if (wmi_hdl->ops->extract_num_rf_characterization_entries) in wmi_extract_num_rf_characterization_entries()
3068 return wmi_hdl->ops->extract_num_rf_characterization_entries(wmi_hdl, in wmi_extract_num_rf_characterization_entries()
3074 QDF_STATUS wmi_extract_rf_characterization_entries(wmi_unified_t wmi_hdl, in wmi_extract_rf_characterization_entries() argument
3079 if (wmi_hdl->ops->extract_rf_characterization_entries) in wmi_extract_rf_characterization_entries()
3080 return wmi_hdl->ops->extract_rf_characterization_entries(wmi_hdl, in wmi_extract_rf_characterization_entries()
3564 wmi_extract_oem_response_param(wmi_unified_t wmi_hdl, void *resp_buf, in wmi_extract_oem_response_param() argument
3567 if (wmi_hdl->ops->extract_oem_response_param) in wmi_extract_oem_response_param()
3568 return wmi_hdl->ops->extract_oem_response_param(wmi_hdl, in wmi_extract_oem_response_param()
3867 QDF_STATUS wmi_unified_send_vdev_tsf_tstamp_action_cmd(wmi_unified_t wmi_hdl, in wmi_unified_send_vdev_tsf_tstamp_action_cmd() argument
3870 wmi_unified_t wmi_handle = wmi_hdl; in wmi_unified_send_vdev_tsf_tstamp_action_cmd()
3879 QDF_STATUS wmi_extract_vdev_tsf_report_event(wmi_unified_t wmi_hdl, in wmi_extract_vdev_tsf_report_event() argument
3883 wmi_unified_t wmi_handle = wmi_hdl; in wmi_extract_vdev_tsf_report_event()