Enumeration WifiConnectAttemptResult

Enumeration Members

FAIL_4WH: "failed: 4-way handshake"

Connection attempt failed in 4-way handshake stage.

FAIL_ASSOC: "failed: association"

Connection attempt failed in association stage.

FAIL_AUTH: "failed: authentication"

Connection attempt failed in authentication stage.

FAIL_UNKNOWN: "failed: unknown"

Connection attempt failed for unknown reason.

OK: "connected"

STA connected successfully.

Generated using TypeDoc