Searched refs:is_dfs (Results 1 – 7 of 7) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/target_if/mlme/psoc/src/ |
D | target_if_psoc_wake_lock.c | 208 uint32_t is_dfs, prev_ch_is_dfs; in target_if_vdev_start_link_handler() local 223 is_dfs = wlan_reg_is_dfs_for_freq(pdev, ch_freq); in target_if_vdev_start_link_handler() 258 !(is_dfs || ch_state == CHANNEL_STATE_DFS)) in target_if_vdev_start_link_handler() 268 (is_dfs || ch_state == CHANNEL_STATE_DFS)) in target_if_vdev_start_link_handler() 270 } else if (is_dfs || ch_state == CHANNEL_STATE_DFS) in target_if_vdev_start_link_handler() 284 uint32_t is_dfs; in target_if_vdev_stop_link_handler() local 298 is_dfs = wlan_reg_is_dfs_for_freq(pdev, ch_freq); in target_if_vdev_stop_link_handler() 310 if (is_dfs || in target_if_vdev_stop_link_handler()
|
/wlan-driver/qcacld-3.0/core/sap/src/ |
D | sap_fsm.c | 731 bool is_dfs; in sap_dfs_set_current_channel() local 745 is_dfs = wlan_mlme_check_chan_param_has_dfs(pdev, in sap_dfs_set_current_channel() 750 sap_ctx->chan_freq, is_dfs, vht_seg0, vht_seg1, in sap_dfs_set_current_channel() 753 if (is_dfs) { in sap_dfs_set_current_channel() 3774 uint8_t is_dfs = false; in sap_fsm_state_starting() local 3832 is_dfs = in sap_fsm_state_starting() 3849 is_dfs = true; in sap_fsm_state_starting() 3857 is_dfs = true; in sap_fsm_state_starting() 3860 is_dfs = false; in sap_fsm_state_starting() 3863 sap_ctx->chan_freq, is_dfs); in sap_fsm_state_starting() [all …]
|
D | sap_module.c | 1615 bool is_dfs; in wlansap_set_channel_change_with_csa() local 1683 is_dfs = wlan_mlme_check_chan_param_has_dfs( in wlansap_set_channel_change_with_csa() 1690 if (!is_dfs || in wlansap_set_channel_change_with_csa() 1789 is_dfs); in wlansap_set_channel_change_with_csa()
|
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/ |
D | wlan_policy_mgr_action.c | 2983 bool is_dfs; in policy_mgr_valid_sap_conc_channel_check() local 3038 is_dfs = wlan_mlme_check_chan_param_has_dfs( in policy_mgr_valid_sap_conc_channel_check() 3042 if (WLAN_REG_IS_5GHZ_CH_FREQ(ch_freq) && is_dfs && in policy_mgr_valid_sap_conc_channel_check()
|
D | wlan_policy_mgr_get_set_utils.c | 5817 bool is_dfs; in policy_mgr_is_6g_channel_allowed() local 5840 is_dfs = (conn->ch_flagext & in policy_mgr_is_6g_channel_allowed() 5844 is_dfs && (ch_freq != conn->freq && in policy_mgr_is_6g_channel_allowed()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_hostapd.c | 381 bool is_dfs; in hdd_hostapd_channel_allow_suspend() local 397 is_dfs = wlan_mlme_check_chan_param_has_dfs(hdd_ctx->pdev, in hdd_hostapd_channel_allow_suspend() 400 if (!is_dfs) in hdd_hostapd_channel_allow_suspend() 431 bool is_dfs; in hdd_hostapd_channel_prevent_suspend() local 447 is_dfs = wlan_mlme_check_chan_param_has_dfs(hdd_ctx->pdev, in hdd_hostapd_channel_prevent_suspend() 450 if (!is_dfs) in hdd_hostapd_channel_prevent_suspend()
|
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/ |
D | wlan_mlme_api.c | 6273 bool is_dfs = false; in wlan_mlme_check_chan_param_has_dfs() local 6282 is_dfs = true; in wlan_mlme_check_chan_param_has_dfs() 6292 is_dfs = true; in wlan_mlme_check_chan_param_has_dfs() 6298 is_dfs = true; in wlan_mlme_check_chan_param_has_dfs() 6303 is_dfs = false; in wlan_mlme_check_chan_param_has_dfs() 6305 return is_dfs; in wlan_mlme_check_chan_param_has_dfs()
|