---
title: "Get the device WiFi interfaces stats"
method: GET
path: "/devices/{id}/interfaces/wifi"
tags: ["Device"]
---

# Get the device WiFi interfaces stats

`GET /devices/{id}/interfaces/wifi`

Get the device WiFi interfaces stats by device ID.

## Path parameters

- `id` integer, required

## Query parameters

- `startTime` integer, required
- `endTime` integer, required

## Response `200`

OK

- XiqDeviceWifiInterface[]
  - `frequency` string — The WiFi frequency.
  - `ssid_count` integer — The number of SSID assigned on this wireless interface.
  - `client_count` integer — The number of clients associated to this wireless interface.
  - `neighbor_clients` integer — The number of neighboring clients.
  - `channel_util` integer — The channel utilization.
  - `channel` integer — The channel associated.
  - `channel_width` integer — The channel width.
  - `tx_utilization` integer — The total tx utilization.
  - `rx_utilization` integer — The total rx utilization.
  - `tx_byte_count` integer — The total tx byte count.
  - `rx_byte_count` integer — The total rx byte count.
  - `noise_floor` integer — The noise floor.
  - `crc_error_frame` integer — The crc error frame count.
  - `tx_retry_frame` integer — The tx retry frame
  - `rx_retry_frame` integer — The rx retry fram.
  - `unicast_tx_packet_count` integer — The unicast tx packet count.
  - `unicast_rx_packet_count` integer — The unicast rx packet count.
  - `broadcast_tx_packet_count` integer — The broadcast tx packet count.
  - `broadcast_rx_packet_count` integer — The broadcast rx packet count.
  - `tx_air_time` integer — The tx air time.
  - `rx_air_time` integer — The rx air time.
  - `total_utilization` integer — The total utilization.
  - `scan_avg_interference` integer — The average interference.
  - `mac_address` string — The bssid.
  - `power` integer — The radio power.
  - `rx_errors` integer — The rx errors.
  - `tx_errors` integer — The tx errors.
  - `interface_name` string — The interface name.
  - `radio_profile_name` string — The ExtremecloudIQ radio profile name.

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
