Gjsify LogoGjsify Logo

Enumeration UtilsSecurityType

Describes generic security mechanisms that 802.11 access points may offer. Used with nm_utils_security_valid() for checking whether a given access point is compatible with a network device.

Index

Enumeration Members

DYNAMIC_WEP: number

standard 802.1x is used for authentication and generating the dynamic WEP keys automatically

INVALID: number

unknown or invalid security, placeholder and not used

LEAP: number

Cisco LEAP is used for authentication and for generating the dynamic WEP keys automatically

NONE: number

unencrypted and open

OWE: number

is used with Enhanced Open

SAE: number

is used with WPA3 Enterprise

STATIC_WEP: number

static WEP keys are used for encryption

WPA2_ENTERPRISE: number

WPA2 is used with 802.1x authentication

WPA2_PSK: number

WPA2/RSN is used with Pre-Shared Keys (PSK)

WPA3_SUITE_B_192: number

is used with WPA3 Enterprise Suite-B 192 bit mode. Since: 1.30.

WPA_ENTERPRISE: number

WPA1 is used with 802.1x authentication

WPA_PSK: number

WPA1 is used with Pre-Shared Keys (PSK)

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method