| /src/sys/dev/usb/ | 
| if_rumvar.h | 114 	struct ieee80211_beacon_offsets	sc_bo;  member in struct:rum_softc 
 | 
| if_uralvar.h | 112 	struct ieee80211_beacon_offsets sc_bo;  member in struct:ural_softc 
 | 
| if_runvar.h | 202 	struct ieee80211_beacon_offsets	sc_bo;  member in struct:run_softc 
 | 
| if_urtwnvar.h | 202 	struct ieee80211_beacon_offsets sc_bo;  member in struct:urtwn_softc 
 | 
| if_rum.c | 2179 	m0 = ieee80211_beacon_alloc(ic, ic->ic_bss, &sc->sc_bo); 
 | 
| if_ural.c | 754 			m = ieee80211_beacon_alloc(ic, ni, &sc->sc_bo); 
 | 
| if_run.c | 5024 	if ((m = ieee80211_beacon_alloc(ic, ic->ic_bss, &sc->sc_bo)) == NULL) 
 | 
| if_urtwn.c | 908 		    &sc->sc_bo); 
 | 
| /src/sys/dev/ic/ | 
| rt2560var.h | 135 	struct ieee80211_beacon_offsets	sc_bo;  member in struct:rt2560_softc 
 | 
| rt2860var.h | 155 	struct ieee80211_beacon_offsets	sc_bo;  member in struct:rt2860_softc 
 | 
| rt2560.c | 928 			m = ieee80211_beacon_alloc(ic, ni, &sc->sc_bo); 1463 	ieee80211_beacon_update(ic, data->ni, &sc->sc_bo, data->m, 1);
 
 | 
| rt2860.c | 4230 	if ((m = ieee80211_beacon_alloc(ic, ic->ic_bss, &sc->sc_bo)) == NULL) 
 |