Decode MPDU
[
recovers cfgMAC
,payload
,status
] = wlanMPDUDecode(mpdu
,phyFormat
)payload
, one or more MAC service data units (MSDUs), by
decoding MAC protocol data unit (MPDU) mpdu
. The function decodes the
MPDU by using parameters appropriate for the specified PHY format.
The function also returns status
, the result of the MPDU decoding,
and cfgMAC
, a wlanMACFrameConfig
configuration
object.
[
specifies options using one or more name-value pair arguments in addition any input argument
combination from previous syntaxes.cfgMAC
,payload
,status
] = wlanMPDUDecode(___,Name,Value
)