Gjsify LogoGjsify Logo

Index

Enumeration Members

ACTIVATED: number

the device has a network connection, either local or global.

CONFIG: number

the device is connecting to the requested network. This may include operations like associating with the Wi-Fi AP, dialing the modem, connecting to the remote Bluetooth device, etc.

DEACTIVATING: number

a disconnection from the current network connection was requested, and the device is cleaning up resources used for that connection. The network connection may still be valid.

DISCONNECTED: number

the device can be activated, but is currently idle and not connected to a network.

FAILED: number

the device failed to connect to the requested network and is cleaning up the connection request

IP_CHECK: number

the device is checking whether further action is required for the requested network connection. This may include checking whether only local network access is available, whether a captive portal is blocking access to the Internet, etc.

IP_CONFIG: number

the device is requesting IPv4 and/or IPv6 addresses and routing information from the network.

NEED_AUTH: number

the device requires more information to continue connecting to the requested network. This includes secrets like WiFi passphrases, login passwords, PIN codes, etc.

PREPARE: number

the device is preparing the connection to the network. This may include operations like changing the MAC address, setting physical link properties, and anything else required to connect to the requested network.

SECONDARIES: number

the device is waiting for a secondary connection (like a VPN) which must activated before the device can be activated

UNAVAILABLE: number

the device is managed by NetworkManager, but is not available for use. Reasons may include the wireless switched off, missing firmware, no ethernet carrier, missing supplicant or modem manager, etc.

UNKNOWN: number

the device's state is unknown

UNMANAGED: number

the device is recognized, but not managed by NetworkManager

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