Home
last modified time | relevance | path

Searched refs:NL80211_ATTR_MAX_INTERNAL (Results 1 – 4 of 4) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcpp_bindings.h26 static const unsigned NL80211_ATTR_MAX_INTERNAL = 256; variable
30 struct nlattr *mAttributes[NL80211_ATTR_MAX_INTERNAL + 1];
Dcpp_bindings.cpp531 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()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dcpp_bindings.h26 static const unsigned NL80211_ATTR_MAX_INTERNAL = 256; variable
30 struct nlattr *mAttributes[NL80211_ATTR_MAX_INTERNAL + 1];
Dcpp_bindings.cpp540 int result = nla_parse(mAttributes, NL80211_ATTR_MAX_INTERNAL, genlmsg_attrdata(mHeader, 0), in parse()