38 #ifndef OPENAPI_MAB_H_INCLUDED
39 #define OPENAPI_MAB_H_INCLUDED
46 OPEN_AUTHMGR_PORT_MAB_AUTH_TYPE_INVALID = 0,
47 OPEN_AUTHMGR_PORT_MAB_AUTH_TYPE_EAP_MD5 = 1,
48 OPEN_AUTHMGR_PORT_MAB_AUTH_TYPE_PAP = 2,
49 OPEN_AUTHMGR_PORT_MAB_AUTH_TYPE_CHAP = 3,
50 } OPEN_AUTHMGR_PORT_MAB_AUTH_TYPE_t;
103 OPEN_AUTHMGR_PORT_MAB_AUTH_TYPE_t val);
122 OPEN_AUTHMGR_PORT_MAB_AUTH_TYPE_t *val);
open_error_t
OPEN uses these enumerators to indicate the error codes.
open_error_t openapiMabPortMabEnabledSet(openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_BOOL_t mabEnabled)
Sets the port MAC authentication bypass enable mode.
open_error_t openapiMabPortMABAuthTypeGet(openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_AUTHMGR_PORT_MAB_AUTH_TYPE_t *val)
Gets the authentication host mode for the specified interface.
open_error_t openapiMabPortOperationalMabModeGet(openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_CONTROL_t *mode)
Gets the port operational MAB mode.
OPEN_CONTROL_t
OPEN uses these enumerators to indicate enable or disable for a given config or status parameter...
OPEN_BOOL_t
OPEN uses these enumerators to indicate true or false for a given config or status parameter...
open_error_t openapiMabPortMABAuthTypeSet(openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_AUTHMGR_PORT_MAB_AUTH_TYPE_t val)
Sets the authentication type to be used by MAB for the specified interface.
open_error_t openapiMabPortMabEnabledGet(openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_BOOL_t *mabEnabled)
Sets the port MAC authentication bypass enable mode.