/hal_espressif-3.5.0/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_common.c | 31 u8 *sender, u32 rssi, u8 channel) in handle_action_frm() argument 40 os_memcpy(frm->sender, sender, ETH_ALEN); in handle_action_frm() 54 static void handle_rrm_frame(struct wpa_supplicant *wpa_s, u8 *sender, in handle_rrm_frame() argument 63 sender, payload + 1, len - 1); in handle_rrm_frame() 71 static int mgmt_rx_action(u8 *sender, u8 *payload, size_t len, u8 channel, u32 rssi) in mgmt_rx_action() argument 86 ieee802_11_rx_wnm_action(wpa_s, sender, payload, len); in mgmt_rx_action() 88 handle_rrm_frame(wpa_s, sender, payload, len, rssi); in mgmt_rx_action() 113 mgmt_rx_action(frm->sender, frm->payload, frm->len, frm->channel, frm->rssi); in btm_rrm_task() 223 static int ieee80211_handle_rx_frm(u8 type, u8 *frame, size_t len, u8 *sender, in ieee80211_handle_rx_frm() argument 227 return esp_handle_beacon_probe(type, frame, len, sender, rssi, channel, current_tsf); in ieee80211_handle_rx_frm() [all …]
|
D | esp_scan.c | 101 int esp_handle_beacon_probe(u8 type, u8 *frame, size_t len, u8 *sender, in esp_handle_beacon_probe() argument 122 os_memcpy(res->bssid, sender, ETH_ALEN); in esp_handle_beacon_probe() 129 (os_memcmp(wpa_s->current_bss, sender, ETH_ALEN) == 0)) { in esp_handle_beacon_probe() 131 os_memcpy(wpa_s->tsf_bssid, sender, ETH_ALEN); in esp_handle_beacon_probe()
|
D | esp_scan_i.h | 21 int esp_handle_beacon_probe(u8 type, u8 *frame, size_t len, u8 *sender,
|
D | esp_common_i.h | 16 u8 sender[ETH_ALEN]; member
|
D | esp_wifi_driver.h | 130 …int (*wpa_sta_rx_mgmt)(u8 type, u8 *frame, size_t len, u8 *sender, u32 rssi, u8 channel, u64 curre…
|
/hal_espressif-3.5.0/examples/peripherals/spi_slave_hd/append_mode/master/main/ |
D | app_main.c | 102 static esp_err_t sender(essl_handle_t essl) in sender() function 154 ESP_ERROR_CHECK(sender(essl)); in app_main()
|
/hal_espressif-3.5.0/examples/peripherals/spi_slave_hd/segment_mode/seg_slave/main/ |
D | app_main.c | 159 void sender(void *arg) in sender() function 302 xTaskCreate(sender, "sendTask", 4096, &send_buf_size, 1, NULL); in app_main()
|
/hal_espressif-3.5.0/examples/protocols/smtp_client/main/ |
D | Kconfig.projbuild | 17 default "sender.email@gmail.com"
|
/hal_espressif-3.5.0/components/wpa_supplicant/src/common/ |
D | wnm_sta.h | 60 u8 *sender, u8 *payload, size_t len);
|
D | wnm_sta.c | 1106 u8 *sender, u8 *payload, size_t len) in ieee802_11_rx_wnm_action() argument 1119 act, MAC2STR(sender)); in ieee802_11_rx_wnm_action()
|
/hal_espressif-3.5.0/examples/protocols/smtp_client/ |
D | README.md | 18 - Email server, port, sender's email ID, password, recipient's email ID.
|
/hal_espressif-3.5.0/examples/peripherals/uart/uart_echo/ |
D | README.md | 5 This example demonstrates how to utilize UART interfaces by echoing back to the sender any data rec…
|
/hal_espressif-3.5.0/examples/peripherals/uart/uart_echo_rs485/ |
D | README.md | 5 This is an example which echoes any data it receives on UART2 back to the sender in the RS485 netwo…
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/ble_ibeacon/ |
D | README.md | 67 The iBeacon sender will broadcast iBeacon packet after initializing the Bluetooth protocol stack, a…
|
/hal_espressif-3.5.0/docs/en/api-guides/ |
D | lwip.rst | 392 …high volume of UDP datagrams who don't wish for any to be dropped by the sender should check for t…
|
D | wifi.rst | 1991 …uffer at the hardware layer. Increasing this parameter will increase the sender's one-time receivi…
|
/hal_espressif-3.5.0/docs/en/api-reference/network/ |
D | esp_eth.rst | 427 … Ethernet flow control mechanism allows the receiving node to signal the sender requesting suspens…
|
/hal_espressif-3.5.0/docs/en/api-guides/esp-ble-mesh/ |
D | ble-mesh-faq.rst | 406 …ing response is set in :ref:`CONFIG_BLE_MESH_CLIENT_MSG_TIMEOUT`. If the sender waits for the resp…
|