Description

The reason for the connection error.

Fields

  • none - All OK, no errors
  • out_of_range - Wireless device is out of range.
  • pin_missing - PIN was required and is missing.
  • dhcp_failed - DHCP failed to provide configuration.
  • connect_failed - Could not connect to access point.
  • login_failed - Login or authentication information was incorrect, agent_request_input event may be emitted.

Signature

enum Efl.Net.Control.Access_Point_Error {
    none: 0,
    out_of_range,
    pin_missing,
    dhcp_failed,
    connect_failed,
    login_failed
}

C signature

typedef enum {
    EFL_NET_CONTROL_ACCESS_POINT_ERROR_NONE = 0,
    EFL_NET_CONTROL_ACCESS_POINT_ERROR_OUT_OF_RANGE,
    EFL_NET_CONTROL_ACCESS_POINT_ERROR_PIN_MISSING,
    EFL_NET_CONTROL_ACCESS_POINT_ERROR_DHCP_FAILED,
    EFL_NET_CONTROL_ACCESS_POINT_ERROR_CONNECT_FAILED,
    EFL_NET_CONTROL_ACCESS_POINT_ERROR_LOGIN_FAILED
} Efl_Net_Control_Access_Point_Error;