Home
last modified time | relevance | path

Searched refs:sender (Results 1 – 18 of 18) sorted by relevance

/hal_espressif-3.5.0/components/wpa_supplicant/esp_supplicant/src/
Desp_common.c31 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 …]
Desp_scan.c101 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()
Desp_scan_i.h21 int esp_handle_beacon_probe(u8 type, u8 *frame, size_t len, u8 *sender,
Desp_common_i.h16 u8 sender[ETH_ALEN]; member
Desp_wifi_driver.h130 …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/
Dapp_main.c102 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/
Dapp_main.c159 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/
DKconfig.projbuild17 default "sender.email@gmail.com"
/hal_espressif-3.5.0/components/wpa_supplicant/src/common/
Dwnm_sta.h60 u8 *sender, u8 *payload, size_t len);
Dwnm_sta.c1106 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/
DREADME.md18 - Email server, port, sender's email ID, password, recipient's email ID.
/hal_espressif-3.5.0/examples/peripherals/uart/uart_echo/
DREADME.md5 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/
DREADME.md5 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/
DREADME.md67 The iBeacon sender will broadcast iBeacon packet after initializing the Bluetooth protocol stack, a…
/hal_espressif-3.5.0/docs/en/api-guides/
Dlwip.rst392 …high volume of UDP datagrams who don't wish for any to be dropped by the sender should check for t…
Dwifi.rst1991 …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/
Desp_eth.rst427 … 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/
Dble-mesh-faq.rst406 …ing response is set in :ref:`CONFIG_BLE_MESH_CLIENT_MSG_TIMEOUT`. If the sender waits for the resp…