Lines Matching refs:nlattr
236 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_FEATURE_SET_MAX + 1]; in handleResponse()
238 (struct nlattr *)mVendorData, in handleResponse()
253 struct nlattr *attr; in handleResponse()
254 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_MAX + 1]; in handleResponse()
256 (struct nlattr *)mVendorData, mDataLen, NULL); in handleResponse()
270 struct nlattr *tb_vendor[ in handleResponse()
274 (struct nlattr *)mVendorData,mDataLen, NULL); in handleResponse()
315 struct nlattr *tb_vendor[ in handleResponse()
318 (struct nlattr *)mVendorData, in handleResponse()
382 struct nlattr *tb_vendor[ in handleResponse()
385 (struct nlattr *)mVendorData, mDataLen, NULL); in handleResponse()
400 struct nlattr *tbVendor[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_MAX + 1]; in handleResponse()
402 (struct nlattr *)mVendorData,mDataLen, NULL); in handleResponse()
446 wifi_error WifihalGeneric::wifiParseCapabilities(struct nlattr **tbVendor) in wifiParseCapabilities()
618 struct nlattr *nlData; in wifiGetCapabilities()