Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_twt_tlv.c155 TWT_FLAGS_SET_BTWT_ID0(cmd->flags, params->flag_b_twt_id0); in twt_add_dialog_set_bcast_twt_params()
1335 TWT_FLAGS_SET_BTWT_ID0(cmd->flags, params->flag_b_twt_id0); in twt_add_dialog_set_bcast_twt_params()
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h39565 #define TWT_FLAGS_SET_BTWT_ID0(flag, val) WMI_SET_BITS(flag, 12, 1, val) macro