Searched refs:NL80211_ATTR_MAX_INTERNAL (Results 1 – 4 of 4) sorted by relevance
9 static const unsigned NL80211_ATTR_MAX_INTERNAL = 256; variable13 struct nlattr *mAttributes[NL80211_ATTR_MAX_INTERNAL + 1];
514 for (unsigned i = 0; i < NL80211_ATTR_MAX_INTERNAL; i++) { in log()533 int result = nla_parse(mAttributes, NL80211_ATTR_MAX_INTERNAL, genlmsg_attrdata(mHeader, 0), in parse()
26 static const unsigned NL80211_ATTR_MAX_INTERNAL = 256; variable30 struct nlattr *mAttributes[NL80211_ATTR_MAX_INTERNAL + 1];
531 for (unsigned i = 0; i < NL80211_ATTR_MAX_INTERNAL; i++) { in log()550 int result = nla_parse(mAttributes, NL80211_ATTR_MAX_INTERNAL, genlmsg_attrdata(mHeader, 0), in parse()