Searched refs:mAttributes (Results 1 – 4 of 4) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | cpp_bindings.h | 13 struct nlattr *mAttributes[NL80211_ATTR_MAX_INTERNAL + 1]; variable 19 memset(mAttributes, 0, sizeof(mAttributes)); in WifiEvent() 56 return mAttributes; in attributes() 60 return mAttributes[attribute]; in get_attribute() 64 return mAttributes[attribute] ? nla_get_u8(mAttributes[attribute]) : 0; in get_u8() 68 return mAttributes[attribute] ? nla_get_u16(mAttributes[attribute]) : 0; in get_u16() 72 return mAttributes[attribute] ? nla_get_u32(mAttributes[attribute]) : 0; in get_u32() 76 return mAttributes[attribute] ? nla_get_u64(mAttributes[attribute]) : 0; in get_u64() 80 return mAttributes[attribute] ? nla_len(mAttributes[attribute]) : 0; in get_len() 84 return mAttributes[attribute] ? nla_data(mAttributes[attribute]) : NULL; in get_data()
|
D | cpp_bindings.cpp | 515 if (mAttributes[i] != NULL) { in log() 533 int result = nla_parse(mAttributes, NL80211_ATTR_MAX_INTERNAL, genlmsg_attrdata(mHeader, 0), in parse()
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | cpp_bindings.h | 30 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()
|
D | cpp_bindings.cpp | 532 if (mAttributes[i] != NULL) { in log() 550 int result = nla_parse(mAttributes, NL80211_ATTR_MAX_INTERNAL, genlmsg_attrdata(mHeader, 0), in parse()
|