Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/ !
H A Dwlan_mlo_mgr_sta.c1940 uint8_t num_mlo, uint8_t *mlo_idx, in mlo_is_sta_inactivity_allowed_with_quiet() argument
1950 if (vdev_id_list[mlo_idx[i]] == affected_list[j]) in mlo_is_sta_inactivity_allowed_with_quiet()
1957 psoc, vdev_id_list[mlo_idx[i]], in mlo_is_sta_inactivity_allowed_with_quiet()
1961 vdev_id_list[mlo_idx[i]]); in mlo_is_sta_inactivity_allowed_with_quiet()
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/ !
H A Dwlan_policy_mgr_get_set_utils.c6857 uint8_t i, mlo_idx = 0; in policy_mgr_is_mlo_in_mode_sbs() local
6880 mlo_vdev_lst[mlo_idx] = vdev_id_list[i]; in policy_mgr_is_mlo_in_mode_sbs()
6881 mlo_freq_list[mlo_idx] = in policy_mgr_is_mlo_in_mode_sbs()
6883 if (wlan_reg_is_24ghz_ch_freq(mlo_freq_list[mlo_idx])) in policy_mgr_is_mlo_in_mode_sbs()
6885 mlo_idx++; in policy_mgr_is_mlo_in_mode_sbs()
6891 *num_mlo = mlo_idx; in policy_mgr_is_mlo_in_mode_sbs()
6892 if (mlo_idx < 2) in policy_mgr_is_mlo_in_mode_sbs()
6911 uint8_t i, mlo_idx = 0; in policy_mgr_is_mlo_in_mode_dbs() local
6936 mlo_vdev_lst[mlo_idx] = vdev_id_list[i]; in policy_mgr_is_mlo_in_mode_dbs()
6943 mlo_idx++; in policy_mgr_is_mlo_in_mode_dbs()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/ !
H A Dwlan_mlo_mgr_sta.h766 uint8_t num_mlo, uint8_t *mlo_idx,