Home
last modified time | relevance | path

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

/system/connectivity/shill/net/
Dnl80211_attribute.cc140 const int kHeaderBytes = 2; in ParseInformationElements() local
141 while (end - sub_attribute > kHeaderBytes) { in ParseInformationElements()
144 const uint8_t* payload = &sub_attribute[kHeaderBytes]; in ParseInformationElements()
228 sub_attribute += kHeaderBytes + payload_bytes; in ParseInformationElements()