Home
last modified time | relevance | path

Searched refs:bo_flags (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/rtwn/
H A Dif_rtwn_beacon.c201 setbit(bo->bo_flags, item); in rtwn_update_beacon()
209 clrbit(bo->bo_flags, IEEE80211_BEACON_CSA); in rtwn_update_beacon()
/freebsd/sys/net80211/
H A Dieee80211_output.c3794 if (isset(bo->bo_flags, IEEE80211_BEACON_CSA) && in ieee80211_beacon_update()
3906 if (isset(bo->bo_flags, IEEE80211_BEACON_WME)) { in ieee80211_beacon_update()
3909 clrbit(bo->bo_flags, IEEE80211_BEACON_WME); in ieee80211_beacon_update()
3913 if (isset(bo->bo_flags, IEEE80211_BEACON_HTINFO)) { in ieee80211_beacon_update()
3915 clrbit(bo->bo_flags, IEEE80211_BEACON_HTINFO); in ieee80211_beacon_update()
3934 if (isset(bo->bo_flags, IEEE80211_BEACON_TIM)) { in ieee80211_beacon_update()
4006 clrbit(bo->bo_flags, IEEE80211_BEACON_TIM); in ieee80211_beacon_update()
4022 if (isset(bo->bo_flags, IEEE80211_BEACON_CSA)) { in ieee80211_beacon_update()
4073 if (isset(bo->bo_flags, IEEE80211_BEACON_ERP)) { in ieee80211_beacon_update()
4078 clrbit(bo->bo_flags, IEEE80211_BEACON_ERP); in ieee80211_beacon_update()
[all …]
H A Dieee80211_tdma.c720 if (isset(bo->bo_flags, IEEE80211_BEACON_TDMA)) { in ieee80211_tdma_update_beacon()
722 clrbit(bo->bo_flags, IEEE80211_BEACON_TDMA); in ieee80211_tdma_update_beacon()
738 setbit(bo->bo_flags, IEEE80211_BEACON_TDMA); in ieee80211_tdma_update_beacon()
H A Dieee80211_proto.h377 uint8_t bo_flags[4]; /* update/state flags */ member
H A Dieee80211_mesh.c3401 if (isset(bo->bo_flags, IEEE80211_BEACON_MESHCONF)) { in ieee80211_mesh_update_beacon()
3403 clrbit(bo->bo_flags, IEEE80211_BEACON_MESHCONF); in ieee80211_mesh_update_beacon()
/freebsd/sys/dev/wtap/
H A Dif_wtap.c200 setbit(bo->bo_flags, item); in wtap_beacon_update()
/freebsd/sys/dev/ath/
H A Dif_ath_beacon.c383 setbit(bo->bo_flags, item); in ath_beacon_update()
/freebsd/sys/dev/ral/
H A Drt2560.c1275 setbit(bo->bo_flags, item); in rt2560_beacon_update()
/freebsd/sys/dev/usb/wlan/
H A Dif_rum.c2852 setbit(bo->bo_flags, item); in rum_update_beacon()
H A Dif_run.c5016 setbit(bo->bo_flags, item); in run_update_beacon()
/freebsd/sys/dev/wpi/
H A Dif_wpi.c4454 setbit(bo->bo_flags, item); in wpi_update_beacon()