Home
last modified time | relevance | path

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

/system/connectivity/wificond/net/
Dnl80211_attribute.cpp161 size_t str_length = header->nla_len - NLA_HDRLEN; in GetValue() local
163 while (str_length > 0 && in GetValue()
164 *(data_.data() + NLA_HDRLEN + str_length - 1) == 0) { in GetValue()
165 str_length--; in GetValue()
168 str_length); in GetValue()