Home | History | Annotate | Download | only in wifi_hal

Lines Matching refs:mAttributes

30     struct nlattr *mAttributes[NL80211_ATTR_MAX_INTERNAL + 1];
36 memset(mAttributes, 0, sizeof(mAttributes));
73 return mAttributes;
77 return mAttributes[attribute];
81 return mAttributes[attribute] ? nla_get_u8(mAttributes[attribute]) : 0;
85 return mAttributes[attribute] ? nla_get_u16(mAttributes[attribute]) : 0;
89 return mAttributes[attribute] ? nla_get_u32(mAttributes[attribute]) : 0;
93 return mAttributes[attribute] ? nla_get_u64(mAttributes[attribute]) : 0;
97 return mAttributes[attribute] ? nla_len(mAttributes[attribute]) : 0;
101 return mAttributes[attribute] ? nla_data(mAttributes[attribute]) : NULL;