Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dutils_mlo.c775 uint8_t *nextie; in util_get_successorfrag() local
791 nextie = currie + currie[TAG_LEN_POS] + MIN_IE_LEN; in util_get_successorfrag()
795 if ((nextie + MIN_IE_LEN + nextie[TAG_LEN_POS]) > (frame + len)) in util_get_successorfrag()
798 if (nextie[ID_POS] != WLAN_ELEMID_FRAGMENT) in util_get_successorfrag()
801 return nextie; in util_get_successorfrag()