Home
last modified time | relevance | path

Searched refs:req_type (Results 1 – 25 of 63) sorted by relevance

123

/wlan-driver/qcacld-3.0/os_if/mlme/sap/ll_sap/src/
H A Dos_if_ll_sap.c39 (enum bearer_switch_req_type req_type) in osif_convert_audio_transport_switch_req_type_to_qca_type() argument
41 switch (req_type) { in osif_convert_audio_transport_switch_req_type_to_qca_type()
61 (enum qca_wlan_audio_transport_switch_type req_type) in osif_convert_audio_transport_switch_req_type_from_qca_type() argument
63 switch (req_type) { in osif_convert_audio_transport_switch_req_type_from_qca_type()
69 osif_err("Invalid %d req type", req_type); in osif_convert_audio_transport_switch_req_type_from_qca_type()
105 enum bearer_switch_req_type req_type) in wlan_osif_send_audio_transport_switch_req() argument
128 req_type); in wlan_osif_send_audio_transport_switch_req()
159 enum qca_wlan_audio_transport_switch_type req_type) in osif_ll_lt_sap_request_for_audio_transport_switch() argument
164 req_type)); in osif_ll_lt_sap_request_for_audio_transport_switch()
169 enum qca_wlan_audio_transport_switch_type req_type, in osif_ll_lt_sap_deliver_audio_transport_switch_resp() argument
[all …]
/wlan-driver/qcacld-3.0/components/wmi/src/
H A Dwmi_unified_ll_sap_tlv.c36 enum bearer_switch_req_type req_type) in wmi_convert_host_to_target_audio_switch_type() argument
38 if (req_type == WLAN_BS_REQ_TO_NON_WLAN) in wmi_convert_host_to_target_audio_switch_type()
45 wmi_convert_target_to_host_audio_switch_type(uint32_t req_type) in wmi_convert_target_to_host_audio_switch_type() argument
47 if (req_type == WMI_AUDIO_TRANSPORT_SWITCH_TYPE_NON_WLAN) in wmi_convert_target_to_host_audio_switch_type()
49 else if (req_type == WMI_AUDIO_TRANSPORT_SWITCH_TYPE_WLAN) in wmi_convert_target_to_host_audio_switch_type()
57 enum bearer_switch_req_type req_type, in audio_transport_switch_resp_tlv() argument
77 req_type); in audio_transport_switch_resp_tlv()
98 enum bearer_switch_req_type *req_type) in extract_audio_transport_switch_req_event_tlv() argument
121 *req_type = wmi_convert_target_to_host_audio_switch_type( in extract_audio_transport_switch_req_event_tlv()
124 wmi_nofl_debug("LL_LT_SAP FW requested bearer switch to %d", *req_type); in extract_audio_transport_switch_req_event_tlv()
[all …]
H A Dwmi_unified_ll_sap_api.c24 enum bearer_switch_req_type req_type, in wmi_unified_audio_transport_switch_resp_send() argument
29 req_type, in wmi_unified_audio_transport_switch_resp_send()
39 enum bearer_switch_req_type *req_type) in wmi_extract_audio_transport_switch_req_event() argument
43 wmi_handle, event, len, req_type); in wmi_extract_audio_transport_switch_req_event()
H A Dwmi_unified_ll_sap_tlv.h32 enum bearer_switch_req_type req_type,
49 enum bearer_switch_req_type *req_type);
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/serialization/src/
H A Dwlan_serialization_utf.c135 enum wlan_serialization_cancel_type req_type) in wlan_ser_utf_cancel_scan_cmd() argument
142 cmd.req_type = req_type; in wlan_ser_utf_cancel_scan_cmd()
152 enum wlan_serialization_cancel_type req_type) in wlan_ser_utf_cancel_nonscan_cmd() argument
159 cmd.req_type = req_type; in wlan_ser_utf_cancel_nonscan_cmd()
195 enum wlan_serialization_cancel_type req_type) in wlan_ser_utf_cancel_start_bss_cmd() argument
202 cmd.req_type = req_type; in wlan_ser_utf_cancel_start_bss_cmd()
212 enum wlan_serialization_cancel_type req_type) in wlan_ser_utf_cancel_stop_bss_cmd() argument
219 cmd.req_type = req_type; in wlan_ser_utf_cancel_stop_bss_cmd()
233 enum wlan_serialization_cancel_type req_type; in wlan_ser_utf_add_vdev_stop_bss_cmd() local
243 req_type = WLAN_SER_CANCEL_NON_SCAN_CMD; in wlan_ser_utf_add_vdev_stop_bss_cmd()
[all …]
H A Dwlan_serialization_internal_i.h183 enum wlan_serialization_cancel_type req_type,
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A Dtwt.c
/wlan-driver/qcacld-3.0/os_if/mlme/sap/ll_sap/inc/
H A Dos_if_ll_sap.h54 enum qca_wlan_audio_transport_switch_type req_type);
67 enum qca_wlan_audio_transport_switch_type req_type,
81 enum qca_wlan_audio_transport_switch_type req_type) in osif_ll_lt_sap_request_for_audio_transport_switch() argument
89 enum qca_wlan_audio_transport_switch_type req_type, in osif_ll_lt_sap_deliver_audio_transport_switch_resp() argument
/wlan-driver/qcacld-3.0/components/target_if/sap/ll_sap/src/
H A Dtarget_if_ll_sap.c35 enum bearer_switch_req_type req_type, in target_if_send_audio_transport_switch_resp() argument
47 req_type, status); in target_if_send_audio_transport_switch_resp()
57 enum bearer_switch_req_type req_type; in target_if_send_audio_transport_switch_req_event_handler() local
91 &req_type); in target_if_send_audio_transport_switch_req_event_handler()
96 rx_ops->audio_transport_switch_req(psoc, req_type); in target_if_send_audio_transport_switch_req_event_handler()
/wlan-driver/qcacld-3.0/components/umac/mlme/sap/ll_sap/dispatcher/src/
H A Dwlan_ll_sap_ucfg_api.c44 enum bearer_switch_req_type req_type) in ucfg_ll_lt_sap_request_for_audio_transport_switch() argument
46 return ll_lt_sap_request_for_audio_transport_switch(vdev, req_type); in ucfg_ll_lt_sap_request_for_audio_transport_switch()
51 enum bearer_switch_req_type req_type, in ucfg_ll_lt_sap_deliver_audio_transport_switch_resp() argument
54 ll_lt_sap_deliver_audio_transport_switch_resp(vdev, req_type, in ucfg_ll_lt_sap_deliver_audio_transport_switch_resp()
H A Dwlan_ll_sap_api.c114 bs_request.req_type = WLAN_BS_REQ_TO_NON_WLAN; in wlan_ll_sap_switch_bearer_on_sta_connect_start()
149 bs_request.req_type = WLAN_BS_REQ_TO_WLAN; in wlan_ll_sap_switch_bearer_on_sta_connect_complete()
244 enum bearer_switch_req_type req_type) in wlan_ll_sap_fw_bearer_switch_req() argument
254 bs_request.req_type = req_type; in wlan_ll_sap_fw_bearer_switch_req()
258 if (req_type == WLAN_BS_REQ_TO_WLAN) in wlan_ll_sap_fw_bearer_switch_req()
/wlan-driver/qcacld-3.0/components/umac/mlme/sap/ll_sap/core/src/
H A Dwlan_ll_lt_sap_bearer_switch.c103 enum bearer_switch_req_type req_type, in ll_lt_sap_deliver_audio_transport_switch_resp_to_fw() argument
128 tx_ops->send_audio_transport_switch_resp(psoc, req_type, status); in ll_lt_sap_deliver_audio_transport_switch_resp_to_fw()
166 if (bs_req->req_type == WLAN_BS_REQ_TO_WLAN) in bs_req_timeout_cb()
385 bs_req->vdev_id, bs_req->req_type, i); in ll_lt_sap_cache_bs_request()
388 bs_ctx->requests[i].req_type = bs_req->req_type; in ll_lt_sap_cache_bs_request()
457 bs_ctx->requests[i].req_type == WLAN_BS_REQ_TO_WLAN) in ll_lt_sap_find_first_valid_bs_wlan_req()
479 bs_ctx->requests[i].req_type == WLAN_BS_REQ_TO_NON_WLAN) in ll_lt_sap_find_first_valid_bs_non_wlan_req()
496 enum bearer_switch_req_type req_type) in ll_lt_sap_send_bs_req_to_userspace() argument
503 req_type); in ll_lt_sap_send_bs_req_to_userspace()
540 ll_lt_sap_send_bs_req_to_userspace(bs_ctx->vdev, bs_req->req_type); in ll_lt_sap_handle_bs_to_wlan_in_non_wlan_state()
[all …]
H A Dwlan_ll_lt_sap_bearer_switch.h293 enum bearer_switch_req_type req_type);
306 enum bearer_switch_req_type req_type,
/wlan-driver/qcacld-3.0/components/umac/mlme/sap/ll_sap/dispatcher/inc/
H A Dwlan_ll_sap_ucfg_api.h61 enum bearer_switch_req_type req_type);
74 enum bearer_switch_req_type req_type,
127 enum bearer_switch_req_type req_type) in ucfg_ll_lt_sap_request_for_audio_transport_switch() argument
135 enum bearer_switch_req_type req_type, in ucfg_ll_lt_sap_deliver_audio_transport_switch_resp() argument
H A Dwlan_ll_sap_public_structs.h150 enum bearer_switch_req_type req_type; member
166 enum bearer_switch_req_type req_type,
179 enum bearer_switch_req_type req_type);
190 enum bearer_switch_req_type req_type);
/wlan-driver/qcacld-3.0/components/nan/dispatcher/src/
H A Dnan_ucfg_api.c509 void *in_req, uint32_t req_type) in ucfg_nan_req_processor() argument
527 switch (req_type) { in ucfg_nan_req_processor()
552 nan_err("in correct message req type: %d", req_type); in ucfg_nan_req_processor()
563 msg.type = req_type; in ucfg_nan_req_processor()
575 if (req_type == NDP_END_REQ) { in ucfg_nan_req_processor()
588 if (req_type == NDP_END_REQ) { in ucfg_nan_req_processor()
769 QDF_STATUS ucfg_nan_discovery_req(void *in_req, uint32_t req_type) in ucfg_nan_discovery_req() argument
789 switch (req_type) { in ucfg_nan_discovery_req()
877 nan_err("in correct message req type: %d", req_type); in ucfg_nan_discovery_req()
888 msg.type = req_type; in ucfg_nan_discovery_req()
[all …]
/wlan-driver/qcacld-3.0/components/wmi/inc/
H A Dwmi_unified_ll_sap_api.h33 enum bearer_switch_req_type req_type,
50 enum bearer_switch_req_type *req_type);
/wlan-driver/qca-wifi-host-cmn/umac/mlme/mlme_utils/
H A Dwlan_vdev_mlme_ser_if.c309 cmd.req_type = WLAN_SER_CANCEL_NON_SCAN_CMD; in wlan_vdev_mlme_ser_remove_request()
319 enum wlan_serialization_cancel_type req_type) in wlan_vdev_mlme_ser_cancel_request() argument
325 cmd.req_type = req_type; in wlan_vdev_mlme_ser_cancel_request()
H A Dwlan_vdev_mlme_ser_if.h114 enum wlan_serialization_cancel_type req_type);
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_fwol_api.c91 enum thermal_stats_request_type req_type, in wmi_unified_send_get_thermal_stats_cmd() argument
96 req_type, in wmi_unified_send_get_thermal_stats_cmd()
/wlan-driver/qcacld-3.0/components/p2p/dispatcher/src/
H A Dwlan_p2p_api.c128 req->cancel_req.req_type = WLAN_SCAN_CANCEL_VDEV_ALL; in wlan_p2p_abort_vdev_scan()
131 req->cancel_req.req_type, in wlan_p2p_abort_vdev_scan()
/wlan-driver/wpa_supplicant_8/src/wps/
H A Dwps.c
/wlan-driver/qcacld-3.0/components/nan/dispatcher/inc/
H A Dnan_ucfg_api.h232 void *in_req, uint32_t req_type);
285 QDF_STATUS ucfg_nan_discovery_req(void *in_req, uint32_t req_type);
/wlan-driver/qcacld-3.0/components/nan/core/src/
H A Dnan_main.c163 uint32_t req_type; in nan_req_activated() local
174 req_type = NDP_INITIATOR_REQ; in nan_req_activated()
181 req_type = NDP_RESPONDER_REQ; in nan_req_activated()
188 req_type = NDP_END_REQ; in nan_req_activated()
195 req_type = NDP_END_ALL; in nan_req_activated()
227 tx_ops->nan_datapath_req_tx(in_req, req_type); in nan_req_activated()
1068 cmd.req_type = WLAN_SER_CANCEL_NON_SCAN_CMD; in nan_datapath_event_handler()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_fwol_api.h119 enum thermal_stats_request_type req_type,

123