ieee80211_output.c | 2045 u_int timlen, timoff, i; local in function:ieee80211_beacon_update 2063 timoff = 128; /* impossibly large */ 2066 timoff = i &~ 1; 2069 IASSERT(timoff != 128, ("tim bitmap empty!")); 2070 for (i = ic->ic_tim_len-1; i >= timoff; i--) 2073 timlen = 1 + (i - timoff); 2075 timoff = 0; 2088 tie->tim_bitctl = timoff; 2091 memcpy(tie->tim_bitmap, ic->ic_tim_bitmap + timoff, 2098 __func__, ic->ic_ps_pending, timoff, timlen) [all...] |