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