FULL_MAC_API
Wireless LAN Full MAC (WFM) API.
Modules |
|
Idle state | |
WFM API messages applicable for an interface in idle mode.
|
|
Wi-Fi client state | |
WFM API messages applicable for an interface in STA mode.
|
|
Wi-Fi access point state | |
WFM API messages applicable for an interface in AP mode.
|
|
IBSS station state | |
WFM API messages applicable for an interface in IBSS mode.
|
|
API constant values | |
WFM API constant values.
|
|
API types | |
WFM API types.
|
|
API concepts | |
WFM API concepts.
|
|
API messages | |
WFM API messages.
|
Data Structures |
|
union | WfmMessageIds_t |
WFM API message IDs.
|
Detailed Description
Wireless LAN Full MAC (WFM) API.
This module describes the functionality and the API messages of the Upper MAC (UMAC) component of the device. UMAC provides the Wireless LAN Full MAC (WFM) API. WFM API is used in conjunction with the general API messages described in GENERAL_API .
The device is capable of operating in different roles such as a Wi-Fi client and as a Wi-Fi access point. In order to make it possible to use multiple roles at the same time, the device has been split into logical units called interfaces.
There are two interfaces available for WFM API. They are referenced with interface IDs 0 and 1. For general information on how to format the API messages, see MESSAGE_CONSTRUCTION .
For a list of WFM API messages, see WfmMessageIds_t for further details.
Data Structure Documentation
◆ WfmMessageIds_t
union WfmMessageIds_t |
WFM API message IDs.
Definition at line
113
of file
wfm_cmd_api.h
.
Data Fields | ||
---|---|---|
WfmConfirmationsIds | Confirmations | Confirmation messages sent from the device to the host. |
WfmIndicationsIds | Indications | Indication messages sent from the device to the host. |
WfmRequestsIds | Requests | Request messages sent from the host to the device. |
Enumeration Type Documentation
◆ WfmConfirmationsIds
enum WfmConfirmationsIds |
WFM API indication message IDs.
Definition at line
83
of file
wfm_cmd_api.h
.
◆ WfmIndicationsIds
enum WfmIndicationsIds |
WFM API confirmation message IDs.
Definition at line
65
of file
wfm_cmd_api.h
.
◆ WfmRequestsIds
enum WfmRequestsIds |
WFM API request message IDs.
Definition at line
35
of file
wfm_cmd_api.h
.