feat(phy): update 11ax rate for cert test

This commit is contained in:
muhaidong
2025-06-09 20:39:48 +08:00
committed by BOT
parent 8a425253d1
commit f1d55e162d
3 changed files with 23 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ extern "C" {
#include <stdint.h>
#include <stdbool.h>
#include "sdkconfig.h"
typedef enum {
//11b
@@ -202,7 +203,7 @@ void esp_phy_bt_tx_tone(uint32_t start, uint32_t chan, uint32_t power);
void esp_phy_get_rx_result(esp_phy_rx_result_t *rx_result);
#if CONFIG_SOC_WIFI_HE_SUPPORT
void esp_phy_11ax_tx_set(uint32_t he_format, uint32_t ru_index);
void esp_phy_11ax_tx_set(uint32_t he_format, uint32_t pe, uint32_t giltf_num, uint32_t ru_index);
#endif
#ifdef __cplusplus