Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_twt_tlv.c675 additional_params->trig_en = TWT_FLAGS_GET_TRIGGER(flags); in extract_twt_add_dialog_comp_additional_parameters()
1807 additional_params->trig_en = TWT_FLAGS_GET_TRIGGER(flags); in extract_twt_add_dialog_comp_additional_parameters()
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h39552 #define TWT_FLAGS_GET_TRIGGER(flag) WMI_GET_BITS(flag, 9, 1) macro