Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration WifiStaConnectResult

Index

Enumeration members

CR_FAIL_4WH = "failed: 4-way handshake"

Connection attempt failed in 4-way handshake stage.

CR_FAIL_ASSOC = "failed: association"

Connection attempt failed in association stage.

CR_FAIL_AUTH = "failed: authentication"

Connection attempt failed in authentication stage.

CR_FAIL_UNKNOWN = "failed: unknown"

Connection attempt failed for unknown reason.

CR_NOT_DEF = "not defined"

Invalid connect result.

CR_OK = "connected"

STA connected successfully.

Generated using TypeDoc