Home
last modified time | relevance | path

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

/device/linaro/poplar/wifi/wifi_hal/
Dcpp_bindings.h30 struct nlattr *mAttributes[NL80211_ATTR_MAX_INTERNAL + 1]; variable
36 memset(mAttributes, 0, sizeof(mAttributes)); in WifiEvent()
73 return mAttributes; in attributes()
77 return mAttributes[attribute]; in get_attribute()
81 return mAttributes[attribute] ? nla_get_u8(mAttributes[attribute]) : 0; in get_u8()
85 return mAttributes[attribute] ? nla_get_u16(mAttributes[attribute]) : 0; in get_u16()
89 return mAttributes[attribute] ? nla_get_u32(mAttributes[attribute]) : 0; in get_u32()
93 return mAttributes[attribute] ? nla_get_u64(mAttributes[attribute]) : 0; in get_u64()
97 return mAttributes[attribute] ? nla_len(mAttributes[attribute]) : 0; in get_len()
101 return mAttributes[attribute] ? nla_data(mAttributes[attribute]) : NULL; in get_data()
Dcpp_bindings.cpp532 if (mAttributes[i] != NULL) { in log()
550 int result = nla_parse(mAttributes, NL80211_ATTR_MAX_INTERNAL, genlmsg_attrdata(mHeader, 0), in parse()