Home
last modified time | relevance | path

Searched refs:Session (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-3.5.0/components/protocomm/proto/
Dsec1.proto5 /* Data structure of Session command1 packet */
10 /* Data structure of Session response1 packet */
16 /* Data structure of Session command0 packet */
21 /* Data structure of Session response0 packet */
Dsec0.proto5 /* Data structure of Session command/request packet */
10 /* Data structure of Session response packet */
/hal_espressif-3.5.0/tools/ci/python_packages/idf_http_server_test/
Dtest.py149 class Session(object): class
302 self.session = Session(dut, port)
533 s = Session(dut, port)
619 s = Session(dut, port)
744 s = Session(dut, port)
766 s = Session(dut, port)
782 s = Session(dut, port)
801 s = Session(dut, port)
816 s = Session(dut, port)
831 s = Session(dut, port)
[all …]
/hal_espressif-3.5.0/examples/protocols/http_server/advanced_tests/scripts/
Dtest.py160 class Session(object): class
313 self.session = Session(dut, port)
544 s = Session(dut, port)
630 s = Session(dut, port)
755 s = Session(dut, port)
777 s = Session(dut, port)
793 s = Session(dut, port)
812 s = Session(dut, port)
827 s = Session(dut, port)
842 s = Session(dut, port)
[all …]
/hal_espressif-3.5.0/examples/protocols/asio/ssl_client_server/main/
Dasio_ssl_main.cpp116 class Session : public std::enable_shared_from_this<Session> { class
118 Session(tcp::socket socket, asio::ssl::context &context) in Session() function in Session
191 std::make_shared<Session>(std::move(socket), context_)->start(); in do_accept()
/hal_espressif-3.5.0/examples/cxx/experimental/esp_mqtt_cxx/components/esp_mqtt_cxx/include/
Desp_mqtt_client_config.hpp190 struct Session { struct
214 Session session;
/hal_espressif-3.5.0/examples/protocols/https_request/
DREADME.md7 ### Session Tickets
9 Session Tickets, specified in [RFC 5077](https://datatracker.ietf.org/doc/html/rfc5077) are a mecha…
29 #### Configuring Client Session Tickets
/hal_espressif-3.5.0/examples/provisioning/legacy/console_prov/
DREADME.md94 ==== Starting Session ====
117 ==== Starting Session ====
122 ==== Session Established ====
/hal_espressif-3.5.0/docs/en/api-reference/provisioning/
Dprotocomm.rst35 /* Session ID may be used for persistence */
36 printf("Session ID : %d", session_id);
Dprovisioning.rst34 === 2. Session Establishment ====
37 CLIENT -> DEVICE [label="Session Setup Request"];
38 DEVICE -> CLIENT [label="Session Setup Response"];
/hal_espressif-3.5.0/examples/provisioning/wifi_prov_mgr/
DREADME.md169 ==== Starting Session ====
170 ==== Session Established ====
290 ==== Starting Session ====
299 ==== Session Established ====
/hal_espressif-3.5.0/examples/provisioning/legacy/ble_prov/
DREADME.md209 ==== Starting Session ====
218 ==== Session Established ====
/hal_espressif-3.5.0/tools/catch/
Dcatch.hpp6326 class Session : NonCopyable { class
6333 Session() in Session() function in Catch::Session
6342 ~Session() { in ~Session()
6434 bool Session::alreadyInstantiated = false;
10333 return Catch::Session().run( argc, argv ); in main()
10345 int result = Catch::Session().run( argc, (char* const*)argv ); in main()