Create non-HT configuration object
The wlanNonHTConfig
object is a configuration object for the WLAN
non-high-throughput (non-HT) packet format.
creates a
configuration object that initializes parameters for an IEEE®
802.11™ non-HT PPDU.cfgNonHT
= wlanNonHTConfig
sets properties using one or more name-value pairs. Enclose each property name in
quotation marks. For example, cfgNonHT
= wlanNonHTConfig(Name,Value
)wlanNonHTConfig('Modulation','DSSS')
specifies the modulation type as direct-sequence spread spectrum (DSSS).
At runtime, the calling function validates object settings for properties relevant to the operation of the function.
[1] IEEE Std 802.11-2016 (Revision of IEEE Std 802.11-2012). “Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications.” IEEE Standard for Information technology — Telecommunications and information exchange between systems. Local and metropolitan area networks — Specific requirements.
wlanDMGConfig
| wlanHEMUConfig
| wlanHESUConfig
| wlanHETBConfig
| wlanHTConfig
| wlanS1GConfig
| wlanVHTConfig
[1] IEEE Std 802.11-2016 Adapted and reprinted with permission from IEEE. Copyright IEEE 2016. All rights reserved.