Home
last modified time | relevance | path

Searched refs:motion_det (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_sysfs_motion_detection.c315 struct sme_motion_det_en motion_det; in __hdd_sysfs_mt_start_store() local
368 motion_det.vdev_id = adapter->deflink->vdev_id; in __hdd_sysfs_mt_start_store()
369 motion_det.enable = value; in __hdd_sysfs_mt_start_store()
380 sme_motion_det_enable(hdd_ctx->mac_handle, &motion_det); in __hdd_sysfs_mt_start_store()
H A Dwlan_hdd_wext.c4666 struct sme_motion_det_en motion_det; in hdd_we_motion_det_start_stop() local
4684 motion_det.vdev_id = link_info->vdev_id; in hdd_we_motion_det_start_stop()
4685 motion_det.enable = value; in hdd_we_motion_det_start_stop()
4696 sme_motion_det_enable(hdd_ctx->mac_handle, &motion_det); in hdd_we_motion_det_start_stop()
H A Dwlan_hdd_main.c17727 struct sme_motion_det_en motion_det; in hdd_md_host_evt_cb() local
17753 motion_det.vdev_id = event->vdev_id; in hdd_md_host_evt_cb()
17754 motion_det.enable = 1; in hdd_md_host_evt_cb()
17756 sme_motion_det_enable(hdd_ctx->mac_handle, &motion_det); in hdd_md_host_evt_cb()