|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.4.4.5
|
Go to the source code of this file.
Functions | |
| 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. | |