Home
last modified time | relevance | path

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

/system/connectivity/wificond/net/
Dnl80211_attribute.cpp123 size_t str_length = header->nla_len - NLA_HDRLEN; in GetValue() local
125 while (str_length > 0 && in GetValue()
126 *(data_.data() + NLA_HDRLEN + str_length - 1) == 0) { in GetValue()
127 str_length--; in GetValue()
130 str_length); in GetValue()