Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c117 int idx, ieLen, bytesLeft; in find_ie_location() local
141 bytesLeft = pRsnIe->length; in find_ie_location()
149 bytesLeft <= (uint16_t)(ieLen)) in find_ie_location()
152 bytesLeft -= ieLen; in find_ie_location()