Searched refs:bo_flags (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/dev/rtwn/ |
| H A D | if_rtwn_beacon.c | 201 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 D | ieee80211_output.c | 3802 if (isset(bo->bo_flags, IEEE80211_BEACON_CSA) && in ieee80211_beacon_update() 3911 if (isset(bo->bo_flags, IEEE80211_BEACON_WME)) { in ieee80211_beacon_update() 3914 clrbit(bo->bo_flags, IEEE80211_BEACON_WME); in ieee80211_beacon_update() 3918 if (isset(bo->bo_flags, IEEE80211_BEACON_HTINFO)) { in ieee80211_beacon_update() 3920 clrbit(bo->bo_flags, IEEE80211_BEACON_HTINFO); in ieee80211_beacon_update() 3939 if (isset(bo->bo_flags, IEEE80211_BEACON_TIM)) { in ieee80211_beacon_update() 4011 clrbit(bo->bo_flags, IEEE80211_BEACON_TIM); in ieee80211_beacon_update() 4027 if (isset(bo->bo_flags, IEEE80211_BEACON_CSA)) { in ieee80211_beacon_update() 4078 if (isset(bo->bo_flags, IEEE80211_BEACON_ERP)) { in ieee80211_beacon_update() 4083 clrbit(bo->bo_flags, IEEE80211_BEACON_ERP); in ieee80211_beacon_update() [all …]
|
| H A D | 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()
|
| H A D | ieee80211_proto.h | 381 uint8_t bo_flags[4]; /* update/state flags */ member
|
| H A D | ieee80211_mesh.c | 3402 if (isset(bo->bo_flags, IEEE80211_BEACON_MESHCONF)) { in ieee80211_mesh_update_beacon() 3404 clrbit(bo->bo_flags, IEEE80211_BEACON_MESHCONF); in ieee80211_mesh_update_beacon()
|
| /freebsd/sys/dev/wtap/ |
| H A D | if_wtap.c | 197 setbit(bo->bo_flags, item); in wtap_beacon_update()
|
| /freebsd/sys/dev/ath/ |
| H A D | if_ath_beacon.c | 383 setbit(bo->bo_flags, item); in ath_beacon_update()
|
| /freebsd/sys/dev/ral/ |
| H A D | rt2560.c | 1277 setbit(bo->bo_flags, item); in rt2560_beacon_update()
|
| /freebsd/sys/dev/usb/wlan/ |
| H A D | if_rum.c | 2854 setbit(bo->bo_flags, item); in rum_update_beacon()
|
| H A D | if_mtw.c | 3834 setbit(bo->bo_flags, item); in mtw_update_beacon()
|
| H A D | if_run.c | 5034 setbit(bo->bo_flags, item); in run_update_beacon()
|
| /freebsd/sys/dev/wpi/ |
| H A D | if_wpi.c | 4456 setbit(bo->bo_flags, item); in wpi_update_beacon()
|