mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
esp_wifi: espnow support using 11ax rate to send frame
This commit is contained in:
@@ -50,11 +50,11 @@ lmacReachShortLimit = 0x40000c48;
|
||||
lmacRecycleMPDU = 0x40000c4c;
|
||||
lmacRxDone = 0x40000c50;
|
||||
//lmacSetTxFrame = 0x40000c54;
|
||||
lmacTxDone = 0x40000c58;
|
||||
//lmacTxDone = 0x40000c58;
|
||||
lmacTxFrame = 0x40000c5c;
|
||||
mac_tx_set_duration = 0x40000c60;
|
||||
//mac_tx_set_plcp0 = 0x40000c64;
|
||||
mac_tx_set_plcp1 = 0x40000c68;
|
||||
//mac_tx_set_plcp1 = 0x40000c68;
|
||||
mac_tx_set_plcp2 = 0x40000c6c;
|
||||
pm_check_state = 0x40000c70;
|
||||
/* pm_disable_dream_timer = 0x40000c74; */
|
||||
@@ -92,7 +92,7 @@ ppEnqueueRxq = 0x40000cf0;
|
||||
ppEnqueueTxDone = 0x40000cf4;
|
||||
ppGetTxframe = 0x40000cf8;
|
||||
//ppMapTxQueue = 0x40000cfc;
|
||||
ppProcTxSecFrame = 0x40000d00;
|
||||
//ppProcTxSecFrame = 0x40000d00;
|
||||
ppProcessRxPktHdr = 0x40000d04;
|
||||
//ppProcessTxQ = 0x40000d08;
|
||||
ppRecordBarRRC = 0x40000d0c;
|
||||
@@ -171,7 +171,7 @@ ppDisableQueue = 0x40000e2c;
|
||||
pm_allow_tx = 0x40000e30;
|
||||
//wdev_is_data_in_rxlist = 0x40000e34;
|
||||
ppProcTxCallback = 0x40000e38;
|
||||
mac_tx_set_hesig = 0x40000e3c;
|
||||
//mac_tx_set_hesig = 0x40000e3c;
|
||||
ppCalPreFecPaddingFactor = 0x40000e40;
|
||||
mac_tx_set_tb = 0x40000e44;
|
||||
mac_tx_set_mplen = 0x40000e48;
|
||||
@@ -294,8 +294,8 @@ tsf_hal_set_tsf_time_deviation = 0x40001018;
|
||||
tsf_hal_set_tsf_time_deviation_sync_disable = 0x4000101c;
|
||||
tsf_hal_set_tsf_time_deviation_sync_enable = 0x40001020;
|
||||
tsf_hal_unmap_tbtt_target_to_rx_frame = 0x40001024;
|
||||
ppSelectTxFormat = 0x40001028;
|
||||
ppCertSetRate = 0x4000102c;
|
||||
//ppSelectTxFormat = 0x40001028;
|
||||
//ppCertSetRate = 0x4000102c;
|
||||
//ppHEAMPDU2Normal = 0x40001030;
|
||||
ppCalTxHEAMPDULength = 0x40001034;
|
||||
ppCalTxHESMPDULength = 0x40001038;
|
||||
@@ -435,8 +435,8 @@ s_mplen_vi_bitmap = 0x4087fdac;
|
||||
s_mplen_bk_bitmap = 0x4087fda8;
|
||||
esp_wifi_cert_tx_mcs = 0x4087fcfc;
|
||||
esp_wifi_cert_tx_bcc = 0x4087fcf8;
|
||||
esp_wifi_cert_tx_ltf = 0x4087fcf4;
|
||||
esp_wifi_cert_tx_gi = 0x4087fcf0;
|
||||
//esp_wifi_cert_tx_ltf = 0x4087fcf4;
|
||||
//esp_wifi_cert_tx_gi = 0x4087fcf0;
|
||||
esp_wifi_cert_tx_nss = 0x4087fcec;
|
||||
esp_test_tx_statistics_aci_bitmap = 0x4087fda4;
|
||||
esp_test_tx_statistics = 0x4087fd94;
|
||||
|
Reference in New Issue
Block a user