|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.9.0.2
|
Functions | |
| open_error_t | openapiAuthMgrAdminModeGet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t *mode) |
| Gets the authentication manager global administrative mode. | |
| open_error_t | openapiAuthMgrAdminModeSet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t mode) |
| Sets the authentication manager global administrative mode. | |
| open_error_t | openapiAuthMgrAuthenticationHostModeGet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_AUTHMGR_HOST_CONTROL_t *mode) |
| Gets the authentication host mode for the specified interface. | |
| open_error_t | openapiAuthMgrAuthenticationHostModeSet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_AUTHMGR_HOST_CONTROL_t mode) |
| Sets the authentication host mode for the specified interface. | |
| open_error_t | openapiAuthMgrAuthenticationPeriodicGet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_BOOL_t *val) |
| Gets the authentication periodic (reauth) enabled status for the specified interface. | |
| open_error_t | openapiAuthMgrAuthenticationPeriodicSet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_BOOL_t val) |
| Sets the authentication periodic (reauth) enabled status for the specified interface. | |
| open_error_t | openapiAuthMgrAuthenticationReAuthPeriodFromServerSet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_BOOL_t val) |
| Sets the flag to get reauthentication period from server/user for the specified interface. | |
| open_error_t | openapiAuthMgrAuthenticationReAuthPeriodGet (openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t *val) |
| Gets the reauthentication period for the specified interface. | |
| open_error_t | openapiAuthMgrAuthenticationReAuthPeriodServerGet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_BOOL_t *val) |
| Gets the flag to get reauthentication period from server/user for the specified interface. | |
| open_error_t | openapiAuthMgrAuthenticationReAuthPeriodSet (openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t val) |
| Sets the reauthentication period for the specified interface. | |
| open_error_t | openapiDot1xDefaultAuthenMethodGet (openapiClientHandle_t *client_handle, OPEN_USER_MGR_AUTH_METHOD_t *method) |
| Gets the dot1x default authentication method. | |
| open_error_t | openapiDot1xDefaultAuthenMethodSet (openapiClientHandle_t *client_handle, OPEN_USER_MGR_AUTH_METHOD_t method) |
| Sets the dot1x default authentication method. | |
| open_error_t | openapiDot1xLogicalPortFirstGet (openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t *logicalIfNum) |
| Gets the first dot1x logical interface identifier for a given physical port. | |
| open_error_t | openapiDot1xLogicalPortNextGet (openapiClientHandle_t *client_handle, uint32_t logicalIfNum, uint32_t *nextLogicalIfNum) |
| Gets the next dot1x logical interface identifier on the same physical port as the given logical interface identifier. | |
| open_error_t | openapiDot1xLogicalPortSupplicantMacAddrGet (openapiClientHandle_t *client_handle, uint32_t logicalIfNum, open_buffdesc *macAddr) |
| Gets the MAC address of the dot1x supplicant present on the specified logical interface. | |
| open_error_t | openapiDot1xLogicalPortVlanAssignmentGet (openapiClientHandle_t *client_handle, uint32_t logicalIfNum, uint32_t *vlan, OPEN_DOT1X_VLAN_ASSIGNED_MODE_t *reason) |
| Gets the dot1x assigned VLAN ID and reason for the specified logical interface. | |
| open_error_t | openapiDot1xPortBackendAuthStateGet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_DOT1X_BAM_STATES_t *state) |
| Gets the dot1x port back end authorization state. | |
| open_error_t | openapiDot1xPortControlModeGet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_DOT1X_PORT_CONTROL_t *mode) |
| Gets the dot1x port configured control mode. | |
| open_error_t | openapiDot1xPortControlModeSet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_DOT1X_PORT_CONTROL_t mode) |
| Sets the dot1x port configured control mode. | |
| open_error_t | openapiDot1xPortGuestVlanGet (openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t *vlanId) |
| Gets the dot1x port guest vlan ID. | |
| open_error_t | openapiDot1xPortGuestVlanSet (openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t vlanId) |
| Sets the dot1x port guest vlan ID. | |
| open_error_t | openapiDot1xPortMabEnabledGet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_BOOL_t *mabEnabled) |
| Sets the dot1x port MAC authentication bypass enable mode. | |
| open_error_t | openapiDot1xPortMabEnabledSet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_BOOL_t mabEnabled) |
| Sets the dot1x port MAC authentication bypass enable mode. | |
| open_error_t | openapiDot1xPortOperatingControlModeGet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_DOT1X_PORT_CONTROL_t *mode) |
| Gets the dot1x port operating control mode. | |
| open_error_t | openapiDot1xPortOperationalMabModeGet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_CONTROL_t *mode) |
| Gets the dot1x port operational MAB mode. | |
| open_error_t | openapiDot1xPortPaeStateGet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_DOT1X_APM_STATES_t *state) |
| Gets the dot1x port PAE state. | |
| open_error_t | openapiDot1xPortStatusGet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_DOT1X_PORT_STATUS_t *status) |
| Gets the dot1x port status. | |
| open_error_t | openapiDot1xPortVlanAssignedGet (openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t *vlan) |
| Gets the dot1x port assigned VLAN. | |
| open_error_t | openapiDot1xPortVlanAssignedReasonGet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_DOT1X_VLAN_ASSIGNED_MODE_t *reason) |
| Gets the dot1x port assigned VLAN reason. | |
| open_error_t | openapiDot1xSystemAuthControlModeGet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t *mode) |
| Gets the dot1x global administrative mode. | |
| open_error_t | openapiDot1xSystemAuthControlModeSet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t mode) |
| Sets the dot1x global administrative 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 | 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 openapiAuthMgrAdminModeGet | ( | openapiClientHandle_t * | client_handle, |
| OPEN_CONTROL_t * | mode | ||
| ) |
Gets the authentication manager global administrative mode.
| [in] | client_handle | client handle from registration API |
| [out] | mode | Administrative mode |
| OPEN_E_NONE | Get successful. |
| OPEN_E_FAIL | Get failed. |
| OPEN_E_PARAM | Error in parameter passed. |
| OPEN_E_INTERNAL | Other internal failure. |
OpEN API Version: 1.19
| open_error_t openapiAuthMgrAdminModeSet | ( | openapiClientHandle_t * | client_handle, |
| OPEN_CONTROL_t | mode | ||
| ) |
Sets the authentication manager global administrative mode.
| [in] | client_handle | client handle from registration API |
| [in] | mode | Administrative mode |
| OPEN_E_NONE | Mode set successful. |
| OPEN_E_FAIL | Mode set failed. |
| OPEN_E_PARAM | Error in parameter passed. |
| OPEN_E_INTERNAL | Other internal failure. |
OpEN API Version: 1.19
| open_error_t openapiAuthMgrAuthenticationHostModeGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| OPEN_AUTHMGR_HOST_CONTROL_t * | mode | ||
| ) |
Gets the authentication host mode for the specified interface.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | Interface ID |
| [out] | mode | Interface host mode |
| OPEN_E_NONE | Get successful. |
| OPEN_E_FAIL | Get failed. |
| OPEN_E_PARAM | Error in parameter passed. |
| OPEN_E_INTERNAL | Other internal failure. |
OpEN API Version: 1.19
| open_error_t openapiAuthMgrAuthenticationHostModeSet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| OPEN_AUTHMGR_HOST_CONTROL_t | mode | ||
| ) |
Sets the authentication host mode for the specified interface.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | Interface ID |
| [in] | mode | Interface host mode |
| OPEN_E_NONE | Set successful. |
| OPEN_E_FAIL | Set failed. |
| OPEN_E_PARAM | Error in parameter passed. |
| OPEN_E_INTERNAL | Other internal failure. |
OpEN API Version: 1.19
| open_error_t openapiAuthMgrAuthenticationPeriodicGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| OPEN_BOOL_t * | val | ||
| ) |
Gets the authentication periodic (reauth) enabled status for the specified interface.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | Interface ID |
| [out] | val | Authentication periodic status |
| OPEN_E_NONE | Get successful. |
| OPEN_E_FAIL | Get failed. |
| OPEN_E_PARAM | Error in parameter passed. |
| OPEN_E_INTERNAL | Other internal failure. |
OpEN API Version: 1.19
| open_error_t openapiAuthMgrAuthenticationPeriodicSet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| OPEN_BOOL_t | val | ||
| ) |
Sets the authentication periodic (reauth) enabled status for the specified interface.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | Interface ID |
| [in] | val | Authentication periodic status |
| OPEN_E_NONE | Set successful. |
| OPEN_E_FAIL | Set failed. |
| OPEN_E_PARAM | Error in parameter passed. |
| OPEN_E_INTERNAL | Other internal failure. |
OpEN API Version: 1.19
| open_error_t openapiAuthMgrAuthenticationReAuthPeriodFromServerSet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| OPEN_BOOL_t | val | ||
| ) |
Sets the flag to get reauthentication period from server/user for the specified interface.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | Interface ID |
| [in] | val | Flag to get reauthentication period from server/user |
| OPEN_E_NONE | Set successful. |
| OPEN_E_FAIL | Set failed. |
| OPEN_E_PARAM | Error in parameter passed. |
| OPEN_E_INTERNAL | Other internal failure. |
OpEN API Version: 1.19
| open_error_t openapiAuthMgrAuthenticationReAuthPeriodGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| uint32_t * | val | ||
| ) |
Gets the reauthentication period for the specified interface.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | Interface ID |
| [out] | val | Reauthentication period |
| OPEN_E_NONE | Get successful. |
| OPEN_E_FAIL | Get failed. |
| OPEN_E_PARAM | Error in parameter passed. |
| OPEN_E_INTERNAL | Other internal failure. |
OpEN API Version: 1.19
| open_error_t openapiAuthMgrAuthenticationReAuthPeriodServerGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| OPEN_BOOL_t * | val | ||
| ) |
Gets the flag to get reauthentication period from server/user for the specified interface.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | Interface ID |
| [out] | val | Flag to get reauthentication period from server/user |
| OPEN_E_NONE | Get successful. |
| OPEN_E_FAIL | Get failed. |
| OPEN_E_PARAM | Error in parameter passed. |
| OPEN_E_INTERNAL | Other internal failure. |
OpEN API Version: 1.19
| open_error_t openapiAuthMgrAuthenticationReAuthPeriodSet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| uint32_t | val | ||
| ) |
Sets the reauthentication period for the specified interface.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | Interface ID |
| [in] | val | Reauthentication period |
| OPEN_E_NONE | Set successful. |
| OPEN_E_FAIL | Set failed. |
| OPEN_E_PARAM | Error in parameter passed. |
| OPEN_E_INTERNAL | Other internal failure. |
OpEN API Version: 1.19
| open_error_t openapiDot1xDefaultAuthenMethodGet | ( | openapiClientHandle_t * | client_handle, |
| OPEN_USER_MGR_AUTH_METHOD_t * | method | ||
| ) |
Gets the dot1x default authentication method.
| [in] | client_handle | client handle from registration API |
| [out] | mode | authentication method |
| OPEN_E_NONE | Get successful. |
| OPEN_E_FAIL | Get failed. |
| OPEN_E_PARAM | Error in parameter passed. |
OpEN API Version: 1.14
| open_error_t openapiDot1xDefaultAuthenMethodSet | ( | openapiClientHandle_t * | client_handle, |
| OPEN_USER_MGR_AUTH_METHOD_t | method | ||
| ) |
Sets the dot1x default authentication method.
| [in] | client_handle | client handle from registration API |
| [in] | mode | authentication method |
| OPEN_E_NONE | Set successful. |
| OPEN_E_FAIL | Set failed. |
| OPEN_E_PARAM | Error in parameter passed. |
OpEN API Version: 1.14
| open_error_t openapiDot1xLogicalPortFirstGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| uint32_t * | logicalIfNum | ||
| ) |
Gets the first dot1x logical interface identifier for a given physical port.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | Interface ID for the physical port |
| [out] | logicalIfNum | logical interface identifier |
| OPEN_E_NONE | Get successful. |
| OPEN_E_FAIL | Get failed or no logical port found. |
| OPEN_E_PARAM | Error in parameter passed. |
OpEN API Version: 1.14
| open_error_t openapiDot1xLogicalPortNextGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | logicalIfNum, | ||
| uint32_t * | nextLogicalIfNum | ||
| ) |
Gets the next dot1x logical interface identifier on the same physical port as the given logical interface identifier.
| [in] | client_handle | client handle from registration API |
| [in] | logicalIfNum | logical interface identifier |
| [out] | nextLogicalIfNum | next logical interface identifier on the same physical port as the given logical interface identifier |
| OPEN_E_NONE | Get successful. |
| OPEN_E_FAIL | Get failed or no next logical port found. |
| OPEN_E_PARAM | Error in parameter passed. |
OpEN API Version: 1.14
| open_error_t openapiDot1xLogicalPortSupplicantMacAddrGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | logicalIfNum, | ||
| open_buffdesc * | macAddr | ||
| ) |
Gets the MAC address of the dot1x supplicant present on the specified logical interface.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | Interface ID |
| [out] | macAddr | supplicant's MAC address, buffdesc must provide at least OPEN_MAC_ADDR_LEN bytes of space |
| OPEN_E_NONE | Get successful. |
| OPEN_E_FAIL | Get failed. |
| OPEN_E_PARAM | Error in parameter passed. |
OpEN API Version: 1.14
| open_error_t openapiDot1xLogicalPortVlanAssignmentGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | logicalIfNum, | ||
| uint32_t * | vlan, | ||
| OPEN_DOT1X_VLAN_ASSIGNED_MODE_t * | reason | ||
| ) |
Gets the dot1x assigned VLAN ID and reason for the specified logical interface.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | Interface ID |
| [out] | vlan | VLAN ID |
| [out] | reason | reason the VLAN was assigned |
| OPEN_E_NONE | Get successful. |
| OPEN_E_FAIL | Get failed. |
| OPEN_E_PARAM | Error in parameter passed. |
OpEN API Version: 1.14
| open_error_t openapiDot1xPortBackendAuthStateGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| OPEN_DOT1X_BAM_STATES_t * | state | ||
| ) |
Gets the dot1x port back end authorization state.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | Interface ID |
| [out] | state | State |
| OPEN_E_NONE | State get successful. |
| OPEN_E_FAIL | State get failed. |
| OPEN_E_PARAM | Error in parameter passed. |
OpEN API Version: 1.14
| open_error_t openapiDot1xPortControlModeGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| OPEN_DOT1X_PORT_CONTROL_t * | mode | ||
| ) |
Gets the dot1x port configured control mode.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | Interface ID |
| [out] | mode | control mode |
| OPEN_E_NONE | Mode get successful. |
| OPEN_E_FAIL | Mode get failed. |
| OPEN_E_PARAM | Error in parameter passed. |
OpEN API Version: 1.14
| open_error_t openapiDot1xPortControlModeSet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| OPEN_DOT1X_PORT_CONTROL_t | mode | ||
| ) |
Sets the dot1x port configured control mode.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | Interface ID |
| [in] | mode | control mode |
| OPEN_E_NONE | Mode set successful. |
| OPEN_E_FAIL | Mode set failed. |
| OPEN_E_PARAM | Error in parameter passed. |
OpEN API Version: 1.14
| open_error_t openapiDot1xPortGuestVlanGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| uint32_t * | vlanId | ||
| ) |
Gets the dot1x port guest vlan ID.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | Interface ID |
| [out] | vlanId | VLAN ID |
| OPEN_E_NONE | Get successful. |
| OPEN_E_FAIL | Get failed. |
| OPEN_E_PARAM | Error in parameter passed. |
OpEN API Version: 1.14
| open_error_t openapiDot1xPortGuestVlanSet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| uint32_t | vlanId | ||
| ) |
Sets the dot1x port guest vlan ID.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | Interface ID |
| [in] | vlanId | VLAN ID |
| OPEN_E_NONE | Set successful. |
| OPEN_E_FAIL | Set failed. |
| OPEN_E_PARAM | Error in parameter passed. |
OpEN API Version: 1.14
| open_error_t openapiDot1xPortMabEnabledGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| OPEN_BOOL_t * | mabEnabled | ||
| ) |
Sets the dot1x port MAC authentication bypass enable mode.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | Interface ID |
| [out] | mabEnabled | OPEN_TRUE if MAB enabled, else OPEN_FALSE |
| OPEN_E_NONE | Get successful. |
| OPEN_E_FAIL | Get failed. |
| OPEN_E_PARAM | Error in parameter passed. |
OpEN API Version: 1.14
| open_error_t openapiDot1xPortMabEnabledSet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| OPEN_BOOL_t | mabEnabled | ||
| ) |
Sets the dot1x port MAC authentication bypass enable mode.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | Interface ID |
| [in] | mabEnabled | Set to OPEN_TRUE to enable MAB, OPEN_FALSE to disable |
| OPEN_E_NONE | Set successful. |
| OPEN_E_FAIL | Set failed. |
| OPEN_E_PARAM | Error in parameter passed. |
OpEN API Version: 1.14
| open_error_t openapiDot1xPortOperatingControlModeGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| OPEN_DOT1X_PORT_CONTROL_t * | mode | ||
| ) |
Gets the dot1x port operating control mode.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | Interface ID |
| [out] | mode | Operating control mode |
| OPEN_E_NONE | Mode get successful. |
| OPEN_E_FAIL | Mode get failed. |
| OPEN_E_PARAM | Error in parameter passed. |
OpEN API Version: 1.14
| open_error_t openapiDot1xPortOperationalMabModeGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| OPEN_CONTROL_t * | mode | ||
| ) |
Gets the dot1x port operational MAB mode.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | Interface ID |
| [out] | mode | Mode |
| OPEN_E_NONE | Mode get successful. |
| OPEN_E_FAIL | Mode get failed. |
| OPEN_E_PARAM | Error in parameter passed. |
OpEN API Version: 1.14
| open_error_t openapiDot1xPortPaeStateGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| OPEN_DOT1X_APM_STATES_t * | state | ||
| ) |
Gets the dot1x port PAE state.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | Interface ID |
| [out] | state | State |
| OPEN_E_NONE | State get successful. |
| OPEN_E_FAIL | State get failed. |
| OPEN_E_PARAM | Error in parameter passed. |
OpEN API Version: 1.14
| open_error_t openapiDot1xPortStatusGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| OPEN_DOT1X_PORT_STATUS_t * | status | ||
| ) |
Gets the dot1x port status.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | Interface ID |
| [out] | status | Status |
| OPEN_E_NONE | Status get successful. |
| OPEN_E_FAIL | Status get failed. |
| OPEN_E_PARAM | Error in parameter passed. |
OpEN API Version: 1.14
| open_error_t openapiDot1xPortVlanAssignedGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| uint32_t * | vlan | ||
| ) |
Gets the dot1x port assigned VLAN.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | Interface ID |
| [out] | vlan | VLAN ID |
| OPEN_E_NONE | VLAN ID get successful. |
| OPEN_E_FAIL | VLAN ID get failed. |
| OPEN_E_PARAM | Error in parameter passed. |
OpEN API Version: 1.14
| open_error_t openapiDot1xPortVlanAssignedReasonGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | ifNum, | ||
| OPEN_DOT1X_VLAN_ASSIGNED_MODE_t * | reason | ||
| ) |
Gets the dot1x port assigned VLAN reason.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | Interface ID |
| [out] | reason | Reason |
| OPEN_E_NONE | Reason get successful. |
| OPEN_E_FAIL | Reason get failed. |
| OPEN_E_PARAM | Error in parameter passed. |
OpEN API Version: 1.14
| open_error_t openapiDot1xSystemAuthControlModeGet | ( | openapiClientHandle_t * | client_handle, |
| OPEN_CONTROL_t * | mode | ||
| ) |
Gets the dot1x global administrative mode.
| [in] | client_handle | client handle from registration API |
| [out] | mode | Administrative mode |
| OPEN_E_NONE | Mode get successful. |
| OPEN_E_FAIL | Mode get failed. |
| OPEN_E_PARAM | Error in parameter passed. |
OpEN API Version: 1.14
| open_error_t openapiDot1xSystemAuthControlModeSet | ( | openapiClientHandle_t * | client_handle, |
| OPEN_CONTROL_t | mode | ||
| ) |
Sets the dot1x global administrative mode.
| [in] | client_handle | client handle from registration API |
| [in] | mode | Administrative mode |
| OPEN_E_NONE | Mode set successful. |
| OPEN_E_FAIL | Mode set failed. |
| OPEN_E_PARAM | Error in parameter passed. |
OpEN API Version: 1.14
| 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.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | Interface ID |
| [out] | val | Authentication type |
| OPEN_E_NONE | Get successful. |
| OPEN_E_FAIL | Get failed. |
| OPEN_E_PARAM | Error in parameter passed. |
| OPEN_E_INTERNAL | Other internal failure. |
OpEN API Version: 1.19
| 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.
| [in] | client_handle | client handle from registration API |
| [in] | ifNum | Interface ID |
| [in] | val | Authentication type |
| OPEN_E_NONE | Set successful. |
| OPEN_E_FAIL | Set failed. |
| OPEN_E_PARAM | Error in parameter passed. |
| OPEN_E_INTERNAL | Other internal failure. |
OpEN API Version: 1.19