Searched refs:bo_flags (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/sys/net80211/
H A Dieee80211_tdma.c716 if (isset(bo->bo_flags, IEEE80211_BEACON_TDMA)) {
718 clrbit(bo->bo_flags, IEEE80211_BEACON_TDMA);
734 setbit(bo->bo_flags, IEEE80211_BEACON_TDMA);
H A Dieee80211_output.c3077 if (isset(bo->bo_flags, IEEE80211_BEACON_CSA) &&
3088 * updates in bo_flags so we don't need to explicitly
3144 if (isset(bo->bo_flags, IEEE80211_BEACON_WME)) {
3146 clrbit(bo->bo_flags, IEEE80211_BEACON_WME);
3150 if (isset(bo->bo_flags, IEEE80211_BEACON_HTINFO)) {
3152 clrbit(bo->bo_flags, IEEE80211_BEACON_HTINFO);
3171 if (isset(bo->bo_flags, IEEE80211_BEACON_TIM)) {
3238 clrbit(bo->bo_flags, IEEE80211_BEACON_TIM);
3254 if (isset(bo->bo_flags, IEEE80211_BEACON_CSA)) {
3297 if (isset(bo->bo_flags, IEEE80211_BEACON_ER
[all...]
H A Dieee80211_proto.h351 uint8_t bo_flags[4]; /* update/state flags */ member in struct:ieee80211_beacon_offsets
379 * handling this callback can be used to signal a rebuild. The bo_flags
H A Dieee80211_mesh.c3429 if (isset(bo->bo_flags, IEEE80211_BEACON_MESHCONF)) {
3431 clrbit(bo->bo_flags, IEEE80211_BEACON_MESHCONF);
/freebsd-10.1-release/sys/dev/ath/
H A Dif_ath_beacon.c378 setbit(bo->bo_flags, item);
/freebsd-10.1-release/sys/dev/wtap/
H A Dif_wtap.c189 setbit(bo->bo_flags, item);
/freebsd-10.1-release/sys/dev/ral/
H A Drt2560.c1311 setbit(bo->bo_flags, item);
/freebsd-10.1-release/sys/dev/usb/wlan/
H A Dif_run.c4913 setbit(rvp->bo.bo_flags, item);

Completed in 160 milliseconds