beacon           1843 dev/ic/acx.c   		struct acx_tmplt_beacon		beacon;
beacon           1869 dev/ic/acx.c   	if (acx_set_tmplt(sc, ACXCMD_TMPLT_BEACON, &data.beacon,
beacon           1870 dev/ic/acx.c   	    sizeof(data.beacon)) != 0)
beacon           2439 dev/ic/acx.c   	struct acx_tmplt_beacon beacon;
beacon           2444 dev/ic/acx.c   	bzero(&beacon, sizeof(beacon));
beacon           2453 dev/ic/acx.c   	m_copydata(m, 0, off, (caddr_t)&beacon.data);
beacon           2454 dev/ic/acx.c   	len = off + sizeof(beacon.size);
beacon           2456 dev/ic/acx.c   	if (acx_set_tmplt(sc, ACXCMD_TMPLT_BEACON, &beacon, len) != 0) {
beacon           2469 dev/ic/acx.c   	len += sizeof(beacon.size);
beacon            525 dev/ic/ar5210.c 	u_int32_t phy_sig, phy_agc, phy_sat, beacon;
beacon            543 dev/ic/ar5210.c 	beacon = AR5K_REG_READ(AR5K_AR5210_BEACON);
beacon            544 dev/ic/ar5210.c 	AR5K_REG_WRITE(AR5K_AR5210_BEACON, beacon & ~AR5K_AR5210_BEACON_EN);
beacon            617 dev/ic/ar5210.c 	AR5K_REG_WRITE(AR5K_AR5210_BEACON, beacon);
beacon           1068 dev/pci/if_iwi.c 		struct iwi_notif_beacon *beacon =
beacon           1071 dev/pci/if_iwi.c 		if (letoh32(beacon->status) == IWI_BEACON_MISSED) {
beacon           1074 dev/pci/if_iwi.c 			    sc->sc_dev.dv_xname, letoh32(beacon->count)));