header: update he_types.h

pull/10546/head
lvshisheng 2023-01-10 17:28:35 +08:00 zatwierdzone przez Chen Yudong
rodzic c07d237ffe
commit f4ff1b577b
1 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
* SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
@ -14,6 +14,9 @@
extern "C" {
#endif
#define FLOW_ID_ALL (8)
#define BSS_MAX_COLOR (63)
/**
* @brief Access category
*/
@ -130,7 +133,7 @@ typedef struct {
uint16_t he_siga2; /**< HE-SIGA2 */
unsigned : 7; /**< reserved */
unsigned is_group : 1; /**< indicate whether the reception is a group addressed frame */
unsigned : 32; /**< reserved */
unsigned timestamp : 32; /**< timestamp. The local time when this packet is received. It is precise only if modem sleep or light sleep is not enabled. unit: microsecond */
unsigned : 15; /**< reserved */
unsigned : 15; /**< reserved */
unsigned : 2; /**< reserved */