• Home
  • Raw
  • Download

Lines Matching refs:reply

312     virtual int handleResponse(WifiEvent& reply) {  in handleResponse()  argument
315 if (reply.get_cmd() != NL80211_CMD_VENDOR) { in handleResponse()
316 ALOGD("Ignoring reply with cmd = %d", reply.get_cmd()); in handleResponse()
324 void *data = reply.get_vendor_data(); in handleResponse()
325 int len = reply.get_vendor_data_len(); in handleResponse()
341 nlattr *vendor_data = reply.get_attribute(NL80211_ATTR_VENDOR_DATA); in handleResponse()
342 int len = reply.get_vendor_data_len(); in handleResponse()
381 void *data = reply.get_vendor_data(); in handleResponse()
382 int len = reply.get_vendor_data_len(); in handleResponse()
646 virtual int handleResponse(WifiEvent& reply) { in handleResponse() argument
649 if (reply.get_cmd() != NL80211_CMD_VENDOR) { in handleResponse()
650 ALOGD("Ignoring reply with cmd = %d", reply.get_cmd()); in handleResponse()
654 nlattr *vendor_data = reply.get_attribute(NL80211_ATTR_VENDOR_DATA); in handleResponse()
655 int len = reply.get_vendor_data_len(); in handleResponse()
828 virtual int handleResponse(WifiEvent& reply) { in handleResponse() argument
831 if (reply.get_cmd() != NL80211_CMD_VENDOR) { in handleResponse()
832 ALOGD("Ignoring reply with cmd = %d", reply.get_cmd()); in handleResponse()
836 nlattr *vendor_data = reply.get_attribute(NL80211_ATTR_VENDOR_DATA); in handleResponse()
837 int len = reply.get_vendor_data_len(); in handleResponse()
1027 int handleResponse(WifiEvent& reply) { in handleResponse() argument
1030 if (reply.get_cmd() != NL80211_CMD_VENDOR) { in handleResponse()
1031 ALOGI("Ignoring reply with cmd = %d", reply.get_cmd()); in handleResponse()
1035 int id = reply.get_vendor_id(); in handleResponse()
1036 int subcmd = reply.get_vendor_subcmd(); in handleResponse()
1037 nlattr *vendor_data = reply.get_attribute(NL80211_ATTR_VENDOR_DATA); in handleResponse()
1038 int len = reply.get_vendor_data_len(); in handleResponse()