Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/inc/ !
H A Dwlan_policy_mgr_public_struct.h1536 uint16_t ch_flagext; member
1672 uint16_t ch_flagext; member
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/ !
H A Dwlan_policy_mgr_core.c490 uint16_t ch_flagext) in policy_mgr_update_conc_list() argument
517 pm_conc_connection_list[conn_index].ch_flagext = ch_flagext; in policy_mgr_update_conc_list()
4148 ((pm_conc_connection_list[0].ch_flagext & in policy_mgr_allow_new_home_channel()
4150 (pm_conc_connection_list[1].ch_flagext & in policy_mgr_allow_new_home_channel()
4166 (pm_conc_connection_list[0].ch_flagext & in policy_mgr_allow_new_home_channel()
4203 if ((pm_conc_connection_list[list[index]].ch_flagext & in policy_mgr_is_5g_channel_allowed()
H A Dwlan_policy_mgr_i.h722 uint16_t ch_flagext);
H A Dwlan_policy_mgr_get_set_utils.c3680 if (pm_conc_connection_list[list[index]].ch_flagext & in policy_mgr_is_sap_p2pgo_on_dfs()
3692 if (pm_conc_connection_list[list[index]].ch_flagext & in policy_mgr_is_sap_p2pgo_on_dfs()
5360 conn_table_entry.ch_flagext); in policy_mgr_incr_connection_count()
5416 pm_conc_connection_list[conn_index].ch_flagext = in policy_mgr_decr_connection_count()
5417 pm_conc_connection_list[next_conn_index].ch_flagext; in policy_mgr_decr_connection_count()
5840 is_dfs = (conn->ch_flagext & in policy_mgr_is_6g_channel_allowed()
10538 (conn_info->ch_flagext & (IEEE80211_CHAN_DFS | in policy_mgr_get_dfs_beaconing_session_id()
10764 pm_conc_connection_list[i].ch_flagext); in policy_mgr_dump_connection_status_info()
12112 (connection[i].ch_flagext & (IEEE80211_CHAN_DFS | in policy_mgr_is_restart_sap_required()
H A Dwlan_policy_mgr_action.c531 nss, vdev_id, true, true, conn_table_entry.ch_flagext); in policy_mgr_update_connection_info()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/utils/src/ !
H A Dwlan_utility.c2060 vdev_chan.ch_flags, vdev_chan.ch_flagext, in wlan_pdev_chan_match()
2069 iter_vdev_chan->ch_flagext, in wlan_pdev_chan_match()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/obj_mgr/inc/ !
H A Dwlan_objmgr_vdev_obj.h324 uint16_t ch_flagext; member
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/core/src/ !
H A Dvdev_mgr_ops.c495 des_chan->ch_flagext, in vdev_mgr_start_param_update()
/wlan-driver/qcacld-3.0/core/wma/inc/ !
H A Dwma.h751 uint16_t ch_flagext; member
/wlan-driver/qca-wifi-host-cmn/umac/dfs/dispatcher/src/ !
H A Dwlan_dfs_utils_api.c234 chan->dfs_ch_flagext = wlan_chan->ch_flagext; in dfs_fill_chan_info()
/wlan-driver/qcacld-3.0/core/wma/src/ !
H A Dwma_utils.c3756 conn_table_entry->ch_flagext = wma_conn_table_entry->ch_flagext; in wma_get_connection_info()
H A Dwma_dev_if.c3418 intr[vdev_id].ch_flagext = des_chan->ch_flagext; in wma_vdev_pre_start()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ !
H A Dlim_utils.c10977 des_chan->ch_flagext = 0; in lim_set_ch_phy_mode()
10979 des_chan->ch_flagext |= IEEE80211_CHAN_DFS; in lim_set_ch_phy_mode()
10995 des_chan->ch_flagext |= IEEE80211_CHAN_DFS_CFREQ2; in lim_set_ch_phy_mode()
/wlan-driver/qcacld-3.0/core/sap/src/ !
H A Dsap_fsm.c543 if (chan->ch_flagext & (IEEE80211_CHAN_DFS | in sap_operating_on_dfs()