Interface IVapTable

interface IVapTable {
    anomalies_bar_chart: Record<string, number>;
    anomalies_bar_chart_now: Record<string, number>;
    ap_mac: string;
    avg_client_signal: number;
    bssid: string;
    bw: number;
    ccq: number;
    channel: number;
    dns_avg_latency: number;
    essid: string;
    extchannel?: number;
    icmp_avg_rtt: number;
    id: string;
    is_guest: boolean;
    is_wep: boolean;
    mac_filter_rejections: number;
    map_id: null;
    name: string;
    num_satisfaction_sta: number;
    num_sta: number;
    radio: string;
    radio_name: string;
    reasons_bar_chart: Record<string, number>;
    reasons_bar_chart_now: Record<string, number>;
    rx_bytes: number;
    rx_crypts: number;
    rx_dropped: number;
    rx_errors: number;
    rx_frags: number;
    rx_nwids: number;
    rx_packets: number;
    rx_tcp_stats: IXTCPStats;
    satisfaction: number;
    site_id: string;
    state: string;
    t: string;
    tx_bytes: number;
    tx_combined_retries: number;
    tx_data_mpdu_bytes: number;
    tx_dropped: number;
    tx_errors: number;
    tx_packets: number;
    tx_power: number;
    tx_retries: number;
    tx_rts_retries: number;
    tx_success: number;
    tx_tcp_stats: IXTCPStats;
    tx_total: number;
    up: boolean;
    usage: string;
    wifi_tx_attempts: number;
    wifi_tx_dropped: number;
    wifi_tx_latency_mov?: IWifiTxLatencyMOV;
    wlanconf_id: string;
}

Properties

anomalies_bar_chart: Record<string, number>
anomalies_bar_chart_now: Record<string, number>
ap_mac: string
avg_client_signal: number
bssid: string
bw: number
ccq: number
channel: number
dns_avg_latency: number
essid: string
extchannel?: number
icmp_avg_rtt: number
id: string
is_guest: boolean
is_wep: boolean
mac_filter_rejections: number
map_id: null
name: string
num_satisfaction_sta: number
num_sta: number
radio: string
radio_name: string
reasons_bar_chart: Record<string, number>
reasons_bar_chart_now: Record<string, number>
rx_bytes: number
rx_crypts: number
rx_dropped: number
rx_errors: number
rx_frags: number
rx_nwids: number
rx_packets: number
rx_tcp_stats: IXTCPStats
satisfaction: number
site_id: string
state: string
t: string
tx_bytes: number
tx_combined_retries: number
tx_data_mpdu_bytes: number
tx_dropped: number
tx_errors: number
tx_packets: number
tx_power: number
tx_retries: number
tx_rts_retries: number
tx_success: number
tx_tcp_stats: IXTCPStats
tx_total: number
up: boolean
usage: string
wifi_tx_attempts: number
wifi_tx_dropped: number
wifi_tx_latency_mov?: IWifiTxLatencyMOV
wlanconf_id: string

Generated using TypeDoc