Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
Dwlan_policy_mgr_action.c2902 uint32_t sta_ch_freq) in policy_mgr_valid_sta_channel_check() argument
2915 if (wlan_reg_is_dfs_for_freq(pm_ctx->pdev, sta_ch_freq) && in policy_mgr_valid_sta_channel_check()
2918 sta_ch_freq); in policy_mgr_valid_sta_channel_check()
2924 if (wlan_reg_is_freq_indoor(pm_ctx->pdev, sta_ch_freq) && in policy_mgr_valid_sta_channel_check()
2927 sta_ch_freq); in policy_mgr_valid_sta_channel_check()
2931 if ((wlan_reg_is_dfs_for_freq(pm_ctx->pdev, sta_ch_freq) && in policy_mgr_valid_sta_channel_check()
2934 pm_ctx->pdev, sta_ch_freq, REG_CURRENT_PWR_MODE) || in policy_mgr_valid_sta_channel_check()
2935 (wlan_reg_is_freq_indoor(pm_ctx->pdev, sta_ch_freq) && in policy_mgr_valid_sta_channel_check()
2938 !policy_mgr_is_safe_channel(psoc, sta_ch_freq))) { in policy_mgr_valid_sta_channel_check()