Home
last modified time | relevance | path

Searched refs:TX_DATA_CTRL_FLAG_QOS_BIT (Results 1 – 2 of 2) sorted by relevance

/hal_silabs-latest/wiseconnect/components/protocol/wifi/inc/
Dsl_wifi_types.h64 #define TX_DATA_CTRL_FLAG_QOS_BIT BIT(1) macro
65 #define IS_QOS_PKT(ctrl_flags) (ctrl_flags & TX_DATA_CTRL_FLAG_QOS_BIT)
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/
Dsl_si91x_driver.c2315 control->ctrl_flags &= ~TX_DATA_CTRL_FLAG_QOS_BIT; in encapsulate_tx_data_packet()