Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration WifiStaState

Possible states of Wi-Fi client. More information about states can be found in wpa_supplicant source code: https://w1.fi/cgit/hostap/tree/src/common/defs.h

Index

Enumeration members

Associated = "ASSOCIATED"

Association completed.

Associating = "ASSOCIATING"

Trying to associate with a BSS/SSID.

Authenticating = "AUTHENTICATING"

Trying to authenticate with a BSS/SSID.

Completed = "COMPLETED"

All authentication completed, interface is connected to network.

Disconnected = "DISCONNECTED"

Disconnected state, entered when connection lost, likely to start scanning.

GroupHandshake = "GROUP_HANDSHAKE"

WPA Group Key Handshake in progress.

Handshake = "4WAY_HANDSHAKE"

WPA 4-Way Key Handshake in progress.

Inactive = "INACTIVE"

Inactive state (wpa_supplicant disabled).

InterfaceDisabled = "INTERFACE_DISABLED"

Interface disabled.

Scanning = "SCANNING"

Scanning for a network.

Unknown = "UNKNOWN"

Unknown state, possible error in wpa_supplicant.

Generated using TypeDoc