Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/src/ !
H A Dwmi_unified_twt_tlv.c68 TWT_EN_DIS_FLAGS_SET_BTWT(cmd->flags, params->b_twt_enable); in send_twt_enable_cmd_tlv()
1269 TWT_EN_DIS_FLAGS_SET_BTWT(cmd->flags, params->b_twt_enable); in send_twt_enable_cmd_tlv()
/wlan-driver/fw-api/fw/ !
H A Dwmi_unified.h39329 #define TWT_EN_DIS_FLAGS_SET_BTWT(flag, val) WMI_SET_BITS(flag, 0, 1, val) macro