Home
last modified time | relevance | path

Searched refs:cellphone_ip (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/esp_wifi/src/
Dsmartconfig.c33 uint8_t cellphone_ip[4]; in handler_got_ssid_passwd() local
38 memcpy(cellphone_ip, evt->cellphone_ip, sizeof(evt->cellphone_ip)); in handler_got_ssid_passwd()
42 …ESP_LOGD(TAG, "Phone ip: %d.%d.%d.%d\n", cellphone_ip[0], cellphone_ip[1], cellphone_ip[2], cellph… in handler_got_ssid_passwd()
44 err = sc_send_ack_start(evt->type, evt->token, evt->cellphone_ip); in handler_got_ssid_passwd()
Dsmartconfig_ack.c201 esp_err_t sc_send_ack_start(smartconfig_type_t type, uint8_t token, uint8_t *cellphone_ip) in sc_send_ack_start() argument
205 if (cellphone_ip == NULL) { in sc_send_ack_start()
217 memcpy(ack->ctx.ip, cellphone_ip, 4); in sc_send_ack_start()
/hal_espressif-3.6.0/components/esp_wifi/include/
Dsmartconfig_ack.h34 esp_err_t sc_send_ack_start(smartconfig_type_t type, uint8_t token, uint8_t *cellphone_ip);
Desp_smartconfig.h53 uint8_t cellphone_ip[4]; /**< IP address of cellphone. */ member