Searched refs:dfs_info (Results 1 – 8 of 8) sorted by relevance
66 struct rtw_dfs_t *dfs_info = &phl_com->dfs_info; in phl_radar_detect_hdl() local76 if (overlap_radar_range && !dfs_info->dfs_enabled) { in phl_radar_detect_hdl()80 dfs_info->dfs_enabled = true; in phl_radar_detect_hdl()90 } else if (!overlap_radar_range && dfs_info->dfs_enabled) { in phl_radar_detect_hdl()94 dfs_info->dfs_enabled = false; in phl_radar_detect_hdl()
858 phl_com->dfs_info.region_domain = DFS_REGD_ETSI; in rtw_phl_final_cap_decision()
2657 struct rtw_dfs_t dfs_info; member
876 phl_com->dfs_info.region_domain = DFS_REGD_ETSI; in rtw_phl_final_cap_decision()
2681 struct rtw_dfs_t dfs_info; member
47 bb_dfs->dfs_rgn_domain = bb->phl_com->dfs_info.region_domain; in halbb_dfs_init()