enum tapi_radius_term_cause_t

Overview

Value of Acct-Terminate-Cause attribute, see RFC 2866, and RFC 3580 More…

#include <tapi_radius.h>

enum tapi_radius_term_cause_t {
    TAPI_RADIUS_TERM_USER_REQUEST    = 1,
    TAPI_RADIUS_TERM_LOST_CARRIER    = 2,
    TAPI_RADIUS_TERM_LOST_SERVICE    = 3,
    TAPI_RADIUS_TERM_IDLE_TIMEOUT    = 4,
    TAPI_RADIUS_TERM_SESSION_TIMEOUT = 5,
    TAPI_RADIUS_TERM_ADMIN_RESET     = 6,
    TAPI_RADIUS_TERM_ADMIN_REBOOT    = 7,
    TAPI_RADIUS_TERM_PORT_ERROR      = 8,
    TAPI_RADIUS_TERM_NAS_ERROR       = 9,
    TAPI_RADIUS_TERM_NAS_REQUEST     = 10,
    TAPI_RADIUS_TERM_NAS_REBOOT      = 11,
    TAPI_RADIUS_TERM_PORT_UNNEEDED   = 12,
    TAPI_RADIUS_TERM_PORT_PREEMPTED  = 13,
    TAPI_RADIUS_TERM_PORT_SUSPENDED  = 14,
    TAPI_RADIUS_TERM_SERVICE_UNAVAIL = 15,
    TAPI_RADIUS_TERM_CALLBACK        = 16,
    TAPI_RADIUS_TERM_USER_ERROR      = 17,
    TAPI_RADIUS_TERM_HOST_REQUEST    = 18,
    TAPI_RADIUS_TERM_SUPP_RESTART    = 19,
    TAPI_RADIUS_TERM_REAUTH_FAILURE  = 20,
};

Detailed Documentation

Value of Acct-Terminate-Cause attribute, see RFC 2866, and RFC 3580

Enum Values

TAPI_RADIUS_TERM_USER_REQUEST

User Request

TAPI_RADIUS_TERM_LOST_CARRIER

Lost Carrier

TAPI_RADIUS_TERM_LOST_SERVICE

Lost Service

TAPI_RADIUS_TERM_IDLE_TIMEOUT

Idle Timeout

TAPI_RADIUS_TERM_SESSION_TIMEOUT

Session Timeout

TAPI_RADIUS_TERM_ADMIN_RESET

Admin Reset

TAPI_RADIUS_TERM_ADMIN_REBOOT

Admin Reboot

TAPI_RADIUS_TERM_PORT_ERROR

Port Error

TAPI_RADIUS_TERM_NAS_ERROR

NAS Error

TAPI_RADIUS_TERM_NAS_REQUEST

NAS Request

TAPI_RADIUS_TERM_NAS_REBOOT

NAS Reboot

TAPI_RADIUS_TERM_PORT_UNNEEDED

Port Unneeded

TAPI_RADIUS_TERM_PORT_PREEMPTED

Port Preempted

TAPI_RADIUS_TERM_PORT_SUSPENDED

Port Suspended

TAPI_RADIUS_TERM_SERVICE_UNAVAIL

Service Unavailable

TAPI_RADIUS_TERM_CALLBACK

Callback

TAPI_RADIUS_TERM_USER_ERROR

User Error

TAPI_RADIUS_TERM_HOST_REQUEST

Host Request

TAPI_RADIUS_TERM_SUPP_RESTART

Supplicant Restart

TAPI_RADIUS_TERM_REAUTH_FAILURE

Reauthentication Failure