Home
last modified time | relevance | path

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

/system/connectivity/wificond/net/
Dnl80211_attribute.cpp110 int total_len_without_padding = in Merge() local
112 our_header->nla_len = total_len_without_padding; in Merge()
123 data_.resize(NLA_ALIGN(total_len_without_padding), 0); in Merge()