Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c9829 uint8_t *p_ml_ie, *sta_data;
9887 sta_data = sta_pro->data;
9890 *sta_data++ = WLAN_ML_LINFO_SUBELEMID_PERSTAPROFILE;
9893 *sta_data++ = 0;
9896 QDF_SET_BITS(*(uint16_t *)sta_data,
9901 QDF_SET_BITS(*(uint16_t *)sta_data,
9905 sta_data += WLAN_ML_BV_LINFO_PERSTAPROF_STACTRL_SIZE;
9908 sta_pro->num_data = sta_data - sta_pro->data;
9930 uint8_t *sta_data;
10050 sta_data = sta_pro->data;
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_mlo.c1133 uint8_t *sta_data; in lim_store_mlo_ie_raw_info() local
1188 sta_data = sta_prof->data; in lim_store_mlo_ie_raw_info()
1191 sta_data[index++] = buf[copied++]; in lim_store_mlo_ie_raw_info()
1192 sta_data[index++] = buf[copied++]; in lim_store_mlo_ie_raw_info()
1202 sta_data[index++] = buf[copied++]; in lim_store_mlo_ie_raw_info()