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

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_output.c3480 struct ieee80211_tim_ie *tie = (struct ieee80211_tim_ie *) frm; local
3482 tie->tim_ie = IEEE80211_ELEMID_TIM;
3483 tie->tim_len = 4; /* length */
3484 tie->tim_count = 0; /* DTIM count */
3485 tie->tim_period = vap->iv_dtim_period; /* DTIM period */
3486 tie->tim_bitctl = 0; /* bitmap control */
3487 tie->tim_bitmap[0] = 0; /* Partial Virtual Bitmap */
3864 struct ieee80211_tim_ie *tie = local
3906 int adjust = tie->tim_bitmap+timlen
3931 tie
[all...]
/haiku/headers/cpp/
H A Dstreambuf.h179 ostream* tie() const { return _tie; } function in class:ios
180 ostream* tie(ostream* val) { ostream* save=_tie; _tie=val; return save; } function in class:ios
259 inline void init(streambuf* sb, ostream* tie = 0);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c4353 struct ieee80211_tim_ie *tie; local
4368 tie = (struct ieee80211_tim_ie *) bo->bo_tim;
4372 cmd->timsz = tie->tim_len;

Completed in 103 milliseconds