Lines Matching refs:tb_vendor
835 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_WIFI_INFO_GET_MAX + 1]; in handleResponse() local
837 nla_parse(tb_vendor, QCA_WLAN_VENDOR_ATTR_WIFI_INFO_GET_MAX, in handleResponse()
840 if (tb_vendor[QCA_WLAN_VENDOR_ATTR_WIFI_INFO_DRIVER_VERSION]) { in handleResponse()
841 len = nla_len(tb_vendor[ in handleResponse()
846 tb_vendor[QCA_WLAN_VENDOR_ATTR_WIFI_INFO_FIRMWARE_VERSION]) { in handleResponse()
848 tb_vendor[ in handleResponse()
859 memcpy(mVersion, nla_data(tb_vendor[version]), len); in handleResponse()
868 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_FEATURE_SET_MAX + 1]; in handleResponse() local
870 nla_parse(tb_vendor, QCA_WLAN_VENDOR_ATTR_FEATURE_SET_MAX, in handleResponse()
873 if (tb_vendor[QCA_WLAN_VENDOR_ATTR_FEATURE_SET]) { in handleResponse()
875 nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_FEATURE_SET]); in handleResponse()