Home
last modified time | relevance | path

Searched refs:tb (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dcpp_bindings.cpp759 struct nlattr **tb = reply.attributes(); in handleResponse() local
763 if (tb[NL80211_ATTR_VENDOR_DATA]) { in handleResponse()
764 mVendorData = (char *)nla_data(tb[NL80211_ATTR_VENDOR_DATA]); in handleResponse()
765 mDataLen = nla_len(tb[NL80211_ATTR_VENDOR_DATA]); in handleResponse()
775 struct nlattr **tb = event.attributes(); in handleEvent() local
780 if (!tb[NL80211_ATTR_VENDOR_ID] || in handleEvent()
781 !tb[NL80211_ATTR_VENDOR_SUBCMD]) in handleEvent()
784 mVendor_id = nla_get_u32(tb[NL80211_ATTR_VENDOR_ID]); in handleEvent()
785 mSubcmd = nla_get_u32(tb[NL80211_ATTR_VENDOR_SUBCMD]); in handleEvent()
790 if (tb[NL80211_ATTR_VENDOR_DATA]) { in handleEvent()
[all …]
Difaceeventhandler.h56 struct nlattr *tb[NL80211_ATTR_MAX + 1]; variable
Difaceeventhandler.cpp114 if(tb[NL80211_ATTR_REG_ALPHA2]) in handleEvent()
116 memcpy(&code[0], (char *) nla_data(tb[NL80211_ATTR_REG_ALPHA2]), 2); in handleEvent()
184 nla_parse(tb, NL80211_ATTR_MAX, genlmsg_attrdata(gnlh, 0), in handleEvent()
Dwifi_hal.cpp1692 struct nlattr **tb = reply.attributes(); in handleResponse() local
1696 if (!tb[CTRL_ATTR_MCAST_GROUPS]) { in handleResponse()
1704 for_each_attr(mcgrp, tb[CTRL_ATTR_MCAST_GROUPS], i) { in handleResponse()
/hardware/qcom/wlan/cld80211-lib/
Dcld80211_lib.c199 struct nlattr *tb[CTRL_ATTR_MAX + 1]; in family_handler() local
204 nla_parse(tb, CTRL_ATTR_MAX, genlmsg_attrdata(gnlh, 0), in family_handler()
206 if (!tb[CTRL_ATTR_MCAST_GROUPS]) in family_handler()
209 nla_for_each_nested(mcgrp, tb[CTRL_ATTR_MCAST_GROUPS], i) { in family_handler()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_hal.cpp622 struct nlattr **tb = reply.attributes(); in handleResponse() local
627 if (!tb[CTRL_ATTR_MCAST_GROUPS]) { in handleResponse()
634 for_each_attr(mcgrp, tb[CTRL_ATTR_MCAST_GROUPS], i) { in handleResponse()
/hardware/qcom/sm8150/gps/utils/
Dgps_extended_c.h1739 uint8_t tb; member