esp32c6: support wifi 6

This commit is contained in:
yuexia
2022-12-20 22:07:09 +08:00
committed by lvshisheng
parent 58b7fc1d8b
commit 032ebd76cb
24 changed files with 3164 additions and 91 deletions

View File

@@ -0,0 +1,21 @@
/*
* SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void register_wifi_cmd(void);
void register_wifi_itwt(void);
void register_wifi_stats(void);
#ifdef __cplusplus
}
#endif