Lines Matching refs:bytes
235 ctrl_msg.event_station_disconnect_from_ESP_SoftAP.mac.bytes, in esp_hosted_event_task()
299 esp_hosted_mac_to_str(params->bssid, ctrl_msg.req_connect_ap.bssid.bytes); in esp_hosted_connect()
413 data->stats.bytes.sent += pkt_len; in esp_hosted_send()
453 data->stats.bytes.received += len; in esp_hosted_recv()
472 stats->bytes.received = data->stats.bytes.received; in esp_hosted_stats()
473 stats->bytes.sent = data->stats.bytes.sent; in esp_hosted_stats()
517 memcpy(status->ssid, ctrl_msg.resp_get_ap_config.ssid.bytes, status->ssid_len); in esp_hosted_status()
518 esp_hosted_str_to_mac(ctrl_msg.resp_get_ap_config.bssid.bytes, status->bssid); in esp_hosted_status()
524 memcpy(status->ssid, ctrl_msg.resp_get_softap_config.ssid.bytes, status->ssid_len); in esp_hosted_status()
552 memcpy(result.ssid, ap_list[i].ssid.bytes, result.ssid_length); in esp_hosted_scan()
557 esp_hosted_str_to_mac(ap_list[i].bssid.bytes, result.mac); in esp_hosted_scan()
612 esp_hosted_str_to_mac(ctrl_msg.resp_get_mac_address.mac.bytes, data->mac_addr[i]); in esp_hosted_dev_init()