Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dwmm_ac.c335 int cur_ac, existing_ts = 0, replace_ts = 0; in wmm_ac_should_replace_ts() local
352 existing_ts |= BIT(idx); in wmm_ac_should_replace_ts()
358 replace_ts |= existing_ts & (BIT(TS_DIR_IDX_UPLINK) | in wmm_ac_should_replace_ts()
363 replace_ts |= existing_ts & (BIT(TS_DIR_IDX_DOWNLINK) | in wmm_ac_should_replace_ts()
368 replace_ts |= existing_ts; in wmm_ac_should_replace_ts()