Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_twt_tlv.c678 additional_params->b_twt_id0 = TWT_FLAGS_GET_BTWT_ID0(flags); in extract_twt_add_dialog_comp_additional_parameters()
1810 additional_params->b_twt_id0 = TWT_FLAGS_GET_BTWT_ID0(flags); in extract_twt_add_dialog_comp_additional_parameters()
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h39564 #define TWT_FLAGS_GET_BTWT_ID0(flag) WMI_GET_BITS(flag, 12, 1) macro