typedef enum { VM_WLAN_TIMEOUT, VM_WLAN_LOST_COVERAGE, VM_WLAN_NORMAL_REJ, VM_WLAN_CONNECT_FAIL, VM_WLAN_AUTH_FAIL, VM_WLAN_CAUSE_COUNT, VM_WLAN_UNSUPPORTED_EAP_TYPE, VM_WLAN_WRONG_USER_INFO, VM_WLAN_LOW_RSSI, VM_WLAN_INVALID_CAUSE, VM_WLAN_CAUSE_MAX = 0x7F } VM_WLAN_CAUSE;
typedef enum { VM_WLAN_TIMEOUT, VM_WLAN_LOST_COVERAGE, VM_WLAN_NORMAL_REJ, VM_WLAN_CONNECT_FAIL, VM_WLAN_AUTH_FAIL, VM_WLAN_CAUSE_COUNT, VM_WLAN_UNSUPPORTED_EAP_TYPE, VM_WLAN_WRONG_USER_INFO, VM_WLAN_LOW_RSSI, VM_WLAN_INVALID_CAUSE, VM_WLAN_CAUSE_MAX = 0x7F } VM_WLAN_CAUSE;
same as supc_abm_cause_enum
vmwlan.h
|
Members |
Description |
|
VM_WLAN_TIMEOUT |
Connection timed out. |
|
VM_WLAN_LOST_COVERAGE |
Lost the coverage. |
|
VM_WLAN_NORMAL_REJ |
Normal rejection. |
|
VM_WLAN_CONNECT_FAIL |
Connection failed. |
|
VM_WLAN_AUTH_FAIL |
Authorization failed. |
|
VM_WLAN_CAUSE_COUNT |
Cause counts. |
|
VM_WLAN_UNSUPPORTED_EAP_TYPE |
Unsupported EAP. |
|
VM_WLAN_WRONG_USER_INFO |
Incorrect user information. |
|
VM_WLAN_LOW_RSSI |
Low RSSI, when RSSI < -85dBm. |
|
VM_WLAN_INVALID_CAUSE |
Invalid cause. |
|
VM_WLAN_CAUSE_MAX = 0x7F |
Forces the compiler to use 1-byte integer for enum. |
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.