Searched refs:bo_flags (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14-stable/sys/dev/rtwn/ |
| HD | if_rtwn_beacon.c | 202 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/ |
| HD | ieee80211_output.c | 3795 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 …]
|
| HD | ieee80211_tdma.c | 724 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()
|
| HD | ieee80211_proto.h | 377 uint8_t bo_flags[4]; /* update/state flags */ member
|
| HD | ieee80211_mesh.c | 3405 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/ |
| HD | if_wtap.c | 200 setbit(bo->bo_flags, item); in wtap_beacon_update()
|
| /freebsd-14-stable/sys/dev/ath/ |
| HD | if_ath_beacon.c | 383 setbit(bo->bo_flags, item); in ath_beacon_update()
|
| /freebsd-14-stable/sys/dev/ral/ |
| HD | rt2560.c | 1275 setbit(bo->bo_flags, item); in rt2560_beacon_update()
|
| /freebsd-14-stable/sys/dev/usb/wlan/ |
| HD | if_rum.c | 2854 setbit(bo->bo_flags, item); in rum_update_beacon()
|
| HD | if_run.c | 5017 setbit(bo->bo_flags, item); in run_update_beacon()
|
| /freebsd-14-stable/sys/dev/wpi/ |
| HD | if_wpi.c | 4454 setbit(bo->bo_flags, item); in wpi_update_beacon()
|