Home
last modified time | relevance | path

Searched refs:bo_tim (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_proto.h380 uint8_t *bo_tim; /* start of atim/dtim */ member
H A Dieee80211_output.c3539 bo->bo_tim = frm; in ieee80211_beacon_construct()
3933 (struct ieee80211_tim_ie *) bo->bo_tim; in ieee80211_beacon_update()
/freebsd/sys/dev/ath/
H A Dif_ath_beacon.c735 if ((vap->iv_bcn_off.bo_tim[4] & 1) && cabq->axq_depth) { in ath_beacon_generate()
779 if (vap->iv_bcn_off.bo_tim[4] & 1) { in ath_beacon_generate()
/freebsd/sys/dev/wpi/
H A Dif_wpi.c4359 if (*(bo->bo_tim) == IEEE80211_ELEMID_TIM) { in wpi_config_beacon()
4360 tie = (struct ieee80211_tim_ie *) bo->bo_tim; in wpi_config_beacon()
4363 cmd->tim = htole16(bo->bo_tim - ptr); in wpi_config_beacon()