/hal_espressif-3.5.0/examples/wifi/power_save/main/ |
D | Kconfig.projbuild | 16 int "WiFi listen interval" 19 …Interval for station to listen to beacon from AP. The unit of listen interval is one beacon interv… 20 …For example, if beacon interval is 100 ms and listen interval is 3, the interval for station to li… 31 …In maximum power save mode, station wakes up every listen interval to receive beacon. Broadcast da… 32 …may be lost because station may be in sleep state at DTIM time. If listen interval is longer, more…
|
/hal_espressif-3.5.0/examples/protocols/sockets/udp_multicast/main/ |
D | Kconfig.projbuild | 34 IPV4 multicast address. Example will both send to and listen to this address. 41 IPV6 multicast address. Example will both send to and listen to this address.
|
/hal_espressif-3.5.0/examples/wifi/power_save/ |
D | README.md | 11 …wakes up every listen interval to receive beacon. Broadcast data may be lost because station may b…
|
/hal_espressif-3.5.0/examples/protocols/sockets/udp_server/main/ |
D | Kconfig.projbuild | 17 Local port the example server will listen on.
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/jv/ |
D | bta_jv_act.c | 294 UINT8 used = 0, i, listen = 0; in bta_jv_free_rfc_cb() local 382 listen++; in bta_jv_free_rfc_cb() 388 p_cb->curr_sess, listen, si); in bta_jv_free_rfc_cb() 390 listen == 0 && in bta_jv_free_rfc_cb() 1902 UINT8 listen = 1; in bta_jv_get_num_rfc_listen() local 1905 listen = 0; in bta_jv_get_num_rfc_listen() 1910 listen++; in bta_jv_get_num_rfc_listen() 1915 return listen; in bta_jv_get_num_rfc_listen() 2086 UINT8 used = 0, i, listen = 0; in bta_jv_add_rfc_port() local 2096 listen++; in bta_jv_add_rfc_port() [all …]
|
/hal_espressif-3.5.0/examples/wifi/wifi_easy_connect/dpp-enrollee/main/ |
D | Kconfig.projbuild | 6 DPP Bootstrapping listen channels separated by commas.
|
/hal_espressif-3.5.0/examples/protocols/sockets/tcp_server/main/ |
D | Kconfig.projbuild | 17 Local port the example server will listen on.
|
D | tcp_server.c | 115 err = listen(listen_sock, 1); in tcp_server_task()
|
/hal_espressif-3.5.0/examples/protocols/mqtt/tcp/ |
D | mqtt_tcp_example_test.py | 31 s.listen(1)
|
/hal_espressif-3.5.0/tools/test_apps/protocols/pppos/ |
D | app_test.py | 91 sock.listen(1)
|
/hal_espressif-3.5.0/tools/test_apps/protocols/openssl/ |
D | app_test.py | 52 self.socket.listen(1)
|
/hal_espressif-3.5.0/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/ |
D | wifi_unit.c | 80 ret = listen(ls_sock, 1); in wifi_unit_server_establish()
|
/hal_espressif-3.5.0/examples/protocols/sockets/tcp_client/ |
D | example_test.py | 49 self.socket.listen(1)
|
/hal_espressif-3.5.0/examples/openthread/ot_cli/main/ |
D | esp_ot_tcp_socket.c | 52 err = listen(listen_sock, 1); in tcp_socket_server_task()
|
/hal_espressif-3.5.0/tools/test_idf_monitor/ |
D | run_test_idf_monitor.py | 81 self.serversocket.listen(5)
|
/hal_espressif-3.5.0/examples/common_components/iperf/ |
D | iperf.c | 247 err = listen(listen_socket, 1); in iperf_run_tcp_server() 269 err = listen(listen_socket, 5); in iperf_run_tcp_server()
|
/hal_espressif-3.5.0/tools/test_apps/protocols/pppos/main/ |
D | pppos_client_main.c | 162 err = listen(listen_sock, 1); in test_tcp_server_ipv6()
|
/hal_espressif-3.5.0/examples/protocols/sockets/udp_multicast/ |
D | README.md | 50 …tively. Replace `(host_ip_addr)` with the host IP address, used to find the interface to listen on.
|
/hal_espressif-3.5.0/examples/protocols/sockets/non_blocking/ |
D | README.md | 29 The server could listen on the specified interface (by the configured bound address) and serves mul…
|
/hal_espressif-3.5.0/components/tcp_transport/test/ |
D | test_transport_fixtures.c | 115 err = listen(storage->listen_sock, 4); in localhost_listener()
|
/hal_espressif-3.5.0/components/esptool_py/esptool/ |
D | esp_rfc2217_server.py | 258 srv.listen(1)
|
/hal_espressif-3.5.0/components/mbedtls/port/ |
D | net_sockets.c | 174 if ( listen( fd, MBEDTLS_NET_LISTEN_BACKLOG ) != 0 ) { in mbedtls_net_bind()
|
/hal_espressif-3.5.0/docs/en/api-guides/ |
D | usb-serial-jtag-console.rst | 55 …TAG Controller is slightly different if the ESP-IDF application does not listen for incoming bytes…
|
/hal_espressif-3.5.0/examples/protocols/sockets/non_blocking/main/ |
D | non_blocking_socket_example.c | 280 err = listen(listen_sock, 1); in tcp_server_task()
|
/hal_espressif-3.5.0/examples/openthread/ot_cli/ |
D | README.md | 169 -p <port> : server port to listen on/connect to
|