Searched refs:bo (Results 1 - 11 of 11) sorted by relevance

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_output.c3382 struct ieee80211_beacon_offsets *bo = &vap->iv_bcn_off; local
3444 memset(bo, 0, sizeof(*bo));
3451 bo->bo_caps = (uint16_t *)frm;
3468 bo->bo_cfp = frm;
3471 bo->bo_tim = frm;
3476 bo->bo_tim_len = 0;
3489 bo->bo_tim_len = 1;
3491 bo->bo_tim_trailer = frm;
3498 bo
3711 struct ieee80211_beacon_offsets *bo = &vap->iv_bcn_off; local
[all...]
H A Dieee80211_tdma.h103 struct ieee80211_beacon_offsets *bo);
H A Dieee80211_tdma.c718 struct ieee80211_beacon_offsets *bo)
725 if (isset(bo->bo_flags, IEEE80211_BEACON_TDMA)) {
726 (void) ieee80211_add_tdma(bo->bo_tdma, vap);
727 clrbit(bo->bo_flags, IEEE80211_BEACON_TDMA);
743 setbit(bo->bo_flags, IEEE80211_BEACON_TDMA);
717 ieee80211_tdma_update_beacon(struct ieee80211vap *vap, struct ieee80211_beacon_offsets *bo) argument
H A Dieee80211_mesh.c3401 struct ieee80211_beacon_offsets *bo)
3405 if (isset(bo->bo_flags, IEEE80211_BEACON_MESHCONF)) {
3406 (void)ieee80211_add_meshconf(bo->bo_meshconf, vap);
3407 clrbit(bo->bo_flags, IEEE80211_BEACON_MESHCONF);
3400 ieee80211_mesh_update_beacon(struct ieee80211vap *vap, struct ieee80211_beacon_offsets *bo) argument
H A Dieee80211_ht.c3486 struct ieee80211_beacon_offsets *bo)
3493 (struct ieee80211_ie_htinfo *) bo->bo_htinfo;
3485 ieee80211_ht_update_beacon(struct ieee80211vap *vap, struct ieee80211_beacon_offsets *bo) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/
H A Dif_rtwn_beacon.c165 struct ieee80211_beacon_offsets *bo = &vap->iv_bcn_off; local
204 setbit(bo->bo_flags, item);
212 clrbit(bo->bo_flags, IEEE80211_BEACON_CSA);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_beacon.c383 struct ieee80211_beacon_offsets *bo = &vap->iv_bcn_off; local
385 setbit(bo->bo_flags, item);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c4349 struct ieee80211_beacon_offsets *bo = &vap->iv_bcn_off; local
4367 if (*(bo->bo_tim) == IEEE80211_ELEMID_TIM) {
4368 tie = (struct ieee80211_tim_ie *) bo->bo_tim;
4371 cmd->tim = htole16(bo->bo_tim - ptr);
4437 struct ieee80211_beacon_offsets *bo = &vap->iv_bcn_off; local
4462 setbit(bo->bo_flags, item);
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2560.c1276 struct ieee80211_beacon_offsets *bo = &vap->iv_bcn_off; local
1278 setbit(bo->bo_flags, item);
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_rum.c2830 struct ieee80211_beacon_offsets *bo = &vap->iv_bcn_off; local
2859 setbit(bo->bo_flags, item);
H A Dif_run.c5003 struct ieee80211_beacon_offsets *bo = &vap->iv_bcn_off; local
5024 setbit(bo->bo_flags, item);

Completed in 181 milliseconds