Home
last modified time | relevance | path

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

/system/connectivity/wificond/net/
Dnl80211_attribute.cpp71 uint8_t** attr_end) { in GetAttributeImpl() argument
82 if (attr_start != nullptr && attr_end != nullptr) { in GetAttributeImpl()
84 *attr_end = const_cast<uint8_t*>(ptr + NLA_ALIGN(header->nla_len)); in GetAttributeImpl()
Dnl80211_attribute.h51 uint8_t** attr_end);