Interface

NM-1.0NMSettingWirelessConstructorProps

interface ConstructorProps {
    ap_isolation: NM.Ternary;
    apIsolation: NM.Ternary;
    band: string;
    bssid: string;
    channel: number;
    channel_width: number;
    channelWidth: number;
    cloned_mac_address: string;
    clonedMacAddress: string;
    generate_mac_address_mask: string;
    generateMacAddressMask: string;
    hidden: boolean;
    mac_address: string;
    mac_address_blacklist: string[];
    mac_address_denylist: string[];
    mac_address_randomization: number;
    macAddress: string;
    macAddressBlacklist: string[];
    macAddressDenylist: string[];
    macAddressRandomization: number;
    mode: string;
    mtu: number;
    name: string;
    powersave: number;
    rate: number;
    seen_bssids: string[];
    seenBssids: string[];
    ssid: GLib.Bytes;
    tx_power: number;
    txPower: number;
    wake_on_wlan: number;
    wakeOnWlan: number;
}

Hierarchy (View Summary)

Index

Properties

ap_isolation: NM.Ternary
apIsolation: NM.Ternary
band: string
bssid: string
channel: number
channel_width: number
channelWidth: number
cloned_mac_address: string
clonedMacAddress: string
generate_mac_address_mask: string
generateMacAddressMask: string
hidden: boolean
mac_address: string
mac_address_blacklist: string[]
mac_address_denylist: string[]
mac_address_randomization: number
macAddress: string
macAddressBlacklist: string[]
macAddressDenylist: string[]
macAddressRandomization: number
mode: string
mtu: number
powersave: number
rate: number
seen_bssids: string[]
seenBssids: string[]
ssid: GLib.Bytes
tx_power: number
txPower: number
wake_on_wlan: number
wakeOnWlan: number

Properties - Inherited from NM.Setting.ConstructorProps

name: string