Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/rtwn/
HDif_rtwn_beacon.c202 setbit(bo->bo_flags, item); in rtwn_update_beacon()
210 clrbit(bo->bo_flags, IEEE80211_BEACON_CSA); in rtwn_update_beacon()
/freebsd-14-stable/sys/net80211/
HDieee80211_output.c3795 if (isset(bo->bo_flags, IEEE80211_BEACON_CSA) && in ieee80211_beacon_update()
3907 if (isset(bo->bo_flags, IEEE80211_BEACON_WME)) { in ieee80211_beacon_update()
3910 clrbit(bo->bo_flags, IEEE80211_BEACON_WME); in ieee80211_beacon_update()
3914 if (isset(bo->bo_flags, IEEE80211_BEACON_HTINFO)) { in ieee80211_beacon_update()
3916 clrbit(bo->bo_flags, IEEE80211_BEACON_HTINFO); in ieee80211_beacon_update()
3935 if (isset(bo->bo_flags, IEEE80211_BEACON_TIM)) { in ieee80211_beacon_update()
4007 clrbit(bo->bo_flags, IEEE80211_BEACON_TIM); in ieee80211_beacon_update()
4023 if (isset(bo->bo_flags, IEEE80211_BEACON_CSA)) { in ieee80211_beacon_update()
4074 if (isset(bo->bo_flags, IEEE80211_BEACON_ERP)) { in ieee80211_beacon_update()
4079 clrbit(bo->bo_flags, IEEE80211_BEACON_ERP); in ieee80211_beacon_update()
[all …]
HDieee80211_tdma.c724 if (isset(bo->bo_flags, IEEE80211_BEACON_TDMA)) { in ieee80211_tdma_update_beacon()
726 clrbit(bo->bo_flags, IEEE80211_BEACON_TDMA); in ieee80211_tdma_update_beacon()
742 setbit(bo->bo_flags, IEEE80211_BEACON_TDMA); in ieee80211_tdma_update_beacon()
HDieee80211_proto.h377 uint8_t bo_flags[4]; /* update/state flags */ member
HDieee80211_mesh.c3405 if (isset(bo->bo_flags, IEEE80211_BEACON_MESHCONF)) { in ieee80211_mesh_update_beacon()
3407 clrbit(bo->bo_flags, IEEE80211_BEACON_MESHCONF); in ieee80211_mesh_update_beacon()
/freebsd-14-stable/sys/dev/wtap/
HDif_wtap.c200 setbit(bo->bo_flags, item); in wtap_beacon_update()
/freebsd-14-stable/sys/dev/ath/
HDif_ath_beacon.c383 setbit(bo->bo_flags, item); in ath_beacon_update()
/freebsd-14-stable/sys/dev/ral/
HDrt2560.c1275 setbit(bo->bo_flags, item); in rt2560_beacon_update()
/freebsd-14-stable/sys/dev/usb/wlan/
HDif_rum.c2854 setbit(bo->bo_flags, item); in rum_update_beacon()
HDif_run.c5017 setbit(bo->bo_flags, item); in run_update_beacon()
/freebsd-14-stable/sys/dev/wpi/
HDif_wpi.c4454 setbit(bo->bo_flags, item); in wpi_update_beacon()