Home
last modified time | relevance | path

Searched refs:radar (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_sysfs_radar.c38 struct radar_found_info radar; in __hdd_sysfs_radar_store() local
82 qdf_mem_zero(&radar, sizeof(radar)); in __hdd_sysfs_radar_store()
85 tgt_dfs_process_radar_ind(pdev, &radar); in __hdd_sysfs_radar_store()
113 static DEVICE_ATTR(radar, 0220,
H A Dwlan_hdd_hostapd_wext.c885 struct radar_found_info radar; in __iw_softap_setparam() local
896 qdf_mem_zero(&radar, sizeof(radar)); in __iw_softap_setparam()
904 tgt_dfs_process_radar_ind(pdev, &radar); in __iw_softap_setparam()
/wlan-driver/wpa_supplicant_8/src/ap/
H A Ddrv_callbacks.c
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A Dap.c
H A Dap.h
H A Devents.c
/wlan-driver/qca-wifi-host-cmn/target_if/dfs/src/
H A Dtarget_if_dfs_full_offload.c236 struct radar_found_info radar; in target_if_dfs_radar_detection_event_handler() local
266 if (wmi_extract_dfs_radar_detection_event(wmi_handle, data, &radar, in target_if_dfs_radar_detection_event_handler()
273 pdev = target_if_dfs_get_pdev(psoc, radar.pdev_id, WLAN_DFS_ID); in target_if_dfs_radar_detection_event_handler()
275 target_if_err("pdev id %d null pdev", radar.pdev_id); in target_if_dfs_radar_detection_event_handler()
280 &radar) != QDF_STATUS_SUCCESS) { in target_if_dfs_radar_detection_event_handler()
282 radar.pdev_id); in target_if_dfs_radar_detection_event_handler()
/wlan-driver/wpa_supplicant_8/hostapd/
H A DChangeLog