1# WifiStationInfo 2 3 4## 概述 5 6定义STA信息 7 8**起始版本:** 3.2 9 10**相关模块:**[WLAN](_w_l_a_n_v11.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 44### rxMcs 45 46``` 47unsigned char WifiStationInfo::rxMcs 48``` 49**描述** 50 51接收MCS(Modulation and Coding Scheme)索引。 52 53 54### rxRate 55 56``` 57unsigned int WifiStationInfo::rxRate 58``` 59**描述** 60 61接收速率。 62 63 64### rxVhtmcs 65 66``` 67unsigned char WifiStationInfo::rxVhtmcs 68``` 69**描述** 70 71接收VHT-MCS(Very High Throughput Modulation and Coding Scheme)配置。 72 73 74### rxVhtNss 75 76``` 77unsigned char WifiStationInfo::rxVhtNss 78``` 79**描述** 80 81接收VHT-NSS(Very High Throughput Number of Spatial Streams)配置。 82 83 84### txMcs 85 86``` 87unsigned char WifiStationInfo::txMcs 88``` 89**描述** 90 91发送MCS(Modulation and Coding Scheme)索引。 92 93 94### txRate 95 96``` 97unsigned int WifiStationInfo::txRate 98``` 99**描述** 100 101发送速率。 102 103 104### txVhtmcs 105 106``` 107unsigned char WifiStationInfo::txVhtmcs 108``` 109**描述** 110 111发送VHT-MCS(Very High Throughput Modulation and Coding Scheme)配置。 112 113 114### txVhtNss 115 116``` 117unsigned char WifiStationInfo::txVhtNss 118``` 119**描述** 120 121发送VHT-NSS(Very High Throughput Number of Spatial Streams)配置。 122