Searched refs:TWT_FLAGS_GET_TRIGGER (Results 1 – 2 of 2) sorted by relevance
675 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()
39552 #define TWT_FLAGS_GET_TRIGGER(flag) WMI_GET_BITS(flag, 9, 1) macro