Searched refs:mAttributes (Results 1 – 2 of 2) sorted by relevance
30 struct nlattr *mAttributes[NL80211_ATTR_MAX_INTERNAL + 1]; variable36 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()
532 if (mAttributes[i] != NULL) { in log()550 int result = nla_parse(mAttributes, NL80211_ATTR_MAX_INTERNAL, genlmsg_attrdata(mHeader, 0), in parse()