Searched refs:tb (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | cpp_bindings.cpp | 759 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 …]
|
D | ifaceeventhandler.h | 56 struct nlattr *tb[NL80211_ATTR_MAX + 1]; variable
|
D | ifaceeventhandler.cpp | 114 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()
|
D | wifi_hal.cpp | 1692 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/ |
D | cld80211_lib.c | 199 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/ |
D | wifi_hal.cpp | 622 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/ |
D | gps_extended_c.h | 1739 uint8_t tb; member
|