Searched refs:bo_flags (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_output.c | 3716 if (isset(bo->bo_flags, IEEE80211_BEACON_CSA) && in ieee80211_beacon_update() 3828 if (isset(bo->bo_flags, IEEE80211_BEACON_WME)) { in ieee80211_beacon_update() 3831 clrbit(bo->bo_flags, IEEE80211_BEACON_WME); in ieee80211_beacon_update() 3837 clrbit(bo->bo_flags, IEEE80211_BEACON_HTINFO); in ieee80211_beacon_update() 3856 if (isset(bo->bo_flags, IEEE80211_BEACON_TIM)) { in ieee80211_beacon_update() 3928 clrbit(bo->bo_flags, IEEE80211_BEACON_TIM); in ieee80211_beacon_update() 3944 if (isset(bo->bo_flags, IEEE80211_BEACON_CSA)) { in ieee80211_beacon_update() 3995 if (isset(bo->bo_flags, IEEE80211_BEACON_ERP)) { in ieee80211_beacon_update() 4000 clrbit(bo->bo_flags, IEEE80211_BEACON_ERP); in ieee80211_beacon_update() 4005 clrbit(bo->bo_flags, IEEE80211_BEACON_ATH); in ieee80211_beacon_update() [all …]
|
| H A D | ieee80211_tdma.c | 725 if (isset(bo->bo_flags, IEEE80211_BEACON_TDMA)) { in ieee80211_tdma_update_beacon() 727 clrbit(bo->bo_flags, IEEE80211_BEACON_TDMA); in ieee80211_tdma_update_beacon() 743 setbit(bo->bo_flags, IEEE80211_BEACON_TDMA); in ieee80211_tdma_update_beacon()
|
| H A D | ieee80211_proto.h | 377 uint8_t bo_flags[4]; /* update/state flags */ member
|
| H A D | ieee80211_mesh.c | 3406 if (isset(bo->bo_flags, IEEE80211_BEACON_MESHCONF)) { in ieee80211_mesh_update_beacon() 3408 clrbit(bo->bo_flags, IEEE80211_BEACON_MESHCONF); in ieee80211_mesh_update_beacon()
|