# SPDX-License-Identifier: BSD-3-Clause
#
# Copyright 2020 Raritan Inc. All rights reserved.
#
# This file was generated by IdlC from Net.idl.

use strict;

package Raritan::RPC::net::EapStatus;

use constant EAP_STATUS_DISABLED => 0;
use constant EAP_STATUS_PENDING => 1;
use constant EAP_STATUS_FAILED => 2;
use constant EAP_STATUS_SUCCESS => 3;

1;
