Searched refs:cellphone_ip (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/components/esp_wifi/src/ |
D | smartconfig.c | 33 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()
|
D | smartconfig_ack.c | 201 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/ |
D | smartconfig_ack.h | 34 esp_err_t sc_send_ack_start(smartconfig_type_t type, uint8_t token, uint8_t *cellphone_ip);
|
D | esp_smartconfig.h | 53 uint8_t cellphone_ip[4]; /**< IP address of cellphone. */ member
|