Home
last modified time | relevance | path

Searched refs:probe_req (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/test/cpp/interop/
Dinterop_client.cc334 SimpleRequest probe_req; in DoClientCompressedUnary() local
338 probe_req.mutable_expect_compressed()->set_value(true); // lies! in DoClientCompressedUnary()
340 probe_req.set_response_size(kLargeResponseSize); in DoClientCompressedUnary()
341 probe_req.mutable_payload()->set_body(std::string(kLargeRequestSize, '\0')); in DoClientCompressedUnary()
345 serviceStub_.Get()->UnaryCall(&probe_context, probe_req, &probe_res); in DoClientCompressedUnary()
485 StreamingInputCallRequest probe_req; in DoClientCompressedStreaming() local
489 probe_req.mutable_expect_compressed()->set_value(true); // lies! in DoClientCompressedStreaming()
490 probe_req.mutable_payload()->set_body(std::string(27182, '\0')); in DoClientCompressedStreaming()
497 if (!probe_stream->Write(probe_req)) { in DoClientCompressedStreaming()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_er.c759 int probe_req) in wps_er_add_sta_data() argument
765 m1 = !probe_req && attr->msg_type && *attr->msg_type == WPS_M1; in wps_er_add_sta_data()
773 if (!probe_req && !m1) in wps_er_add_sta_data()
788 if (attr->config_methods && (!probe_req || !sta->m1_received)) in wps_er_add_sta_data()
790 if (attr->uuid_e && (!probe_req || !sta->m1_received)) in wps_er_add_sta_data()
792 if (attr->primary_dev_type && (!probe_req || !sta->m1_received)) in wps_er_add_sta_data()
794 if (attr->dev_password_id && (!probe_req || !sta->m1_received)) in wps_er_add_sta_data()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_er.c759 int probe_req) in wps_er_add_sta_data() argument
765 m1 = !probe_req && attr->msg_type && *attr->msg_type == WPS_M1; in wps_er_add_sta_data()
773 if (!probe_req && !m1) in wps_er_add_sta_data()
788 if (attr->config_methods && (!probe_req || !sta->m1_received)) in wps_er_add_sta_data()
790 if (attr->uuid_e && (!probe_req || !sta->m1_received)) in wps_er_add_sta_data()
792 if (attr->primary_dev_type && (!probe_req || !sta->m1_received)) in wps_er_add_sta_data()
794 if (attr->dev_password_id && (!probe_req || !sta->m1_received)) in wps_er_add_sta_data()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
Dp2p.c546 int probe_req, const struct p2p_message *msg) in p2p_copy_wps_info() argument
615 if (!probe_req) { in p2p_copy_wps_info()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
Dp2p.c546 int probe_req, const struct p2p_message *msg) in p2p_copy_wps_info() argument
615 if (!probe_req) { in p2p_copy_wps_info()