Home
last modified time | relevance | path

Searched refs:txVhtmcs (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/wlan/
H A D_wifi_station_info_v10.md24 | unsigned char [txVhtmcs](#txvhtmcs) | 发送VHT-MCS(Very High Throughput Modulation and Coding Scheme…
104 ### txVhtmcs subsection
107 unsigned char WifiStationInfo::txVhtmcs
H A D_wifi_station_info_v11.md24 | unsigned char [txVhtmcs](#txvhtmcs) | 发送VHT-MCS(Very High Throughput Modulation and Coding Scheme…
104 ### txVhtmcs subsection
107 unsigned char WifiStationInfo::txVhtmcs
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wifi_cmd.h453 uint8_t txVhtmcs; member
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/c_target/wlan/v1_0/
H A Dwlan_types.h.txt136 uint8_t txVhtmcs;
/ohos5.0/drivers/interface/wlan/v1_0/
H A DWlanTypes.idl238 unsigned char txVhtmcs;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/foo/wlan/v1_0/
H A DWlanTypes.idl238 unsigned char txVhtmcs;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/dump_ast_target/
H A Ddump.txt228 unsigned char txVhtmcs;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/c_target/wlan/v1_1/
H A Dwlan_types.h.txt160 uint8_t txVhtmcs;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/c_target/wlan/v1_2/
H A Dwlan_types.h.txt160 uint8_t txVhtmcs;
/ohos5.0/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h286 uint8_t txVhtmcs; member
/ohos5.0/drivers/interface/wlan/v1_1/
H A DWlanTypes.idl281 unsigned char txVhtmcs;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/dump_ast_target/
H A Ddump.txt263 unsigned char txVhtmcs;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/foo/wlan/v1_1/
H A DWlanTypes.idl281 unsigned char txVhtmcs;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/foo/wlan/v1_1/
H A DWlanTypes.idl281 unsigned char txVhtmcs;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/dump_ast_target/
H A Ddump.txt297 unsigned char txVhtmcs;
/ohos5.0/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_cmd_adapter.c2355 info->txVhtmcs = nla_get_u8(rate[NL80211_RATE_INFO_VHT_MCS]); in ParseStaTxRate()