Interface

NM-1.0NMAccessPointConstructorProps

interface ConstructorProps {
    bandwidth: number;
    bssid: string;
    client: NM.Client;
    flags: NM.__80211ApFlags;
    frequency: number;
    hw_address: string;
    hwAddress: string;
    last_seen: number;
    lastSeen: number;
    max_bitrate: number;
    maxBitrate: number;
    mode: NM.__80211Mode;
    path: string;
    rsn_flags: NM.__80211ApSecurityFlags;
    rsnFlags: NM.__80211ApSecurityFlags;
    ssid: GLib.Bytes;
    strength: number;
    wpa_flags: NM.__80211ApSecurityFlags;
    wpaFlags: NM.__80211ApSecurityFlags;
}

Hierarchy (View Summary)

Index

Properties

bandwidth: number
bssid: string
frequency: number
hw_address: string
hwAddress: string
last_seen: number
lastSeen: number
max_bitrate: number
maxBitrate: number
ssid: GLib.Bytes
strength: number

Properties - Inherited from NM.Object.ConstructorProps

client: NM.Client
path: string