1# WifiStationInfo 2 3 4## **概述** 5 6STA的信息。 7 8**Since:** 9 103.2 11 12**Version:** 13 141.0 15 16**相关模块:** 17 18[WLAN](wlan.md) 19 20 21## **汇总** 22 23 24### Public 属性 25 26 | 名称 | 描述 | 27| -------- | -------- | 28| [rxRate](#rxrate) | 接收速率。 | 29| [txRate](#txrate) | 发送速率。 | 30| [flags](#flags) | 速率传输类型。 | 31| [rxVhtmcs](#rxvhtmcs) | 接收VHT-MCS(Very High Throughput Modulation and Coding Scheme)配置。 | 32| [txVhtmcs](#txvhtmcs) | 发送VHT-MCS(Very High Throughput Modulation and Coding Scheme)配置。 | 33| [rxMcs](#rxmcs) | 接收MCS(Modulation and Coding Scheme)索引。 | 34| [txMcs](#txmcs) | 发送MCS(Modulation and Coding Scheme)索引。 | 35| [rxVhtNss](#rxvhtnss) | 接收VHT-NSS(Very High Throughput Number of Spatial Streams)配置。 | 36| [txVhtNss](#txvhtnss) | 发送VHT-NSS(Very High Throughput Number of Spatial Streams)配置。 | 37 38 39## **类成员变量说明** 40 41 42### flags 43 44 45``` 46unsigned int WifiStationInfo::flags 47``` 48 49**描述:** 50 51速率传输类型。 52 53 54### rxMcs 55 56 57``` 58unsigned char WifiStationInfo::rxMcs 59``` 60 61**描述:** 62 63接收MCS(Modulation and Coding Scheme)索引。 64 65 66### rxRate 67 68 69``` 70unsigned int WifiStationInfo::rxRate 71``` 72 73**描述:** 74 75接收速率。 76 77 78### rxVhtmcs 79 80 81``` 82unsigned char WifiStationInfo::rxVhtmcs 83``` 84 85**描述:** 86 87接收VHT-MCS(Very High Throughput Modulation and Coding Scheme)配置。 88 89 90### rxVhtNss 91 92 93``` 94unsigned char WifiStationInfo::rxVhtNss 95``` 96 97**描述:** 98 99接收VHT-NSS(Very High Throughput Number of Spatial Streams)配置。 100 101 102### txMcs 103 104 105``` 106unsigned char WifiStationInfo::txMcs 107``` 108 109**描述:** 110 111发送MCS(Modulation and Coding Scheme)索引。 112 113 114### txRate 115 116 117``` 118unsigned int WifiStationInfo::txRate 119``` 120 121**描述:** 122 123发送速率。 124 125 126### txVhtmcs 127 128 129``` 130unsigned char WifiStationInfo::txVhtmcs 131``` 132 133**描述:** 134 135发送VHT-MCS(Very High Throughput Modulation and Coding Scheme)配置。 136 137 138### txVhtNss 139 140 141``` 142unsigned char WifiStationInfo::txVhtNss 143``` 144 145**描述:** 146 147发送VHT-NSS(Very High Throughput Number of Spatial Streams)配置。 148