|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
结构体 | |
| struct | alg_param_stru |
| 固定速率值。 更多... | |
函数 | |
| errcode_t | wifi_set_fixed_tx_rate (unsigned char auto_rate, alg_param_stru *alg_param) |
| 设置TX方向发送报文的速率模式。 | |
| errcode_t | wifi_get_negotiated_rate (const uint8_t *mac, int32_t mac_len, uint32_t *tx_best_rate) |
| 获取用户当前的最优速率。 | |
| errcode_t | wifi_set_tpc_mode (uint32_t tpc_value) |
| 设置TPC模式。 | |
| errcode_t | wifi_set_rts_mode (uint8_t mode, uint16_t pkt_length) |
| 设置RTS模式。 | |
| errcode_t | wifi_set_cca_threshold (uint8_t mode, int8_t threshold) |
| 设置CCA门限。 | |
| errcode_t wifi_get_negotiated_rate | ( | const uint8_t * | mac, |
| int32_t | mac_len, | ||
| uint32_t * | tx_best_rate | ||
| ) |
获取用户当前的最优速率。
| errcode_t wifi_set_cca_threshold | ( | uint8_t | mode, |
| int8_t | threshold | ||
| ) |
设置CCA门限。
| errcode_t wifi_set_fixed_tx_rate | ( | unsigned char | auto_rate, |
| alg_param_stru * | alg_param | ||
| ) |
设置TX方向发送报文的速率模式。
| errcode_t wifi_set_rts_mode | ( | uint8_t | mode, |
| uint16_t | pkt_length | ||
| ) |
设置RTS模式。
| errcode_t wifi_set_tpc_mode | ( | uint32_t | tpc_value | ) |
设置TPC模式。