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

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_scan.h234 uint8_t timoff; member in struct:ieee80211_scanparams
H A Dieee80211_output.c3867 u_int timlen, timoff, i; local
3885 timoff = 128; /* impossibly large */
3888 timoff = i &~ 1;
3891 KASSERT(timoff != 128, ("tim bitmap empty!"));
3892 for (i = vap->iv_tim_len-1; i >= timoff; i--)
3895 timlen = 1 + (i - timoff);
3897 timoff = 0;
3932 tie->tim_bitctl = timoff;
3935 memcpy(tie->tim_bitmap, vap->iv_tim_bitmap + timoff,
3942 __func__, vap->iv_ps_pending, timoff, timle
[all...]
H A Dieee80211_input.c569 scan->timoff = frm - mtod(m, uint8_t *);
H A Dieee80211_scan_sta.c361 ise->se_timoff = sp->timoff;
H A Dieee80211_node.c1780 ni->ni_timoff = sp->timoff;

Completed in 150 milliseconds