Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dutils_mlo.c1286 QDF_STATUS util_eval_ie_in_noninheritlist(uint8_t *ie, qdf_size_t total_ie_len, in util_eval_ie_in_noninheritlist() argument
1338 if (total_ie_len < (ID_POS + 1)) { in util_eval_ie_in_noninheritlist()
1340 total_ie_len, ID_POS + 1); in util_eval_ie_in_noninheritlist()
1345 (total_ie_len < (IDEXT_POS + 1))) { in util_eval_ie_in_noninheritlist()
1347 total_ie_len, IDEXT_POS + 1); in util_eval_ie_in_noninheritlist()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_utils.c12240 uint16_t total_ie_len = 0; in lim_get_tpe_ie_length() local
12245 return total_ie_len; in lim_get_tpe_ie_length()
12248 total_ie_len += 2; in lim_get_tpe_ie_length()
12250 total_ie_len += 1; in lim_get_tpe_ie_length()
12251 total_ie_len += tpe_ie[idx].num_tx_power; in lim_get_tpe_ie_length()
12260 total_ie_len += 1; in lim_get_tpe_ie_length()
12264 total_ie_len += 1; in lim_get_tpe_ie_length()
12266 total_ie_len += MAX_TX_PSD_POWER; in lim_get_tpe_ie_length()
12270 return total_ie_len; in lim_get_tpe_ie_length()