HomeSort by: relevance | last modified time | path
    Searched defs:timlen (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net80211/
ieee80211_output.c 2045 u_int timlen, timoff, i; local in function:ieee80211_beacon_update
2073 timlen = 1 + (i - timoff);
2076 timlen = 1;
2078 if (timlen != bo->bo_tim_len) {
2080 memmove(tie->tim_bitmap+timlen, bo->bo_trailer,
2082 bo->bo_trailer = tie->tim_bitmap+timlen;
2084 bo->bo_tim_len = timlen;
2087 tie->tim_len = 3 + timlen;
2098 __func__, ic->ic_ps_pending, timoff, timlen);
ieee80211_output.c 2045 u_int timlen, timoff, i; local in function:ieee80211_beacon_update
2073 timlen = 1 + (i - timoff);
2076 timlen = 1;
2078 if (timlen != bo->bo_tim_len) {
2080 memmove(tie->tim_bitmap+timlen, bo->bo_trailer,
2082 bo->bo_trailer = tie->tim_bitmap+timlen;
2084 bo->bo_tim_len = timlen;
2087 tie->tim_len = 3 + timlen;
2098 __func__, ic->ic_ps_pending, timoff, timlen);
ieee80211_output.c 2045 u_int timlen, timoff, i; local in function:ieee80211_beacon_update
2073 timlen = 1 + (i - timoff);
2076 timlen = 1;
2078 if (timlen != bo->bo_tim_len) {
2080 memmove(tie->tim_bitmap+timlen, bo->bo_trailer,
2082 bo->bo_trailer = tie->tim_bitmap+timlen;
2084 bo->bo_tim_len = timlen;
2087 tie->tim_len = 3 + timlen;
2098 __func__, ic->ic_ps_pending, timoff, timlen);

Completed in 83 milliseconds