Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c69 uint16_t arraybound; member
15619 countOffset = ((0 != pIe->arraybound) * in unpack_core()
15621 if (0 != pIe->arraybound && countOffset >= pIe->arraybound) { in unpack_core()
17315 if (pIe->arraybound) in unpack_core()
19673 countOffset = ((0 == pIe->arraybound) ? 1 : (*(uint16_t *)(pFrm + pIe->countOffset))); in get_packed_size_core()
33221 countOffset = ((0 == pIe->arraybound) ? 1 : *(uint16_t *)(pSrc + pIe->countOffset)); in pack_core()