Searched refs:indicate_tim (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/mac80211/
H A Dsta_info.c1010 bool indicate_tim = false; local
1054 indicate_tim |= !skb_queue_empty(&sta->tx_filtered[ac]) ||
1056 if (indicate_tim)
1061 indicate_tim |=
1063 indicate_tim |=
1070 if (indicate_tim == __bss_tim_get(ps->tim, id))
1073 if (indicate_tim)
1080 drv_set_tim(local, &sta->sta, indicate_tim);

Completed in 116 milliseconds