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