/hal_espressif-3.5.0/components/protocomm/proto/ |
D | sec1.proto | 5 /* 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 */
|
D | sec0.proto | 5 /* 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/ |
D | test.py | 149 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/ |
D | test.py | 160 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/ |
D | asio_ssl_main.cpp | 116 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/ |
D | esp_mqtt_client_config.hpp | 190 struct Session { struct 214 Session session;
|
/hal_espressif-3.5.0/examples/protocols/https_request/ |
D | README.md | 7 ### 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/ |
D | README.md | 94 ==== Starting Session ==== 117 ==== Starting Session ==== 122 ==== Session Established ====
|
/hal_espressif-3.5.0/docs/en/api-reference/provisioning/ |
D | protocomm.rst | 35 /* Session ID may be used for persistence */ 36 printf("Session ID : %d", session_id);
|
D | provisioning.rst | 34 === 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/ |
D | README.md | 169 ==== Starting Session ==== 170 ==== Session Established ==== 290 ==== Starting Session ==== 299 ==== Session Established ====
|
/hal_espressif-3.5.0/examples/provisioning/legacy/ble_prov/ |
D | README.md | 209 ==== Starting Session ==== 218 ==== Session Established ====
|
/hal_espressif-3.5.0/tools/catch/ |
D | catch.hpp | 6326 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()
|