API constant valuesFULL_MAC_API
WFM API constant values.
Macros |
|
| #define | WFM_API_MAC_ADDR_SIZE API_MAC_ADDR_SIZE |
|
Length of MAC address element.
|
|
| #define | WFM_API_BSSID_SIZE 6 |
|
Length of BSSID element.
|
|
| #define | WFM_API_PASSWORD_SIZE 64 |
|
Length of password element.
|
|
| #define | WFM_API_MAC_SIZE 6 |
|
Length of MAC address element.
|
|
| #define | WFM_API_CHANNEL_NUMBER_SIZE 14 |
|
Maximum length of channel list element.
|
|
| #define | WFM_API_SSID_DEF_SIZE 2 |
|
Maximum length of SSID list element.
|
|
| #define | WFM_API_SSID_SIZE 32 |
|
Length of Service Set Identifier (SSID) element.
|
|
| #define | WFM_API_ARP_IP_ADDR_SIZE 2 |
|
Length of ARP IP address list element.
|
|
| #define | WFM_API_NS_IP_ADDR_SIZE 2 |
|
Length of NS IP address list element.
|
|
| #define | WFM_API_IPV6_ADDR_SIZE 16 |
|
Length of IPv6 address element.
|
|
Detailed Description
WFM API constant values.
Macro Definition Documentation
◆ WFM_API_ARP_IP_ADDR_SIZE
| #define WFM_API_ARP_IP_ADDR_SIZE 2 |
Length of ARP IP address list element.
Definition at line
143
of file
wfm_cmd_api.h
.
◆ WFM_API_BSSID_SIZE
| #define WFM_API_BSSID_SIZE 6 |
Length of BSSID element.
Definition at line
131
of file
wfm_cmd_api.h
.
◆ WFM_API_CHANNEL_NUMBER_SIZE
| #define WFM_API_CHANNEL_NUMBER_SIZE 14 |
Maximum length of channel list element.
Definition at line
137
of file
wfm_cmd_api.h
.
◆ WFM_API_IPV6_ADDR_SIZE
| #define WFM_API_IPV6_ADDR_SIZE 16 |
Length of IPv6 address element.
Definition at line
147
of file
wfm_cmd_api.h
.
◆ WFM_API_MAC_ADDR_SIZE
| #define WFM_API_MAC_ADDR_SIZE API_MAC_ADDR_SIZE |
Length of MAC address element.
Definition at line
129
of file
wfm_cmd_api.h
.
◆ WFM_API_MAC_SIZE
| #define WFM_API_MAC_SIZE 6 |
Length of MAC address element.
Definition at line
135
of file
wfm_cmd_api.h
.
◆ WFM_API_NS_IP_ADDR_SIZE
| #define WFM_API_NS_IP_ADDR_SIZE 2 |
Length of NS IP address list element.
Definition at line
145
of file
wfm_cmd_api.h
.
◆ WFM_API_PASSWORD_SIZE
| #define WFM_API_PASSWORD_SIZE 64 |
Length of password element.
Definition at line
133
of file
wfm_cmd_api.h
.
Referenced by
wf200_start_ap_command()
.
◆ WFM_API_SSID_DEF_SIZE
| #define WFM_API_SSID_DEF_SIZE 2 |
Maximum length of SSID list element.
Definition at line
139
of file
wfm_cmd_api.h
.
◆ WFM_API_SSID_SIZE
| #define WFM_API_SSID_SIZE 32 |
Length of Service Set Identifier (SSID) element.
Definition at line
141
of file
wfm_cmd_api.h
.
Enumeration Type Documentation
◆ WfmClientIsolation
| enum WfmClientIsolation |
◆ WfmFrameType
| enum WfmFrameType |
Type of the frame to be sent.
Value unused, all frames are considered to be Data by default.
Support for the other types will be added later.
| Enumerator | |
|---|---|
| WFM_FRAME_TYPE_MGMT |
Management Frame. |
| WFM_FRAME_TYPE_ACTION |
Action Frame. |
| WFM_FRAME_TYPE_DATA |
Data Frame. |
Definition at line
163
of file
wfm_cmd_api.h
.
◆ WfmHiddenSsid
| enum WfmHiddenSsid |
◆ WfmMaxPhyRate
| enum WfmMaxPhyRate |
Maximum data rate used by an AP.
Definition at line
180
of file
wfm_cmd_api.h
.
◆ WfmMgmtFrameProtection
◆ WfmPmMode
| enum WfmPmMode |
◆ WfmPriority
| enum WfmPriority |
◆ WfmReason
| enum WfmReason |
Reasons for AP to reject or disconnect a client.
Definition at line
234
of file
wfm_cmd_api.h
.
◆ WfmScanMode
| enum WfmScanMode |
◆ WfmSecurityMode
| enum WfmSecurityMode |
◆ WfmStatus
| enum WfmStatus |
Full MAC (UMAC) confirmation possible values for returned 'Status' field.
All Full MAC (UMAC) confirmation messages have a field 'Status' just after the message header.
A value of zero indicates the request has completed successfully.
Definition at line
266
of file
wfm_cmd_api.h
.