Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_mlo.c1034 struct wlan_mlo_sta_profile *sta_prof; in lim_fill_complete_mlo_ie() local
1060 sta_prof = &mlo_ie->sta_profile[i]; in lim_fill_complete_mlo_ie()
1061 qdf_mem_copy(pbuf, sta_prof->data, sta_prof->num_data); in lim_fill_complete_mlo_ie()
1062 pbuf += sta_prof->num_data; in lim_fill_complete_mlo_ie()
1096 struct wlan_mlo_sta_profile *sta_prof; in lim_caculate_mlo_ie_length() local
1102 sta_prof = &mlo_ie->sta_profile[i]; in lim_caculate_mlo_ie_length()
1103 total_len += sta_prof->num_data; in lim_caculate_mlo_ie_length()
1132 struct wlan_mlo_sta_profile *sta_prof; in lim_store_mlo_ie_raw_info() local
1187 sta_prof = &mlo_ie->sta_profile[sta_index]; in lim_store_mlo_ie_raw_info()
1188 sta_data = sta_prof->data; in lim_store_mlo_ie_raw_info()
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c5306 uint8_t *ml_ie, *sta_prof;
5331 sta_prof = ml_ie + sizeof(struct wlan_ie_multilink) +
5334 lim_store_mlo_ie_raw_info(ml_ie, sta_prof,
11349 uint8_t *sta_prof;
11362 sta_prof = ml_ie + sizeof(struct wlan_ie_multilink) +
11364 lim_store_mlo_ie_raw_info(ml_ie, sta_prof,
12370 struct wlan_mlo_sta_profile *sta_prof;
12566 sta_prof = &mlo_ie->sta_profile[num_sta_prof];
12568 p_sta_prof = sta_prof->data;
12569 len_remaining = sizeof(sta_prof->data);
[all …]