Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_twt_tlv.c209 TWT_FLAGS_SET_PROTECTION(cmd->flags, params->flag_protection); in send_twt_add_dialog_cmd_tlv()
1388 TWT_FLAGS_SET_PROTECTION(cmd->flags, params->flag_protection); in send_twt_add_dialog_cmd_tlv()
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h39561 #define TWT_FLAGS_SET_PROTECTION(flag, val) WMI_SET_BITS(flag, 11, 1, val) macro