/wlan-driver/fw-api/fw/ |
H A D | wmi_tlv_defs.h | 114 #define WMITLV_TABLE(id,op,buf,len) WMITLV_TABLE_##id(id,op,buf,len) argument 2334 #define WMITLV_TABLE_WMI_INIT_CMDID(id,op,buf,len)\ argument 2335 …WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_init_cmd_fixed_param, wmi_init_cmd_fixed_param, fi… 2336 …WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_resource_config, wmi_resource_config, resource_con… 2337 …WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wlan_host_memory_chunk, host_mem_chunks, WMITLV… 2338 …WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_pdev_set_hw_mode_cmd_fixed_param, wmi_pdev_set_hw_… 2339 …WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_pdev_band_to_mac, band_to_mac, WMITLV_SIZE_… 2340 …WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_htt_msdu_idx_to_htt_msdu_qtype, htt_msdu_id… 2345 #define WMITLV_TABLE_WMI_PEER_CREATE_CMDID(id,op,buf,len) \ argument 2346 …WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_peer_create_cmd_fixed_param, wmi_peer_create_cmd_f… [all …]
|
/wlan-driver/qcacld-3.0/components/dsc/src/ |
H A D | __wlan_dsc.c | 32 struct dsc_op *op = opaque_op; in __dsc_dbg_op_timeout() local 34 qdf_print_thread_trace(op->thread); in __dsc_dbg_op_timeout() 36 op->func, DSC_OP_TIMEOUT_MS); in __dsc_dbg_op_timeout() 71 struct dsc_op *op; in __dsc_dbg_ops_insert() local 73 op = qdf_mem_malloc(sizeof(*op)); in __dsc_dbg_ops_insert() 74 if (!op) in __dsc_dbg_ops_insert() 77 op->thread = qdf_get_current_task(); in __dsc_dbg_ops_insert() 78 status = qdf_timer_init(NULL, &op->timeout_timer, __dsc_dbg_op_timeout, in __dsc_dbg_ops_insert() 79 op, QDF_TIMER_TYPE_SW); in __dsc_dbg_ops_insert() 83 op->func = func; in __dsc_dbg_ops_insert() [all …]
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/ |
H A D | op_classes.c |
|
H A D | rrm.c |
|
/wlan-driver/qca-wifi-host-cmn/utils/logging/inc/ |
H A D | wlan_roam_debug.h | 30 #define wlan_rec_conn_info(vdev_id, op, mac_addr, arg1, arg2) \ argument 31 wlan_rec_debug_log(REC_CONN, vdev_id, op, 0, mac_addr, 0, arg1,\ 152 void wlan_roam_debug_log(uint8_t vdev_id, uint8_t op, 168 void wlan_rec_debug_log(wlan_rec_type rec_type, uint8_t vdev_id, uint8_t op, 218 wlan_roam_debug_log(uint8_t vdev_id, uint8_t op, in wlan_roam_debug_log() argument 225 wlan_rec_type rec_type, uint8_t vdev_id, uint8_t op, in wlan_rec_debug_log() argument
|
/wlan-driver/qcacld-3.0/components/dsc/test/ |
H A D | wlan_dsc_test.c | 210 action_expect(driver, op, QDF_STATUS_E_AGAIN, errors); in dsc_test_driver_trans_blocks() 215 action_expect(psoc, op, QDF_STATUS_E_INVAL, errors); in dsc_test_driver_trans_blocks() 220 action_expect(vdev, op, QDF_STATUS_E_INVAL, errors); in dsc_test_driver_trans_blocks() 261 action_expect(driver, op, QDF_STATUS_E_AGAIN, errors); in dsc_test_psoc_trans_blocks() 265 action_expect(psoc, op, QDF_STATUS_E_AGAIN, errors); in dsc_test_psoc_trans_blocks() 270 action_expect(vdev, op, QDF_STATUS_E_BUSY, errors); in dsc_test_psoc_trans_blocks() 279 action_expect(vdev, op, QDF_STATUS_E_INVAL, errors); in dsc_test_psoc_trans_blocks() 289 action_expect(vdev, op, QDF_STATUS_E_INVAL, errors); in dsc_test_psoc_trans_blocks() 299 action_expect(driver, op, QDF_STATUS_E_AGAIN, errors); in dsc_test_psoc_trans_blocks() 303 action_expect(psoc, op, QDF_STATUS_E_AGAIN, errors); in dsc_test_psoc_trans_blocks() [all …]
|
/wlan-driver/qca-wifi-host-cmn/utils/logging/src/ |
H A D | wlan_roam_debug.c | 150 void wlan_roam_debug_log(uint8_t vdev_id, uint8_t op, in wlan_roam_debug_log() argument 154 wlan_rec_debug_log(REC_ROAM, vdev_id, op, peer_id, mac_addr, in wlan_roam_debug_log() 160 void wlan_rec_debug_log(wlan_rec_type rec_type, uint8_t vdev_id, uint8_t op, in wlan_rec_debug_log() argument 177 rec->operation = op; in wlan_rec_debug_log() 199 static char *wlan_roam_debug_string(uint32_t op) in wlan_roam_debug_string() argument 201 switch (op) { in wlan_roam_debug_string()
|
/wlan-driver/wpa_supplicant_8/src/crypto/ |
H A D | crypto_linux.c |
|
/wlan-driver/wpa_supplicant_8/src/drivers/ |
H A D | rfkill.c |
|
H A D | driver_atheros.c |
|
H A D | driver_bsd.c |
|
H A D | driver_roboswitch.c |
|
/wlan-driver/wpa_supplicant_8/src/p2p/ |
H A D | p2p_utils.c |
|
/wlan-driver/qca-wifi-host-cmn/cfg/inc/ |
H A D | cfg_ucfg_api.h | 232 #define __do_call(op, args...) op(args) argument 233 #define do_call(op, args) __do_call(op, rm_parens args) argument
|
/wlan-driver/qca-wifi-host-cmn/hif/src/ |
H A D | hif_irq_affinity.c | 485 enum qca_denylist_op op) in hif_exec_cpu_denylist() argument 493 NAPI_DEBUG("-->%s(%d %d)", __func__, flags, op); in hif_exec_cpu_denylist() 500 switch (op) { in hif_exec_cpu_denylist() 526 NAPI_DEBUG("Invalid denylist op: %d", op); in hif_exec_cpu_denylist()
|
H A D | hif_napi.h | 305 enum qca_denylist_op op); 333 enum qca_denylist_op op) in hif_napi_cpu_denylist() argument
|
H A D | hif_irq_affinity.h | 38 enum qca_denylist_op op);
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/obj_mgr/inc/ |
H A D | wlan_objmgr_pdev_obj.h | 792 uint32_t op) in wlan_pdev_mlme_op_set() argument 794 pdev->pdev_mlme.pdev_op_flags |= op; in wlan_pdev_mlme_op_set() 807 uint32_t op) in wlan_pdev_mlme_op_clear() argument 809 pdev->pdev_mlme.pdev_op_flags &= ~op; in wlan_pdev_mlme_op_clear() 822 uint32_t op) in wlan_pdev_mlme_op_get() argument 824 return (pdev->pdev_mlme.pdev_op_flags & op) ? 1 : 0; in wlan_pdev_mlme_op_get()
|
/wlan-driver/qca-wifi-host-cmn/os_if/linux/afc/src/ |
H A D | wlan_cfg80211_afc.c | 939 struct wlan_afc_resp_opclass_info *op; in fill_host_afc_response_buffer() local 993 tmp_len += sizeof(*op) + in fill_host_afc_response_buffer() 1001 op = (struct wlan_afc_resp_opclass_info *) in fill_host_afc_response_buffer() 1004 op->opclass = afc_rsp->op_obj[i].opclass; in fill_host_afc_response_buffer() 1005 op->num_channels = afc_rsp->op_obj[i].num_channel; in fill_host_afc_response_buffer() 1007 ((uint8_t *)op + sizeof(*op)); in fill_host_afc_response_buffer() 1015 op = (struct wlan_afc_resp_opclass_info *)chan_eirp; in fill_host_afc_response_buffer()
|
/wlan-driver/wpa_supplicant_8/src/common/ |
H A D | dhcp.h |
|
H A D | ieee802_11_common.c |
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers.c |
|
/wlan-driver/wpa_supplicant_8/src/ap/ |
H A D | fils_hlp.c |
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/core/src/ |
H A D | vdev_mlme_sm.h | 412 enum beacon_update_op op, in mlme_vdev_update_beacon() argument 418 ret = vdev_mlme->ops->mlme_vdev_update_beacon(vdev_mlme, op, in mlme_vdev_update_beacon()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_fips.c | 215 fips_request->op = user_request->operation; in __hdd_fips_test()
|