Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/umac/mlme/mlo_mgr/inc/
Dwlan_mlo_link_force.h200 uint8_t vdev_ids[WLAN_MLO_MAX_VDEVS]);
/wlan-driver/qcacld-3.0/components/umac/mlme/mlo_mgr/src/
Dwlan_mlo_link_force.c40 uint8_t vdev_ids[WLAN_MLO_MAX_VDEVS]) in ml_nlink_convert_linkid_bitmap_to_vdev_bitmap() argument
55 sizeof(vdev_ids[0]) * WLAN_MLO_MAX_VDEVS); in ml_nlink_convert_linkid_bitmap_to_vdev_bitmap()
96 if (num_vdev >= WLAN_MLO_MAX_VDEVS) in ml_nlink_convert_linkid_bitmap_to_vdev_bitmap()
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
Dlim_session.h257 struct wlan_mlo_sta_profile sta_profile[WLAN_MLO_MAX_VDEVS];
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/cmn_defs/inc/
Dwlan_cmn_ieee80211.h2139 #define WLAN_MLO_MAX_VDEVS 2 macro
2205 struct wlan_sta_profile sta_profile[WLAN_MLO_MAX_VDEVS];
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_mlo.c1185 while (copied < ml_ie_len && sta_index < WLAN_MLO_MAX_VDEVS && in lim_store_mlo_ie_raw_info()
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
Dwlan_policy_mgr_get_set_utils.c4565 uint8_t vdev_ids[WLAN_MLO_MAX_VDEVS] = {0}; in policy_mgr_handle_vdev_active_inactive_resp()