Main Content

displayIEs

Display list of IEs in MAC management frame

Since R2019a

Description

example

displayIEs(cfg)displays the list of information elements (IEs) in WLAN MAC management frame parameterized by frame-body configuration objectcfg. Each row consists of the element ID, element extension ID (if present), and the information. The element ID and element extension ID are integers in the interval [0, 255]. The IEs are displayed in hexadecimal format with the prefix0x.

Examples

collapse all

Create a WLAN MAC management frame-body configuration object with default settings. Display the information elements of the object using thedisplayIEsobject function.

cfg = wlanMACManagementConfig; displayIEs(cfg);
Element ID: 0, Information: 0x64656661756C742053534944 Element ID: 1, Information: 0x8C98B0

Input Arguments

collapse all

WLAN MAC management frame-body configuration, specified as awlanMACManagementConfigobject.

Extended Capabilities

C/C++ Code Generation
Generate C and C++ code using MATLAB® Coder™.

Version History

Introduced in R2019a

See Also

Objects

Functions

Baidu
map