typedef enum { VM_WLAN_MODE_NONE, VM_WLAN_MODE_OFF, VM_WLAN_MODE_AP, VM_WLAN_MODE_STA, VM_WLAN_MODE_AP_STA, VM_WLAN_MODE_MAX = 0x7F } VM_WLAN_MODE;
typedef enum { VM_WLAN_MODE_NONE, VM_WLAN_MODE_OFF, VM_WLAN_MODE_AP, VM_WLAN_MODE_STA, VM_WLAN_MODE_AP_STA, VM_WLAN_MODE_MAX = 0x7F } VM_WLAN_MODE;
WLAN set mode enum.
vmwlan.h
|
Members |
Description |
|
VM_WLAN_MODE_NONE |
Not set. |
|
VM_WLAN_MODE_OFF |
OFF. |
|
VM_WLAN_MODE_AP |
AP (Access Point) mode only. This mode is reserved and not available now. |
|
VM_WLAN_MODE_STA |
STA (Station) mode only. Use this mode to join an access point. |
|
VM_WLAN_MODE_AP_STA |
AP+STA. This mode is reserved and not available now. |
|
VM_WLAN_MODE_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.