Lines Matching refs:reply
618 virtual int handleResponse(WifiEvent& reply) { in handleResponse() argument
622 struct nlattr **tb = reply.attributes(); in handleResponse()
623 struct genlmsghdr *gnlh = reply.header(); in handleResponse()
710 virtual int handleResponse(WifiEvent& reply) { in handleResponse() argument
850 virtual int handleResponse(WifiEvent& reply) { in handleResponse() argument
982 int handleResponse(WifiEvent& reply) { in handleResponse() argument
985 if (reply.get_cmd() != NL80211_CMD_VENDOR) { in handleResponse()
986 ALOGD("Ignoring reply with cmd = %d", reply.get_cmd()); in handleResponse()
990 int id = reply.get_vendor_id(); in handleResponse()
991 int subcmd = reply.get_vendor_subcmd(); in handleResponse()
993 nlattr *vendor_data = reply.get_attribute(NL80211_ATTR_VENDOR_DATA); in handleResponse()
994 int len = reply.get_vendor_data_len(); in handleResponse()
1098 virtual int handleResponse(WifiEvent& reply) { in handleResponse() argument
1102 if (reply.get_cmd() != NL80211_CMD_VENDOR) { in handleResponse()
1103 ALOGD("Ignoring reply with cmd = %d", reply.get_cmd()); in handleResponse()
1107 int id = reply.get_vendor_id(); in handleResponse()
1108 int subcmd = reply.get_vendor_subcmd(); in handleResponse()
1110 nlattr *vendor_data = reply.get_attribute(NL80211_ATTR_VENDOR_DATA); in handleResponse()
1111 int len = reply.get_vendor_data_len(); in handleResponse()
1119 void *data = reply.get_vendor_data(); in handleResponse()