Deaggregate A-MPDU and extract MPDUs
[
recovers mpduList
,failCRC
,status
] = wlanAMPDUDeaggregate(ampdu
,phyFormat
)mpduList
, a list of medium access control (MAC) protocol data
units (MPDUs), by deaggregating ampdu
, an aggregate MPDU (A-MPDU). The
function deaggregates the A-MPDU by using parameters appropriate for
phyFormat
, the physical layer (PHY) format.
The function also returns failCRC
, the delimiter cyclic redundancy
check (CRC) status for subframes found in ampdu
, and
status
, the status of A-MPDU deaggregation.
[
specifies options using one or more name-value pair arguments in addition to any input
argument combination from previous syntaxes.mpduList
,failCRC
,status
] = wlanAMPDUDeaggregate(___,Name,Value
)