Interface

NM-1.0NMSettingWirelessSecurityConstructorProps

interface ConstructorProps {
    auth_alg: string;
    authAlg: string;
    fils: number;
    group: string[];
    key_mgmt: string;
    keyMgmt: string;
    leap_password: string;
    leap_password_flags: NM.SettingSecretFlags;
    leap_username: string;
    leapPassword: string;
    leapPasswordFlags: NM.SettingSecretFlags;
    leapUsername: string;
    name: string;
    pairwise: string[];
    pmf: number;
    proto: string[];
    psk: string;
    psk_flags: NM.SettingSecretFlags;
    pskFlags: NM.SettingSecretFlags;
    wep_key_flags: NM.SettingSecretFlags;
    wep_key_type: NM.WepKeyType;
    wep_key0: string;
    wep_key1: string;
    wep_key2: string;
    wep_key3: string;
    wep_tx_keyidx: number;
    wepKey0: string;
    wepKey1: string;
    wepKey2: string;
    wepKey3: string;
    wepKeyFlags: NM.SettingSecretFlags;
    wepKeyType: NM.WepKeyType;
    wepTxKeyidx: number;
    wps_method: number;
    wpsMethod: number;
}

Hierarchy (View Summary)

Index

Properties

auth_alg: string
authAlg: string
fils: number
group: string[]
key_mgmt: string
keyMgmt: string
leap_password: string
leap_password_flags: NM.SettingSecretFlags
leap_username: string
leapPassword: string
leapPasswordFlags: NM.SettingSecretFlags
leapUsername: string
pairwise: string[]
pmf: number
proto: string[]
psk: string
wep_key_flags: NM.SettingSecretFlags
wep_key_type: NM.WepKeyType
wep_key0: string
wep_key1: string
wep_key2: string
wep_key3: string
wep_tx_keyidx: number
wepKey0: string
wepKey1: string
wepKey2: string
wepKey3: string
wepKeyFlags: NM.SettingSecretFlags
wepKeyType: NM.WepKeyType
wepTxKeyidx: number
wps_method: number
wpsMethod: number

Properties - Inherited from NM.Setting.ConstructorProps

name: string