Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c26816 uint32_t n, idx = 0, idxlast; in dot11f_pack_ie_MBO_IE() local
26843 idxlast = idx; in dot11f_pack_ie_MBO_IE()
26852 } while (DOT11F_BUFFER_OVERFLOW == status && idxlast != idx); in dot11f_pack_ie_MBO_IE()
27570 uint32_t n, idx = 0, idxlast; in dot11f_pack_ie_p2_p_assoc_req() local
27597 idxlast = idx; in dot11f_pack_ie_p2_p_assoc_req()
27606 } while (DOT11F_BUFFER_OVERFLOW == status && idxlast != idx); in dot11f_pack_ie_p2_p_assoc_req()
27618 uint32_t n, idx = 0, idxlast; in dot11f_pack_ie_p2_p_assoc_res() local
27645 idxlast = idx; in dot11f_pack_ie_p2_p_assoc_res()
27654 } while (DOT11F_BUFFER_OVERFLOW == status && idxlast != idx); in dot11f_pack_ie_p2_p_assoc_res()
27666 uint32_t n, idx = 0, idxlast; in dot11f_pack_ie_p2_p_beacon() local
[all …]